提交 9e199292 编写于 作者: M Maxime Ripard

ARM: sun5i: dt: Fix A10s SoC bus base address

There was a typo in the base address used for the soc node in the A10s
device tree. Fix it with the proper base address.
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 ccb258ab
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
model = "Olimex A10s-Olinuxino Micro"; model = "Olimex A10s-Olinuxino Micro";
compatible = "olimex,a10s-olinuxino-micro", "allwinner,sun5i-a10s"; compatible = "olimex,a10s-olinuxino-micro", "allwinner,sun5i-a10s";
soc@01c20000 { soc@01c00000 {
emac: ethernet@01c0b000 { emac: ethernet@01c0b000 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&emac_pins_a>; pinctrl-0 = <&emac_pins_a>;
......
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
}; };
}; };
soc@01c20000 { soc@01c00000 {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册