Commit 639c38afbad06e88190373d812de0dc0e0173b95

Authored by Felipe Balbi
Committed by Sekhar Nori
1 parent 57769f0953

arm: dts: am4372: Add named interrupt property for dwc3

Add interrupt names so that the same can be used for OTG easily.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: George Cherian <george.cherian@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>

Showing 1 changed file with 14 additions and 4 deletions Side-by-side Diff

arch/arm/boot/dts/am4372.dtsi
... ... @@ -938,8 +938,13 @@
938 938  
939 939 usb1: usb@48390000 {
940 940 compatible = "synopsys,dwc3";
941   - reg = <0x48390000 0x10000>;
942   - interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
  941 + reg = <0x48390000 0x17000>;
  942 + interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,
  943 + <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,
  944 + <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
  945 + interrupt-names = "peripheral",
  946 + "host",
  947 + "otg";
943 948 phys = <&usb2_phy1>;
944 949 phy-names = "usb2-phy";
945 950 maximum-speed = "high-speed";
... ... @@ -960,8 +965,13 @@
960 965  
961 966 usb2: usb@483d0000 {
962 967 compatible = "synopsys,dwc3";
963   - reg = <0x483d0000 0x10000>;
964   - interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
  968 + reg = <0x483d0000 0x17000>;
  969 + interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,
  970 + <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,
  971 + <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>;
  972 + interrupt-names = "peripheral",
  973 + "host",
  974 + "otg";
965 975 phys = <&usb2_phy2>;
966 976 phy-names = "usb2-phy";
967 977 maximum-speed = "high-speed";