ARM: dts: exynos: Interrupt for USB DWC3-1 differs between Exynos5420 and 5410
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 31 May 2016 18:39:02 +0000 (20:39 +0200)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 6 Jun 2016 06:47:30 +0000 (08:47 +0200)
On Exynos5410 the SPI interrupt for second USB DWC3 (called DRD: Dual
Role Device) is different - 200 instead of 73.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
arch/arm/boot/dts/exynos5410.dtsi
arch/arm/boot/dts/exynos5420.dtsi
arch/arm/boot/dts/exynos54xx.dtsi

index a937d9bdad90f3a8494f0d61bec55adbd27cc98a..1ed83b897f9e852c7ffcbdd890c9d69bafcaaef0 100644 (file)
@@ -16,6 +16,7 @@
 #include "exynos54xx.dtsi"
 #include "exynos-syscon-restart.dtsi"
 #include <dt-bindings/clock/exynos5410.h>
+#include <dt-bindings/interrupt-controller/arm-gic.h>
 
 / {
        compatible = "samsung,exynos5410", "samsung,exynos5";
        clock-names = "usbdrd30";
 };
 
+&usbdrd_dwc3_1 {
+       interrupts = <GIC_SPI 200 0>;
+};
+
 &usbdrd_phy1 {
        clocks = <&clock CLK_USBD301>, <&clock CLK_SCLK_USBPHY301>;
        clock-names = "phy", "ref";
index 8196194f07587025591da280b5567358adc8c417..b036b46a6281ece8d630f63a5948e0ec9e67dbcb 100644 (file)
@@ -16,6 +16,7 @@
 #include "exynos54xx.dtsi"
 #include <dt-bindings/clock/exynos5420.h>
 #include <dt-bindings/clock/exynos-audss-clk.h>
+#include <dt-bindings/interrupt-controller/arm-gic.h>
 
 / {
        compatible = "samsung,exynos5420", "samsung,exynos5";
        clock-names = "usbdrd30";
 };
 
+&usbdrd_dwc3_1 {
+       interrupts = <GIC_SPI 73 0>;
+};
+
 &usbdrd_phy1 {
        clocks = <&clock CLK_USBD301>, <&clock CLK_SCLK_USBPHY301>;
        clock-names = "phy", "ref";
index 44a8391c8524d135a371f1b9f015288537674124..0eb8aa31b7d9d700e57bdba5f4ca252110817658 100644 (file)
                        usbdrd_dwc3_1: dwc3@12400000 {
                                compatible = "snps,dwc3";
                                reg = <0x12400000 0x10000>;
-                               interrupts = <0 73 0>;
                                phys = <&usbdrd_phy1 0>, <&usbdrd_phy1 1>;
                                phy-names = "usb2-phy", "usb3-phy";
                        };
This page took 0.028363 seconds and 5 git commands to generate.