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

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

arm64: 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/smpctrl@59800000 simple-bus unit address format error, expected "59801000"

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 3fc9a121
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -268,7 +268,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
@@ -337,7 +337,7 @@
			pinctrl-0 = <&pinctrl_system_bus>;
		};

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