]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: dts: uniphier: fix no unit name warnings
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 12 Mar 2017 15:16:40 +0000 (00:16 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 13 Mar 2017 19:15:24 +0000 (04:15 +0900)
Fix warnings reported when built with W=1, by DTC 1.4.2 or later:
  Node /memory has a reg or ranges property, but no unit name

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
16 files changed:
arch/arm/dts/uniphier-ld11-ref.dts
arch/arm/dts/uniphier-ld11.dtsi
arch/arm/dts/uniphier-ld20-ref.dts
arch/arm/dts/uniphier-ld20.dtsi
arch/arm/dts/uniphier-ld4-ref.dts
arch/arm/dts/uniphier-ld6b-ref.dts
arch/arm/dts/uniphier-pro4-ace.dts
arch/arm/dts/uniphier-pro4-ref.dts
arch/arm/dts/uniphier-pro4-sanji.dts
arch/arm/dts/uniphier-pxs2-gentil.dts
arch/arm/dts/uniphier-pxs2-vodka.dts
arch/arm/dts/uniphier-pxs3-ref.dts
arch/arm/dts/uniphier-pxs3.dtsi
arch/arm/dts/uniphier-sld3-ref.dts
arch/arm/dts/uniphier-sld8-ref.dts
arch/arm/dts/uniphier-support-card.dtsi

index 7693bf27364a2cbc99b83972f342886dc02c9281..1b5f2d8ee0e8f6b3a50696b28fd3b34ba5040756 100644 (file)
        model = "UniPhier LD11 Reference Board";
        compatible = "socionext,uniphier-ld11-ref", "socionext,uniphier-ld11";
 
+       chosen {
+               stdout-path = "serial0:115200n8";
+       };
+
        aliases {
                serial0 = &serial0;
                serial1 = &serial1;
                i2c5 = &i2c5;
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0 0x80000000 0 0x40000000>;
        };
-
-       chosen {
-               stdout-path = "serial0:115200n8";
-       };
 };
 
 &ethsc {
index 38dc1ecfaba5734732ad448266319dd9e82c496b..848898466964eb94dbd8d47a89e9e28adf1985e6 100644 (file)
                             <1 10 4>;
        };
 
-       soc {
+       soc@0 {
                compatible = "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;
index 41ee07ebaba7ad16b530bda8e07690bf5d478956..9cbd1f2941ea05441e7744c9aa1fb2552efeffe0 100644 (file)
        model = "UniPhier LD20 Reference Board";
        compatible = "socionext,uniphier-ld20-ref", "socionext,uniphier-ld20";
 
+       chosen {
+               stdout-path = "serial0:115200n8";
+       };
+
        aliases {
                serial0 = &serial0;
                serial1 = &serial1;
                i2c5 = &i2c5;
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0 0x80000000 0 0xc0000000>;
        };
-
-       chosen {
-               stdout-path = "serial0:115200n8";
-       };
 };
 
 &ethsc {
index 7176757ce50dec3b110bcccf9874e3a26a39d8be..d853526a4b8b0279082d9a0e6f5de793949fe2fc 100644 (file)
                             <1 10 4>;
        };
 
-       soc {
+       soc@0 {
                compatible = "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;
index f397a4c8c94be37cee805fbe786224f9dd083459..d3177e90b9fe5bec354df8e534fbdfb382244ca9 100644 (file)
@@ -31,7 +31,7 @@
                i2c3 = &i2c3;
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x20000000>;
        };
index fdfb533152fa165fe7eff114f3c96433ca61e27a..7cdc923ae1cb42a07f0a315520eccf128bc9287d 100644 (file)
@@ -33,7 +33,7 @@
                i2c6 = &i2c6;
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x80000000>;
        };
index b9d43159f07d37eb8da1253a79ee5d3268e55d1a..0183df0fdc32e50a3a54c9fe6f468f7153859859 100644 (file)
@@ -30,7 +30,7 @@
                i2c6 = &i2c6;
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x40000000>;
        };
index 920fd5468f7db6b3eee587a26c9b201cbf7b857e..a1fbbdc2bcbbed788a15e737f4cc69ecf0727ab6 100644 (file)
@@ -34,7 +34,7 @@
                usb0 = &usb0;
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x40000000>;
        };
index b103ba57f9a70c7d618969a914c1b38b2e11d2fa..11016a4b8d9bd0c309fe872821dfd36d2f7faae0 100644 (file)
@@ -29,7 +29,7 @@
                i2c6 = &i2c6;
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x80000000>;
        };
index aac478175fe57dc0db5d488235673c48bd87d80d..a26d586c76d1c719f565542ecdc09c8da83330d8 100644 (file)
@@ -30,7 +30,7 @@
                i2c6 = &i2c6;
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x80000000>;
        };
index f3816965a3153fffeda90623d6d4b7a9e64bd161..f296c7d6bee714d1982565635b8ee6e9970b1e04 100644 (file)
@@ -28,7 +28,7 @@
                i2c6 = &i2c6;
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x80000000>;
        };
index 27f0cb08b93a40fc697b32b5bc6a2c6f7a5da7e6..cb1eef43c4643753d83c68a63ef20aa45fb19ffb 100644 (file)
        model = "UniPhier PXs3 Reference Board";
        compatible = "socionext,uniphier-pxs3-ref", "socionext,uniphier-pxs3";
 
+       chosen {
+               stdout-path = "serial0:115200n8";
+       };
+
        aliases {
                serial0 = &serial0;
                serial1 = &serial1;
                i2c6 = &i2c6;
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0 0x80000000 0 0xa0000000>;
        };
-
-       chosen {
-               stdout-path = "serial0:115200n8";
-       };
 };
 
 &ethsc {
index 3b30eeff3f3289c2056825bf6b6afb42dc58b4a8..76b656652cba2431353e0dbdf0dc1e2d8c6254c4 100644 (file)
@@ -86,7 +86,7 @@
                             <1 10 4>;
        };
 
-       soc {
+       soc@0 {
                compatible = "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;
index 01aed3d68f1be89aaf2b8913616caac14943e15e..907448a0d673501e54aa3c49ddd0c2b13f7deef0 100644 (file)
@@ -31,7 +31,7 @@
                i2c4 = &i2c4;
        };
 
-       memory {
+       memory@8000000 {
                device_type = "memory";
                reg = <0x80000000 0x20000000
                       0xc0000000 0x20000000>;
index 3c78997dab98e6872acdee7cad67348192625ad7..99a284ad439c9ec537f35c4f3e7d8047e3151396 100644 (file)
@@ -31,7 +31,7 @@
                i2c3 = &i2c3;
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x20000000>;
        };
index be0f1d694dc3271e8c6c622e2328e16b0d3ee0a7..924f2296e6e8d1895a4664207dd656b0e554b904 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Device Tree Source for UniPhier Support Card (Expansion Board)
  *
- * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
+ * Copyright (C) 2015-2017 Socionext Inc.
+ *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  *
  * SPDX-License-Identifier:    GPL-2.0+        X11
  */
@@ -10,7 +11,7 @@
        status = "okay";
        ranges = <1 0x00000000 0x42000000 0x02000000>;
 
-       support_card: support_card {
+       support_card: support_card@1,1f00000 {
                compatible = "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;