Commit 6baba594177b4fa0756a3b48fa25780a89299a55

Authored by George Cherian
Committed by Sekhar Nori
1 parent 639c38afba

arm: dts: omap5: 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/omap5.dtsi
... ... @@ -830,7 +830,12 @@
830 830 dwc3@4a030000 {
831 831 compatible = "snps,dwc3";
832 832 reg = <0x4a030000 0x10000>;
833   - interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
  833 + interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>,
  834 + <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>,
  835 + <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
  836 + interrupt-names = "peripheral",
  837 + "host",
  838 + "otg";
834 839 phys = <&usb2_phy>, <&usb3_phy>;
835 840 phy-names = "usb2-phy", "usb3-phy";
836 841 dr_mode = "peripheral";