Browse Source

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

There was a typo in the base address used for the soc node in the A13
device tree. Fix it with the proper base address.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Maxime Ripard 12 years ago
parent
commit
278fe8b8a1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      arch/arm/boot/dts/sun5i-a13-olinuxino.dts
  2. 1 1
      arch/arm/boot/dts/sun5i-a13.dtsi

+ 1 - 1
arch/arm/boot/dts/sun5i-a13-olinuxino.dts

@@ -22,7 +22,7 @@
 		bootargs = "earlyprintk console=ttyS0,115200";
 	};
 
-	soc@01c20000 {
+	soc@01c00000 {
 		pinctrl@01c20800 {
 			led_pins_olinuxino: led_pins@0 {
 				allwinner,pins = "PG9";

+ 1 - 1
arch/arm/boot/dts/sun5i-a13.dtsi

@@ -150,7 +150,7 @@
 		};
 	};
 
-	soc@01c20000 {
+	soc@01c00000 {
 		compatible = "simple-bus";
 		#address-cells = <1>;
 		#size-cells = <1>;