Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2201c7f1 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: dts: uniphier: fix no unit name warnings



Fix warnings reported when built with W=1:
  Node /memory has a reg or ranges property, but no unit name

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 8e2b908b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
	model = "UniPhier LD4 Reference Board";
	compatible = "socionext,uniphier-ld4-ref", "socionext,uniphier-ld4";

	memory {
	memory@80000000 {
		device_type = "memory";
		reg = <0x80000000 0x20000000>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
	model = "UniPhier LD6b Reference Board";
	compatible = "socionext,uniphier-ld6b-ref", "socionext,uniphier-ld6b";

	memory {
	memory@80000000 {
		device_type = "memory";
		reg = <0x80000000 0x80000000>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
	model = "UniPhier Pro4 Ace Board";
	compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";

	memory {
	memory@80000000 {
		device_type = "memory";
		reg = <0x80000000 0x40000000>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
	model = "UniPhier Pro4 Reference Board";
	compatible = "socionext,uniphier-pro4-ref", "socionext,uniphier-pro4";

	memory {
	memory@80000000 {
		device_type = "memory";
		reg = <0x80000000 0x40000000>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
	model = "UniPhier Pro4 Sanji Board";
	compatible = "socionext,uniphier-pro4-sanji", "socionext,uniphier-pro4";

	memory {
	memory@80000000 {
		device_type = "memory";
		reg = <0x80000000 0x80000000>;
	};
Loading