From: Felipe Balbi <ba...@ti.com>

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

Signed-off-by: Felipe Balbi <ba...@ti.com>
Signed-off-by: Roger Quadros <rog...@ti.com>
---
 arch/arm/boot/dts/am4372.dtsi | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index c80a3e2..3f68b27 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -859,7 +859,12 @@
                        usb1: usb@48390000 {
                                compatible = "synopsys,dwc3";
                                reg = <0x48390000 0x10000>;
-                               interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
+                               interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,
+                                            <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,
+                                            <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
+                               interrupt-names = "peripheral",
+                                                 "host",
+                                                 "otg";
                                phys = <&usb2_phy1>;
                                phy-names = "usb2-phy";
                                maximum-speed = "high-speed";
@@ -883,7 +888,12 @@
                        usb2: usb@483d0000 {
                                compatible = "synopsys,dwc3";
                                reg = <0x483d0000 0x10000>;
-                               interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
+                               interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,
+                                            <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,
+                                            <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>;
+                               interrupt-names = "peripheral",
+                                                 "host",
+                                                 "otg";
                                phys = <&usb2_phy2>;
                                phy-names = "usb2-phy";
                                maximum-speed = "high-speed";
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to