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

Signed-off-by: George Cherian <george.cher...@ti.com>
---
 arch/arm/boot/dts/exynos5250.dtsi | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi 
b/arch/arm/boot/dts/exynos5250.dtsi
index f21b9aa..c74cd8b 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -558,7 +558,12 @@
                dwc3 {
                        compatible = "synopsys,dwc3";
                        reg = <0x12000000 0x10000>;
-                       interrupts = <0 72 0>;
+                       interrupts = <0 72 0>,
+                                    <0 72 0>,
+                                    <0 72 0>;
+                       interrupt-names = "peripheral",
+                                         "host",
+                                         "otg";
                        phys = <&usbdrd_phy 0>, <&usbdrd_phy 1>;
                        phy-names = "usb2-phy", "usb3-phy";
                };
-- 
1.8.3.1

--
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