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

Commit 18088678 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: dts: uniphier: fix simple-bus unit address format error



Compiling the UniPhier DT files with W=1, DTC warns like follows:

Warning (simple_bus_reg): Node /soc/system-bus@58c00000/support_card@1,1f00000/ethernet@00000000 simple-bus unit address format error, expected "0"
Warning (simple_bus_reg): Node /soc/system-bus@58c00000/support_card@1,1f00000/uart@000b0000 simple-bus unit address format error, expected "b0000"
Warning (simple_bus_reg): Node /soc/smpctrl@59800000 simple-bus unit address format error, expected "59801000"

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent f21683ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -201,7 +201,7 @@
			pinctrl-0 = <&pinctrl_system_bus>;
		};

		smpctrl@59800000 {
		smpctrl@59801000 {
			compatible = "socionext,uniphier-smpctrl";
			reg = <0x59801000 0x400>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@
			pinctrl-0 = <&pinctrl_system_bus>;
		};

		smpctrl@59800000 {
		smpctrl@59801000 {
			compatible = "socionext,uniphier-smpctrl";
			reg = <0x59801000 0x400>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -320,7 +320,7 @@
			pinctrl-0 = <&pinctrl_system_bus>;
		};

		smpctrl@59800000 {
		smpctrl@59801000 {
			compatible = "socionext,uniphier-smpctrl";
			reg = <0x59801000 0x400>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -304,7 +304,7 @@
			pinctrl-0 = <&pinctrl_system_bus>;
		};

		smpctrl@59800000 {
		smpctrl@59801000 {
			compatible = "socionext,uniphier-smpctrl";
			reg = <0x59801000 0x400>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@
			#size-cells = <1>;
		};

		smpctrl@59800000 {
		smpctrl@59801000 {
			compatible = "socionext,uniphier-smpctrl";
			reg = <0x59801000 0x400>;
		};
Loading