Commit 6373a2b5 authored by J. Neuschäfer's avatar J. Neuschäfer Committed by Madhavan Srinivasan
Browse files

powerpc: dts: mpc83xx: Add unit addresses to /memory



This fixes dtschema warnings such as the following:

  arch/powerpc/boot/dts/mpc8315erdb.dtb: /: memory: False schema
  does not allow {'device_type': ['memory'], 'reg': [[0, 134217728]]}

Signed-off-by: default avatarJ. Neuschäfer <j.ne@posteo.net>
Signed-off-by: default avatarMadhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20260303-mpc83xx-cleanup-v2-5-187d3a13effa@posteo.net
parent fde54f1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ PowerPC,8347@0 {
		};
	};

	memory {
	memory@0 {
		device_type = "memory";
		reg = <0x00000000 0x8000000>;	// 128MB at 0
	};
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ PowerPC,8308@0 {
		};
	};

	memory {
	memory@0 {
		device_type = "memory";
		reg = <0x00000000 0x08000000>;	// 128MB at 0
	};
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ PowerPC,8308@0 {
		};
	};

	memory {
	memory@0 {
		device_type = "memory";
		reg = <0x00000000 0x08000000>;	// 128MB at 0
	};
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ PowerPC,8313@0 {
		};
	};

	memory {
	memory@0 {
		device_type = "memory";
		reg = <0x00000000 0x08000000>;	// 128MB at 0
	};
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ PowerPC,8315@0 {
		};
	};

	memory {
	memory@0 {
		device_type = "memory";
		reg = <0x00000000 0x08000000>;	// 128MB at 0
	};
Loading