arm64: dts: freescale: update ifc node name to be memory-controller
authorLi Yang <leoyang.li@nxp.com>
Tue, 22 Mar 2022 02:28:17 +0000 (21:28 -0500)
committerShawn Guo <shawnguo@kernel.org>
Thu, 5 May 2022 00:49:00 +0000 (08:49 +0800)
Update the node name to be align with updated DT binding.  But be
noted that u-boot for ls1088a used the ifc node name to disable ifc-nor
node when the SoC is configured to use QSPI.  The u-boot has been
updated to use the latest name but the change could break
compatibility with older u-boot for ls1088a.

Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi

index e0dc644..0c9c9ed 100644 (file)
                        big-endian;
                };
 
-               ifc: ifc@1530000 {
+               ifc: memory-controller@1530000 {
                        compatible = "fsl,ifc";
                        reg = <0x0 0x1530000 0x0 0x10000>;
                        interrupts = <0 43 0x4>;
index 6a51f33..9d53730 100644 (file)
                        big-endian;
                };
 
-               ifc: ifc@1530000 {
+               ifc: memory-controller@1530000 {
                        compatible = "fsl,ifc";
                        reg = <0x0 0x1530000 0x0 0x10000>;
                        interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
index 5578078..80bf1e6 100644 (file)
                        #interrupt-cells = <2>;
                };
 
-               ifc: ifc@2240000 {
+               ifc: memory-controller@2240000 {
                        compatible = "fsl,ifc";
                        reg = <0x0 0x2240000 0x0 0x20000>;
                        interrupts = <0 21 IRQ_TYPE_LEVEL_HIGH>;
index eb63117..202650a 100644 (file)
                                            QORIQ_CLK_PLL_DIV(4)>;
                };
 
-               ifc: ifc@2240000 {
+               ifc: memory-controller@2240000 {
                        compatible = "fsl,ifc";
                        reg = <0x0 0x2240000 0x0 0x20000>;
                        interrupts = <0 21 0x4>; /* Level high type */