summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-sabreauto-enetirq.dts
diff options
context:
space:
mode:
authorFugang Duan <b38611@freescale.com>2015-12-17 11:32:40 +0800
committerNitin Garg <nitin.garg@nxp.com>2016-01-14 11:02:45 -0600
commitaa66c3dd08a7b995750a124bd6f2276d86e31e0b (patch)
treee3295d01869bdf87c744eb22274d63bdd7630864 /arch/arm/boot/dts/imx6q-sabreauto-enetirq.dts
parentbef020962334c0124165cf26142391eb31d88825 (diff)
MLK-12033 ARM: dts: imx6qdl-sabreauto: add enet irq dts files to avoid conflict with MLB
ENET gpio irq pin conlict with MLB on i.MX6qdl sabreauto board, since enet gpio irq is extended feature for performance improvement, so let MLB enable in default dts file and newly create sabreauto enet irq dts files. Signed-off-by: Fugang Duan <B38611@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-sabreauto-enetirq.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-sabreauto-enetirq.dts19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabreauto-enetirq.dts b/arch/arm/boot/dts/imx6q-sabreauto-enetirq.dts
new file mode 100644
index 000000000000..7acb794fbaa6
--- /dev/null
+++ b/arch/arm/boot/dts/imx6q-sabreauto-enetirq.dts
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2015 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 "imx6q-sabreauto.dts"
+
+&fec {
+ pinctrl-0 = <&pinctrl_enet &pinctrl_enet_irq>;
+ interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>,
+ <&gpc 0 119 IRQ_TYPE_LEVEL_HIGH>;
+};
+
+&mlb {
+ status = "disabled";
+};