summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-sabresd-enetirq.dts
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2014-09-15 11:32:40 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-01-15 21:17:45 -0600
commit38e4f49b0e523544f2e96f64eff28f69848f6aba (patch)
treeb82b92fc95d20b0758b43624ab3f01d600ff216a /arch/arm/boot/dts/imx6dl-sabresd-enetirq.dts
parent6a018d35bb21d09fd0195ef5e04c54f04d5c8854 (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-sabresd-enetirq.dts')
-rw-r--r--arch/arm/boot/dts/imx6dl-sabresd-enetirq.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-sabresd-enetirq.dts b/arch/arm/boot/dts/imx6dl-sabresd-enetirq.dts
new file mode 100644
index 000000000000..b23d0eb55486
--- /dev/null
+++ b/arch/arm/boot/dts/imx6dl-sabresd-enetirq.dts
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2014 Freescale Semiconductor, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "imx6dl-sabresd.dts"
+
+&fec {
+ pinctrl-0 = <&pinctrl_enet &pinctrl_enet_irq>;
+ interrupts-extended = <&gpio1 6 0x04>, <&intc 0 119 0x04>;
+};
+
+&i2c3 {
+ status = "disabled";
+};