aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun5i-a10s.dtsi
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2013-08-03 10:07:36 -0400
committerMaxime Ripard <maxime.ripard@free-electrons.com>2013-08-10 13:13:44 -0400
commit9e199292d2266489c939f9c890f0d3736d00ba66 (patch)
treea979c2d75ac84b7a9eb372811c9b62b64526a675 /arch/arm/boot/dts/sun5i-a10s.dtsi
parentccb258ab9199c3b0ea5a3ed3c7d2bc8da3222bf6 (diff)
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: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-a10s.dtsi')
-rw-r--r--arch/arm/boot/dts/sun5i-a10s.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun5i-a10s.dtsi b/arch/arm/boot/dts/sun5i-a10s.dtsi
index ec6c2b6d1d2b..ee0ff9ba1bca 100644
--- a/arch/arm/boot/dts/sun5i-a10s.dtsi
+++ b/arch/arm/boot/dts/sun5i-a10s.dtsi
@@ -157,7 +157,7 @@
157 }; 157 };
158 }; 158 };
159 159
160 soc@01c20000 { 160 soc@01c00000 {
161 compatible = "simple-bus"; 161 compatible = "simple-bus";
162 #address-cells = <1>; 162 #address-cells = <1>;
163 #size-cells = <1>; 163 #size-cells = <1>;