Browse Source

realtek: move memory node to device DTS

Move the memory out of the rtl838x.dtsi and into the device family DTSI
or device DTS if applicable. This aligns with upstream practice.

Signed-off-by: Stijn Segers <[email protected]>
[add missing block for dgs-1210-10p, move block below chosen node]
Signed-off-by: Adrian Schmutzler <[email protected]>
Stijn Segers 4 năm trước cách đây
mục cha
commit
5bdf50d13b

+ 5 - 0
target/linux/realtek/dts/rtl8380_netgear_gs110tpp-v1.dts

@@ -13,6 +13,11 @@
 		bootargs = "console=ttyS0,115200";
 	};
 
+	memory@0 {
+		device_type = "memory";
+		reg = <0x0 0x8000000>;
+	};
+
 	keys {
 		compatible = "gpio-keys-polled";
 		poll-interval = <20>;

+ 5 - 0
target/linux/realtek/dts/rtl8380_zyxel_gs1900-10hp.dts

@@ -20,6 +20,11 @@
 		bootargs = "console=ttyS0,115200";
 	};
 
+	memory@0 {
+		device_type = "memory";
+		reg = <0x0 0x8000000>;
+	};
+
 	gpio1: rtl8231-gpio {
 		status = "okay";
 

+ 5 - 0
target/linux/realtek/dts/rtl8382_allnet_all-sg8208m.dts

@@ -20,6 +20,11 @@
 		bootargs = "console=ttyS0,115200";
 	};
 
+	memory@0 {
+		device_type = "memory";
+		reg = <0x0 0x8000000>;
+	};
+
 	keys {
 		compatible = "gpio-keys-polled";
 		poll-interval = <20>;

+ 5 - 0
target/linux/realtek/dts/rtl8382_d-link_dgs-1210-10p.dts

@@ -20,6 +20,11 @@
 		bootargs = "console=ttyS0,115200";
 	};
 
+	memory@0 {
+		device_type = "memory";
+		reg = <0x0 0x8000000>;
+	};
+
 	leds {
 		compatible = "gpio-leds";
 

+ 5 - 0
target/linux/realtek/dts/rtl8382_d-link_dgs-1210.dtsi

@@ -17,6 +17,11 @@
 		bootargs = "console=ttyS0,115200";
 	};
 
+	memory@0 {
+		device_type = "memory";
+		reg = <0x0 0x8000000>;
+	};
+
 	leds {
 		compatible = "gpio-leds";
 

+ 0 - 5
target/linux/realtek/dts/rtl838x.dtsi

@@ -64,11 +64,6 @@
 		};
 	};
 
-	memory@0 {
-		device_type = "memory";
-		reg = <0x0 0x8000000>;
-	};
-
 	chosen {
 		bootargs = "console=ttyS0,38400";
 	};