]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: sun5i: dt: Fix A10s SoC bus base address
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 3 Aug 2013 14:07:36 +0000 (16:07 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 10 Aug 2013 17:13:44 +0000 (19:13 +0200)
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: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts
arch/arm/boot/dts/sun5i-a10s.dtsi

index 24dd8bb7df8abdbd222bdbbbf887fbff2951c012..3c9f8b3cd3e3cf44e0d0bdd13be5444e437a2fea 100644 (file)
@@ -18,7 +18,7 @@
        model = "Olimex A10s-Olinuxino Micro";
        compatible = "olimex,a10s-olinuxino-micro", "allwinner,sun5i-a10s";
 
-       soc@01c20000 {
+       soc@01c00000 {
                emac: ethernet@01c0b000 {
                        pinctrl-names = "default";
                        pinctrl-0 = <&emac_pins_a>;
index ec6c2b6d1d2ba9161d8146a84a2388d6d639acd4..ee0ff9ba1bca16c592baa9882b63b4c003193c5d 100644 (file)
                };
        };
 
-       soc@01c20000 {
+       soc@01c00000 {
                compatible = "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;