Commit 18088678 authored by Masahiro Yamada's avatar 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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent f21683ae
......@@ -201,7 +201,7 @@ system_bus: system-bus@58c00000 {
pinctrl-0 = <&pinctrl_system_bus>;
};
smpctrl@59800000 {
smpctrl@59801000 {
compatible = "socionext,uniphier-smpctrl";
reg = <0x59801000 0x400>;
};
......
......@@ -233,7 +233,7 @@ system_bus: system-bus@58c00000 {
pinctrl-0 = <&pinctrl_system_bus>;
};
smpctrl@59800000 {
smpctrl@59801000 {
compatible = "socionext,uniphier-smpctrl";
reg = <0x59801000 0x400>;
};
......
......@@ -320,7 +320,7 @@ system_bus: system-bus@58c00000 {
pinctrl-0 = <&pinctrl_system_bus>;
};
smpctrl@59800000 {
smpctrl@59801000 {
compatible = "socionext,uniphier-smpctrl";
reg = <0x59801000 0x400>;
};
......
......@@ -304,7 +304,7 @@ system_bus: system-bus@58c00000 {
pinctrl-0 = <&pinctrl_system_bus>;
};
smpctrl@59800000 {
smpctrl@59801000 {
compatible = "socionext,uniphier-smpctrl";
reg = <0x59801000 0x400>;
};
......
......@@ -216,7 +216,7 @@ system_bus: system-bus@58c00000 {
#size-cells = <1>;
};
smpctrl@59800000 {
smpctrl@59801000 {
compatible = "socionext,uniphier-smpctrl";
reg = <0x59801000 0x400>;
};
......
......@@ -201,7 +201,7 @@ system_bus: system-bus@58c00000 {
pinctrl-0 = <&pinctrl_system_bus>;
};
smpctrl@59800000 {
smpctrl@59801000 {
compatible = "socionext,uniphier-smpctrl";
reg = <0x59801000 0x400>;
};
......
......@@ -53,14 +53,14 @@ support_card: support_card@1,1f00000 {
#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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment