Commit ccb258ab authored by Maxime Ripard's avatar Maxime Ripard

ARM: sun5i: a10s: Remove useless simple-bus reg property

The reg property of the simple-bus driver is completely useless. Remove
it from the DTSI.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent b74aec1a
...@@ -161,7 +161,6 @@ soc@01c20000 { ...@@ -161,7 +161,6 @@ soc@01c20000 {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
reg = <0x01c20000 0x300000>;
ranges; ranges;
emac: ethernet@01c0b000 { emac: ethernet@01c0b000 {
......
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