提交 18088678 编写于 作者: M Masahiro Yamada

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: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 f21683ae
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
pinctrl-0 = <&pinctrl_system_bus>; pinctrl-0 = <&pinctrl_system_bus>;
}; };
smpctrl@59800000 { smpctrl@59801000 {
compatible = "socionext,uniphier-smpctrl"; compatible = "socionext,uniphier-smpctrl";
reg = <0x59801000 0x400>; reg = <0x59801000 0x400>;
}; };
......
...@@ -233,7 +233,7 @@ ...@@ -233,7 +233,7 @@
pinctrl-0 = <&pinctrl_system_bus>; pinctrl-0 = <&pinctrl_system_bus>;
}; };
smpctrl@59800000 { smpctrl@59801000 {
compatible = "socionext,uniphier-smpctrl"; compatible = "socionext,uniphier-smpctrl";
reg = <0x59801000 0x400>; reg = <0x59801000 0x400>;
}; };
......
...@@ -320,7 +320,7 @@ ...@@ -320,7 +320,7 @@
pinctrl-0 = <&pinctrl_system_bus>; pinctrl-0 = <&pinctrl_system_bus>;
}; };
smpctrl@59800000 { smpctrl@59801000 {
compatible = "socionext,uniphier-smpctrl"; compatible = "socionext,uniphier-smpctrl";
reg = <0x59801000 0x400>; reg = <0x59801000 0x400>;
}; };
......
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
pinctrl-0 = <&pinctrl_system_bus>; pinctrl-0 = <&pinctrl_system_bus>;
}; };
smpctrl@59800000 { smpctrl@59801000 {
compatible = "socionext,uniphier-smpctrl"; compatible = "socionext,uniphier-smpctrl";
reg = <0x59801000 0x400>; reg = <0x59801000 0x400>;
}; };
......
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
#size-cells = <1>; #size-cells = <1>;
}; };
smpctrl@59800000 { smpctrl@59801000 {
compatible = "socionext,uniphier-smpctrl"; compatible = "socionext,uniphier-smpctrl";
reg = <0x59801000 0x400>; reg = <0x59801000 0x400>;
}; };
......
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
pinctrl-0 = <&pinctrl_system_bus>; pinctrl-0 = <&pinctrl_system_bus>;
}; };
smpctrl@59800000 { smpctrl@59801000 {
compatible = "socionext,uniphier-smpctrl"; compatible = "socionext,uniphier-smpctrl";
reg = <0x59801000 0x400>; reg = <0x59801000 0x400>;
}; };
......
...@@ -53,14 +53,14 @@ ...@@ -53,14 +53,14 @@
#size-cells = <1>; #size-cells = <1>;
ranges = <0x00000000 1 0x01f00000 0x00100000>; ranges = <0x00000000 1 0x01f00000 0x00100000>;
ethsc: ethernet@00000000 { ethsc: ethernet@0 {
compatible = "smsc,lan9118", "smsc,lan9115"; compatible = "smsc,lan9118", "smsc,lan9115";
reg = <0x00000000 0x1000>; reg = <0x00000000 0x1000>;
phy-mode = "mii"; phy-mode = "mii";
reg-io-width = <4>; reg-io-width = <4>;
}; };
serialsc: uart@000b0000 { serialsc: uart@b0000 {
compatible = "ns16550a"; compatible = "ns16550a";
reg = <0x000b0000 0x20>; reg = <0x000b0000 0x20>;
clock-frequency = <12288000>; clock-frequency = <12288000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册