Hello Krzysztof, On 05/31/2016 02:39 PM, Krzysztof Kozlowski wrote: > 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 <[email protected]> > --- > arch/arm/boot/dts/exynos5410.dtsi | 4 ++++ > arch/arm/boot/dts/exynos5420.dtsi | 4 ++++ > arch/arm/boot/dts/exynos54xx.dtsi | 1 - > 3 files changed, 8 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/exynos5410.dtsi > b/arch/arm/boot/dts/exynos5410.dtsi > index a937d9bdad90..994d16a44fe4 100644 > --- a/arch/arm/boot/dts/exynos5410.dtsi > +++ b/arch/arm/boot/dts/exynos5410.dtsi > @@ -267,6 +267,10 @@ > clock-names = "usbdrd30"; > }; > > +&usbdrd_dwc3_1 { > + interrupts = <0 200 0>;
Please use GIC_SPI from <dt-bindings/interrupt-controller/arm-gic.h> instead 0. Reviewed-by: Javier Martinez Canillas <[email protected]> Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America

