powerpc: dts: fsl: rename ifc node name to be memory-controller

Update the node name to be align with binding document.

Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240119203911.3143928-4-Frank.Li@nxp.com
This commit is contained in:
Li Yang 2024-01-19 15:38:57 -05:00 committed by Michael Ellerman
parent 0bf51cc9e9
commit acb354fe97
5 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
device_type = "memory"; device_type = "memory";
}; };
board_ifc: ifc: ifc@ff71e000 { board_ifc: ifc: memory-controller@ff71e000 {
/* NAND Flash on board */ /* NAND Flash on board */
ranges = <0x0 0x0 0x0 0xff800000 0x00004000>; ranges = <0x0 0x0 0x0 0xff800000 0x00004000>;
reg = <0x0 0xff71e000 0x0 0x2000>; reg = <0x0 0xff71e000 0x0 0x2000>;

View File

@ -15,7 +15,7 @@
device_type = "memory"; device_type = "memory";
}; };
ifc: ifc@ff71e000 { ifc: memory-controller@ff71e000 {
/* NOR, NAND Flash on board */ /* NOR, NAND Flash on board */
ranges = <0x0 0x0 0x0 0x88000000 0x08000000 ranges = <0x0 0x0 0x0 0x88000000 0x08000000
0x1 0x0 0x0 0xff800000 0x00010000>; 0x1 0x0 0x0 0xff800000 0x00010000>;

View File

@ -42,7 +42,7 @@
device_type = "memory"; device_type = "memory";
}; };
ifc: ifc@fffe1e000 { ifc: memory-controller@fffe1e000 {
reg = <0xf 0xffe1e000 0 0x2000>; reg = <0xf 0xffe1e000 0 0x2000>;
ranges = <0x0 0x0 0xf 0xec000000 0x04000000 ranges = <0x0 0x0 0xf 0xec000000 0x04000000
0x1 0x0 0xf 0xff800000 0x00010000 0x1 0x0 0xf 0xff800000 0x00010000

View File

@ -36,7 +36,7 @@ memory {
device_type = "memory"; device_type = "memory";
}; };
board_ifc: ifc: ifc@ffe1e000 { board_ifc: ifc: memory-controller@ffe1e000 {
/* NOR, NAND Flashes and CPLD on board */ /* NOR, NAND Flashes and CPLD on board */
ranges = <0x0 0x0 0x0 0xee000000 0x02000000 ranges = <0x0 0x0 0x0 0xee000000 0x02000000
0x1 0x0 0x0 0xff800000 0x00010000 0x1 0x0 0x0 0xff800000 0x00010000

View File

@ -36,7 +36,7 @@ memory {
device_type = "memory"; device_type = "memory";
}; };
board_ifc: ifc: ifc@fffe1e000 { board_ifc: ifc: memory-controller@fffe1e000 {
/* NOR, NAND Flashes and CPLD on board */ /* NOR, NAND Flashes and CPLD on board */
ranges = <0x0 0x0 0xf 0xee000000 0x02000000 ranges = <0x0 0x0 0xf 0xee000000 0x02000000
0x1 0x0 0xf 0xff800000 0x00010000 0x1 0x0 0xf 0xff800000 0x00010000