diff options
author | Li Yang <leoyang.li@nxp.com> | 2022-03-21 21:28:16 -0500 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-05-05 08:48:12 +0800 |
commit | b4269132ace84954915a6630238a9bc7194fd4a7 (patch) | |
tree | 397f14ea1d6fc8cc33ce253b44b33e625831c35a | |
parent | 1c1271e3bd28f293d336d92a78cce65b59c1d2d0 (diff) |
ARM: dts: update ifc node name to be memory-controller
Update the node name to be align with latest binding.
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/ls1021a.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi index 52835d3dfa1b..dca1bfbd028e 100644 --- a/arch/arm/boot/dts/ls1021a.dtsi +++ b/arch/arm/boot/dts/ls1021a.dtsi @@ -122,7 +122,7 @@ interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>; }; - ifc: ifc@1530000 { + ifc: memory-controller@1530000 { compatible = "fsl,ifc"; reg = <0x0 0x1530000 0x0 0x10000>; interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; |