diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2016-05-31 20:39:02 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-06-06 08:47:30 +0200 |
commit | e5995e6df69e2652d923bbe33174676166b10787 (patch) | |
tree | aff9fa7a6e236691c90f513d4344d984df79f69a /arch/arm/boot/dts/exynos5420.dtsi | |
parent | ARM: dts: exynos: Add RTC and I2C to Exynos5410 (diff) | |
download | linux-e5995e6df69e2652d923bbe33174676166b10787.tar.xz linux-e5995e6df69e2652d923bbe33174676166b10787.zip |
ARM: dts: exynos: Interrupt for USB DWC3-1 differs between Exynos5420 and 5410
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos5420.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos5420.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index 8196194f0758..b036b46a6281 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi @@ -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"; @@ -1453,6 +1454,10 @@ 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"; |