[PATCH 18/19] arm: dts: exynos5250: Add named interrupt property for dwc3
George Cherian
george.cherian at ti.com
Tue Nov 25 05:11:54 PST 2014
Add interrupt names so that the same can be used for OTG easily.
Signed-off-by: George Cherian <george.cherian at 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
More information about the linux-arm-kernel
mailing list