projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70ea360
)
arm64: dts: imx8mm: drop redundant interrupt-parent
author
Peng Fan
<peng.fan@nxp.com>
Sun, 19 Jan 2020 10:11:32 +0000
(10:11 +0000)
committer
Shawn Guo
<shawnguo@kernel.org>
Fri, 14 Feb 2020 01:03:33 +0000
(09:03 +0800)
There is interrupt-parent = <&gic> in root node, there is no
need set it again in node ddr-pmu@
3d800000
.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
index 1e5e11592f7bc57c949736cb3247eb44e7878305..b3d0b29d7007aacb2d84c999c3542ef12d654544 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/imx8mm.dtsi
+++ b/
arch/arm64/boot/dts/freescale/imx8mm.dtsi
@@
-896,7
+896,6
@@
ddr-pmu@3d800000 {
compatible = "fsl,imx8mm-ddr-pmu", "fsl,imx8m-ddr-pmu";
reg = <0x3d800000 0x400000>;
- interrupt-parent = <&gic>;
interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
};
};