diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2013-12-20 13:47:10 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-09 08:29:46 -0500 |
commit | 454cf8f54d9918c8017f2eee7fb0138927ef2afd (patch) | |
tree | 1c29a634ca3b4682860de5d44c2172ab3bcc3e3e | |
parent | d8c765e0d1ddbd5032c2491c82cc9660c2f0e7f2 (diff) |
ARM: dts: imx6qdl: use interrupts-extended for fec
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>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 556f63276222..8a7ce97ccf94 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi | |||
@@ -738,8 +738,9 @@ | |||
738 | fec: ethernet@02188000 { | 738 | fec: ethernet@02188000 { |
739 | compatible = "fsl,imx6q-fec"; | 739 | compatible = "fsl,imx6q-fec"; |
740 | reg = <0x02188000 0x4000>; | 740 | reg = <0x02188000 0x4000>; |
741 | interrupts = <0 118 IRQ_TYPE_LEVEL_HIGH>, | 741 | interrupts-extended = |
742 | <0 119 IRQ_TYPE_LEVEL_HIGH>; | 742 | <&intc 0 118 IRQ_TYPE_LEVEL_HIGH>, |
743 | <&intc 0 119 IRQ_TYPE_LEVEL_HIGH>; | ||
743 | clocks = <&clks 117>, <&clks 117>, <&clks 190>; | 744 | clocks = <&clks 117>, <&clks 117>, <&clks 190>; |
744 | clock-names = "ipg", "ahb", "ptp"; | 745 | clock-names = "ipg", "ahb", "ptp"; |
745 | status = "disabled"; | 746 | status = "disabled"; |