Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: s3c64xx: Remove skeleton.dtsi and fix DTC warnings for /memory

Remove the usage of skeleton.dtsi to fix the DTC warnings:

arch/arm/boot/dts/s3c6410-mini6410.dtb: Warning (unit_address_vs_reg):
/memory: node has a reg or ranges property, but no unit name
arch/arm/boot/dts/s3c6410-smdk6410.dtb: Warning (unit_address_vs_reg):
/memory: node has a reg or ranges property, but no unit name

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

+7 -3
+2 -1
arch/arm/boot/dts/s3c6410-mini6410.dts
··· 19 19 model = "FriendlyARM Mini6410 board based on S3C6410"; 20 20 compatible = "friendlyarm,mini6410", "samsung,s3c6410"; 21 21 22 - memory { 22 + memory@50000000 { 23 + device_type = "memory"; 23 24 reg = <0x50000000 0x10000000>; 24 25 }; 25 26
+2 -1
arch/arm/boot/dts/s3c6410-smdk6410.dts
··· 19 19 model = "SAMSUNG SMDK6410 board based on S3C6410"; 20 20 compatible = "samsung,mini6410", "samsung,s3c6410"; 21 21 22 - memory { 22 + memory@50000000 { 23 + device_type = "memory"; 23 24 reg = <0x50000000 0x8000000>; 24 25 }; 25 26
+3 -1
arch/arm/boot/dts/s3c64xx.dtsi
··· 13 13 * nodes can be added to this file. 14 14 */ 15 15 16 - #include "skeleton.dtsi" 17 16 #include <dt-bindings/clock/samsung,s3c64xx-clock.h> 18 17 19 18 / { 19 + #address-cells = <1>; 20 + #size-cells = <1>; 21 + 20 22 aliases { 21 23 i2c0 = &i2c0; 22 24 pinctrl0 = &pinctrl0;