summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-sabreauto-enetirq.dts
diff options
context:
space:
mode:
authorFugang Duan <b38611@freescale.com>2015-12-17 11:32:40 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:24:02 +0800
commit2e59678c91c63ff30a44fb356cf9b1866e759900 (patch)
tree567e581809bbf39934749dae05025d1aee09f2c5 /arch/arm/boot/dts/imx6dl-sabreauto-enetirq.dts
parent618c288a3c5e25a39c0eda37104be5f6085e8fb5 (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/imx6dl-sabreauto-enetirq.dts')
-rw-r--r--arch/arm/boot/dts/imx6dl-sabreauto-enetirq.dts19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-sabreauto-enetirq.dts b/arch/arm/boot/dts/imx6dl-sabreauto-enetirq.dts
new file mode 100644
index 000000000000..906d1d9bcda0
--- /dev/null
+++ b/arch/arm/boot/dts/imx6dl-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 "imx6dl-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";
+};