Commit d5bb3a8e authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent b589202b
......@@ -19,7 +19,8 @@ / {
model = "FriendlyARM Mini6410 board based on S3C6410";
compatible = "friendlyarm,mini6410", "samsung,s3c6410";
memory {
memory@50000000 {
device_type = "memory";
reg = <0x50000000 0x10000000>;
};
......
......@@ -19,7 +19,8 @@ / {
model = "SAMSUNG SMDK6410 board based on S3C6410";
compatible = "samsung,mini6410", "samsung,s3c6410";
memory {
memory@50000000 {
device_type = "memory";
reg = <0x50000000 0x8000000>;
};
......
......@@ -13,10 +13,12 @@
* nodes can be added to this file.
*/
#include "skeleton.dtsi"
#include <dt-bindings/clock/samsung,s3c64xx-clock.h>
/ {
#address-cells = <1>;
#size-cells = <1>;
aliases {
i2c0 = &i2c0;
pinctrl0 = &pinctrl0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment