summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-sabresd-enetirq.dts
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2014-09-15 11:32:40 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:20:42 +0300
commit1ea2a8bf99a67a8cda0ecd2063677c33274c3fd2 (patch)
tree9089f266a0d79f412cfde6f8bc9c7a20258ee3a7 /arch/arm/boot/dts/imx6q-sabresd-enetirq.dts
parent40eea857732f1f35f2ee8886546bc62b92b979f8 (diff)
MLK-11414-3 ARM: dts: imx: apply ENET IRQ workaround for sabresd board
Cherry-pick below patch: ENGR00317981 ARM: dts: imx: apply ENET IRQ workaround for sabresd board This a forward porting of commit (ENGR00313685-15 ARM: dts: imx: apply ENET IRQ workaround for sabresd board) from imx_3.10.y to imx_3.14.y. Signed-off-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Anson Huang <b20788@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-sabresd-enetirq.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-sabresd-enetirq.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabresd-enetirq.dts b/arch/arm/boot/dts/imx6q-sabresd-enetirq.dts
index 6dda35c1fb50..14b1cfa3d4c8 100644
--- a/arch/arm/boot/dts/imx6q-sabresd-enetirq.dts
+++ b/arch/arm/boot/dts/imx6q-sabresd-enetirq.dts
@@ -7,3 +7,12 @@
*/
#include "imx6q-sabresd.dts"
+
+&fec {
+ pinctrl-0 = <&pinctrl_enet &pinctrl_enet_irq>;
+ interrupts-extended = <&gpio1 6 0x04>, <&intc 0 119 0x04>;
+};
+
+&i2c3 {
+ status = "disabled";
+};