ARM: dts: uniphier: fix no unit name warnings

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>
master
Masahiro Yamada 7 years ago
parent f16eda968c
commit 7ad79c1291
  1. 10
      arch/arm/dts/uniphier-ld11-ref.dts
  2. 2
      arch/arm/dts/uniphier-ld11.dtsi
  3. 10
      arch/arm/dts/uniphier-ld20-ref.dts
  4. 2
      arch/arm/dts/uniphier-ld20.dtsi
  5. 2
      arch/arm/dts/uniphier-ld4-ref.dts
  6. 2
      arch/arm/dts/uniphier-ld6b-ref.dts
  7. 2
      arch/arm/dts/uniphier-pro4-ace.dts
  8. 2
      arch/arm/dts/uniphier-pro4-ref.dts
  9. 2
      arch/arm/dts/uniphier-pro4-sanji.dts
  10. 2
      arch/arm/dts/uniphier-pxs2-gentil.dts
  11. 2
      arch/arm/dts/uniphier-pxs2-vodka.dts
  12. 10
      arch/arm/dts/uniphier-pxs3-ref.dts
  13. 2
      arch/arm/dts/uniphier-pxs3.dtsi
  14. 2
      arch/arm/dts/uniphier-sld3-ref.dts
  15. 2
      arch/arm/dts/uniphier-sld8-ref.dts
  16. 5
      arch/arm/dts/uniphier-support-card.dtsi

@ -16,6 +16,10 @@
model = "UniPhier LD11 Reference Board";
compatible = "socionext,uniphier-ld11-ref", "socionext,uniphier-ld11";
chosen {
stdout-path = "serial0:115200n8";
};
aliases {
serial0 = &serial0;
serial1 = &serial1;
@ -29,14 +33,10 @@
i2c5 = &i2c5;
};
memory {
memory@80000000 {
device_type = "memory";
reg = <0 0x80000000 0 0x40000000>;
};
chosen {
stdout-path = "serial0:115200n8";
};
};
&ethsc {

@ -104,7 +104,7 @@
<1 10 4>;
};
soc {
soc@0 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;

@ -16,6 +16,10 @@
model = "UniPhier LD20 Reference Board";
compatible = "socionext,uniphier-ld20-ref", "socionext,uniphier-ld20";
chosen {
stdout-path = "serial0:115200n8";
};
aliases {
serial0 = &serial0;
serial1 = &serial1;
@ -29,14 +33,10 @@
i2c5 = &i2c5;
};
memory {
memory@80000000 {
device_type = "memory";
reg = <0 0x80000000 0 0xc0000000>;
};
chosen {
stdout-path = "serial0:115200n8";
};
};
&ethsc {

@ -173,7 +173,7 @@
<1 10 4>;
};
soc {
soc@0 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;

@ -31,7 +31,7 @@
i2c3 = &i2c3;
};
memory {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x20000000>;
};

@ -33,7 +33,7 @@
i2c6 = &i2c6;
};
memory {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};

@ -30,7 +30,7 @@
i2c6 = &i2c6;
};
memory {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};

@ -34,7 +34,7 @@
usb0 = &usb0;
};
memory {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};

@ -29,7 +29,7 @@
i2c6 = &i2c6;
};
memory {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};

@ -30,7 +30,7 @@
i2c6 = &i2c6;
};
memory {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};

@ -28,7 +28,7 @@
i2c6 = &i2c6;
};
memory {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};

@ -16,6 +16,10 @@
model = "UniPhier PXs3 Reference Board";
compatible = "socionext,uniphier-pxs3-ref", "socionext,uniphier-pxs3";
chosen {
stdout-path = "serial0:115200n8";
};
aliases {
serial0 = &serial0;
serial1 = &serial1;
@ -28,14 +32,10 @@
i2c6 = &i2c6;
};
memory {
memory@80000000 {
device_type = "memory";
reg = <0 0x80000000 0 0xa0000000>;
};
chosen {
stdout-path = "serial0:115200n8";
};
};
&ethsc {

@ -86,7 +86,7 @@
<1 10 4>;
};
soc {
soc@0 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;

@ -31,7 +31,7 @@
i2c4 = &i2c4;
};
memory {
memory@8000000 {
device_type = "memory";
reg = <0x80000000 0x20000000
0xc0000000 0x20000000>;

@ -31,7 +31,7 @@
i2c3 = &i2c3;
};
memory {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x20000000>;
};

@ -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>;

Loading…
Cancel
Save