Commit acb354fe authored by Li Yang's avatar Li Yang Committed by Michael Ellerman
Browse files

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



Update the node name to be align with binding document.

Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
Signed-off-by: default avatarFrank Li <Frank.Li@nxp.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240119203911.3143928-4-Frank.Li@nxp.com
parent 0bf51cc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ memory {
		device_type = "memory";
	};

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

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

	ifc: ifc@fffe1e000 {
	ifc: memory-controller@fffe1e000 {
		reg = <0xf 0xffe1e000 0 0x2000>;
		ranges = <0x0 0x0 0xf 0xec000000 0x04000000
			  0x1 0x0 0xf 0xff800000 0x00010000
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ memory {
	device_type = "memory";
};

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

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