arm64: dts: uniphier: fix no unit name warnings
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 26 Feb 2017 05:04:09 +0000 (14:04 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 6 Mar 2017 20:23:13 +0000 (05:23 +0900)
Fix warnings reported when built with W=1:
  Node /memory has a reg or ranges property, but no unit name

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts
arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi
arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi

index 7168cf818ad8dc4f942887abfdb965211c3d2991..1b96e243e1e3fe0b5532a1e1a890805085b714b3 100644 (file)
@@ -52,7 +52,7 @@
        model = "UniPhier LD11 Reference Board";
        compatible = "socionext,uniphier-ld11-ref", "socionext,uniphier-ld11";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0 0x80000000 0 0x40000000>;
        };
index da881f5b6ed46df6b5319e034ddf3e073090a0f1..2ed35e39daecc2ae9beda231167308a149e8a67f 100644 (file)
                             <1 10 4>;
        };
 
-       soc {
+       soc@0 {
                compatible = "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;
index 609162a1a322445e1f11a8c45a43719f1a6b0c21..8cb0f1130b1b32637c1761c10bd1d2355e07fdcb 100644 (file)
@@ -52,7 +52,7 @@
        model = "UniPhier LD20 Reference Board";
        compatible = "socionext,uniphier-ld20-ref", "socionext,uniphier-ld20";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0 0x80000000 0 0xc0000000>;
        };
index a6b3a70dae831bf0206a5c3500b3fd779d25b10b..96c053f1911e28f7553551ab6c7ff9bbb2b4f04c 100644 (file)
                             <1 10 4>;
        };
 
-       soc {
+       soc@0 {
                compatible = "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;