OSDN Git Service

ARM: dts: omap5: Add named interrupt property for dwc3
authorRoger Quadros <rogerq@ti.com>
Wed, 8 Jul 2015 10:42:31 +0000 (13:42 +0300)
committerTony Lindgren <tony@atomide.com>
Tue, 4 Aug 2015 08:46:12 +0000 (01:46 -0700)
Add interrupt names so that the same can be used for OTG easily.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap5.dtsi

index 7d24ae0..0b25c96 100644 (file)
                        dwc3@4a030000 {
                                compatible = "snps,dwc3";
                                reg = <0x4a030000 0x10000>;
-                               interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
+                               interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>,
+                                            <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>,
+                                            <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
+                               interrupt-names = "peripheral",
+                                                 "host",
+                                                 "otg";
                                phys = <&usb2_phy>, <&usb3_phy>;
                                phy-names = "usb2-phy", "usb3-phy";
                                dr_mode = "peripheral";