summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-sabreauto-enetirq.dts
diff options
context:
space:
mode:
authorFugang Duan <fugang.duan@nxp.com>2019-11-07 17:43:13 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:09:30 +0800
commitcb16d6194d29dda3129aab804b2b51e8f9f980ca (patch)
tree87a07157645f45e426d9aba18bba4de760fa519f /arch/arm/boot/dts/imx6dl-sabreauto-enetirq.dts
parente6effcaa03def581c977099773d8c0eb2332b3e8 (diff)
MLK-22932 ARM: dts: imx6qdl: apply ENET IRQ workaround for sabresd/sabreauto boards
i.MX6Q/DL ENET cannot wake up system in wait mode because ENET tx & rx interrupt signal don't connect to GPC. Add ENET GPIO IRQ workaround for sabresd/sabreauto boards. Signed-off-by: Fugang Duan <fugang.duan@nxp.com> Acked-by: Richard Zhu <hongxing.zhu@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-sabreauto-enetirq.dts')
-rw-r--r--arch/arm/boot/dts/imx6dl-sabreauto-enetirq.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6dl-sabreauto-enetirq.dts b/arch/arm/boot/dts/imx6dl-sabreauto-enetirq.dts
index 68d0938c6e4c..d50a87334ef1 100644
--- a/arch/arm/boot/dts/imx6dl-sabreauto-enetirq.dts
+++ b/arch/arm/boot/dts/imx6dl-sabreauto-enetirq.dts
@@ -1,13 +1,14 @@
// SPDX-License-Identifier: GPL-2.0
//
// Copyright (C) 2013 Freescale Semiconductor, Inc.
+// Copyright 2019 NXP
#include "imx6dl-sabreauto.dts"
&fec {
pinctrl-0 = <&pinctrl_enet &pinctrl_enet_irq>;
interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>,
- <&intc 0 119 IRQ_TYPE_LEVEL_HIGH>;
+ <&gpc 0 119 IRQ_TYPE_LEVEL_HIGH>;
};
&mlb {