]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: imx6qdl: use interrupts-extended for fec
authorTroy Kisky <troy.kisky@boundarydevices.com>
Fri, 20 Dec 2013 18:47:10 +0000 (11:47 -0700)
committerShawn Guo <shawn.guo@linaro.org>
Sun, 9 Feb 2014 13:29:46 +0000 (21:29 +0800)
We need to be able to override interrupts in board file to
workaround a hardware bug for ethernet interrupts
waking the processor by using interrupts-extended.
So, use interrupts-extended here as well.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6qdl.dtsi

index 556f632762221918c148c3874d433f18d93c2b28..8a7ce97ccf940e5fe563458289ee296741e46bc1 100644 (file)
@@ -738,8 +738,9 @@ usbmisc: usbmisc@02184800 {
                        fec: ethernet@02188000 {
                                compatible = "fsl,imx6q-fec";
                                reg = <0x02188000 0x4000>;
-                               interrupts = <0 118 IRQ_TYPE_LEVEL_HIGH>,
-                                            <0 119 IRQ_TYPE_LEVEL_HIGH>;
+                               interrupts-extended =
+                                       <&intc 0 118 IRQ_TYPE_LEVEL_HIGH>,
+                                       <&intc 0 119 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clks 117>, <&clks 117>, <&clks 190>;
                                clock-names = "ipg", "ahb", "ptp";
                                status = "disabled";