diff options
author | Peng Fan <peng.fan@nxp.com> | 2018-08-06 17:26:33 +0800 |
---|---|---|
committer | Leonard Crestez <leonard.crestez@nxp.com> | 2018-08-24 12:41:33 +0300 |
commit | acad5f06a3a3d8b6e2902b25612f952b2674a9f9 (patch) | |
tree | 57e31ea99827556188b5483f62f3e9fda913a304 /arch/arm64 | |
parent | 15d3e4f2b88b6aa9e4fa583e44b70bdab5f67f95 (diff) |
MLK-19130-1 ARM64: dts: remove duplicated interrupt-parent
interrupt-parent are assigned to node gpc in root node, so
no need to set it again in child node which needs gpc as
the interrupt-parent.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm64')
-rwxr-xr-x | arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi index 81f7a2920587..ddc84dca3681 100755 --- a/arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi @@ -479,7 +479,6 @@ "fsl,imx6q-uart", "fsl,imx21-uart"; reg = <0x0 0x30860000 0x0 0x10000>; interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>; - interrupt-parent = <&gpc>; clocks = <&clk IMX8MM_CLK_UART1_ROOT>, <&clk IMX8MM_CLK_UART1_ROOT>; clock-names = "ipg", "per"; @@ -493,7 +492,6 @@ "fsl,imx6q-uart", "fsl,imx21-uart"; reg = <0x0 0x30880000 0x0 0x10000>; interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>; - interrupt-parent = <&gpc>; clocks = <&clk IMX8MM_CLK_UART3_ROOT>, <&clk IMX8MM_CLK_UART3_ROOT>; clock-names = "ipg", "per"; @@ -507,7 +505,6 @@ "fsl,imx6q-uart", "fsl,imx21-uart"; reg = <0x0 0x30890000 0x0 0x10000>; interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>; - interrupt-parent = <&gpc>; clocks = <&clk IMX8MM_CLK_UART2_ROOT>, <&clk IMX8MM_CLK_UART2_ROOT>; clock-names = "ipg", "per"; |