Commit 923fd87db98ece3f9450d0d95d3930840fcac240

Authored by George Cherian
Committed by Sekhar Nori
1 parent 85a2a36be8

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

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

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

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

arch/arm/boot/dts/exynos5250.dtsi
... ... @@ -511,7 +511,12 @@
511 511 dwc3 {
512 512 compatible = "synopsys,dwc3";
513 513 reg = <0x12000000 0x10000>;
514   - interrupts = <0 72 0>;
  514 + interrupts = <0 72 0>,
  515 + <0 72 0>,
  516 + <0 72 0>;
  517 + interrupt-names = "peripheral",
  518 + "host",
  519 + "otg";
515 520 usb-phy = <&usb2_phy &usb3_phy>;
516 521 };
517 522 };