ARM: dts: uniphier: fix simple-bus unit address format error
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 13 May 2017 17:20:49 +0000 (02:20 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 6 Jun 2017 00:20:24 +0000 (09:20 +0900)
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: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/boot/dts/uniphier-ld4.dtsi
arch/arm/boot/dts/uniphier-pro4.dtsi
arch/arm/boot/dts/uniphier-pro5.dtsi
arch/arm/boot/dts/uniphier-pxs2.dtsi
arch/arm/boot/dts/uniphier-sld3.dtsi
arch/arm/boot/dts/uniphier-sld8.dtsi
arch/arm/boot/dts/uniphier-support-card.dtsi

index 4f5fe15..e608895 100644 (file)
                        pinctrl-0 = <&pinctrl_system_bus>;
                };
 
-               smpctrl@59800000 {
+               smpctrl@59801000 {
                        compatible = "socionext,uniphier-smpctrl";
                        reg = <0x59801000 0x400>;
                };
index 794a85a..f55708e 100644 (file)
                        pinctrl-0 = <&pinctrl_system_bus>;
                };
 
-               smpctrl@59800000 {
+               smpctrl@59801000 {
                        compatible = "socionext,uniphier-smpctrl";
                        reg = <0x59801000 0x400>;
                };
index 81605e3..9577769 100644 (file)
                        pinctrl-0 = <&pinctrl_system_bus>;
                };
 
-               smpctrl@59800000 {
+               smpctrl@59801000 {
                        compatible = "socionext,uniphier-smpctrl";
                        reg = <0x59801000 0x400>;
                };
index bc5a1af..bf3bafc 100644 (file)
                        pinctrl-0 = <&pinctrl_system_bus>;
                };
 
-               smpctrl@59800000 {
+               smpctrl@59801000 {
                        compatible = "socionext,uniphier-smpctrl";
                        reg = <0x59801000 0x400>;
                };
index 01d77ed..7c9f41d 100644 (file)
                        #size-cells = <1>;
                };
 
-               smpctrl@59800000 {
+               smpctrl@59801000 {
                        compatible = "socionext,uniphier-smpctrl";
                        reg = <0x59801000 0x400>;
                };
index eb06fdc..19aa139 100644 (file)
                        pinctrl-0 = <&pinctrl_system_bus>;
                };
 
-               smpctrl@59800000 {
+               smpctrl@59801000 {
                        compatible = "socionext,uniphier-smpctrl";
                        reg = <0x59801000 0x400>;
                };
index f61dfec..fdbf0f6 100644 (file)
                #size-cells = <1>;
                ranges = <0x00000000 1 0x01f00000 0x00100000>;
 
-               ethsc: ethernet@00000000 {
+               ethsc: ethernet@0 {
                        compatible = "smsc,lan9118", "smsc,lan9115";
                        reg = <0x00000000 0x1000>;
                        phy-mode = "mii";
                        reg-io-width = <4>;
                };
 
-               serialsc: uart@000b0000 {
+               serialsc: uart@b0000 {
                        compatible = "ns16550a";
                        reg = <0x000b0000 0x20>;
                        clock-frequency = <12288000>;