summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6qdl.dtsi
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2015-10-19 17:34:54 +0800
committerNitin Garg <nitin.garg@nxp.com>2016-01-14 11:01:58 -0600
commit0565805e851828c694dc75cbba9915b44f3d8f74 (patch)
treef84ee1cf0d59fef5b77ba56f4fc6768bba83c2a9 /arch/arm/boot/dts/imx6qdl.dtsi
parentf46b4708c5aa4b8844c3c8120a178311ac185d4f (diff)
MLK-11739-2 ARM: dts: imx6qdl: fec interrupt should be in GPC domain
GPC irq domain is child domain of GIC, all of platform irqs should be inside GPC domain. Signed-off-by: Anson Huang <b20788@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6qdl.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 0d994a32874d..5902585661a3 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -982,8 +982,8 @@
compatible = "fsl,imx6q-fec";
reg = <0x02188000 0x4000>;
interrupts-extended =
- <&intc 0 118 IRQ_TYPE_LEVEL_HIGH>,
- <&intc 0 119 IRQ_TYPE_LEVEL_HIGH>;
+ <&gpc 0 118 IRQ_TYPE_LEVEL_HIGH>,
+ <&gpc 0 119 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clks IMX6QDL_CLK_ENET>,
<&clks IMX6QDL_CLK_ENET>,
<&clks IMX6QDL_CLK_ENET_REF>;