summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun5i-a10s.dtsi
diff options
context:
space:
mode:
authorMaxime Ripard2013-08-03 16:07:36 +0200
committerMaxime Ripard2013-08-10 19:13:44 +0200
commit9e199292d2266489c939f9c890f0d3736d00ba66 (patch)
treea979c2d75ac84b7a9eb372811c9b62b64526a675 /arch/arm/boot/dts/sun5i-a10s.dtsi
parentARM: sun5i: a10s: Remove useless simple-bus reg property (diff)
downloadkernel-qcow2-linux-9e199292d2266489c939f9c890f0d3736d00ba66.tar.gz
kernel-qcow2-linux-9e199292d2266489c939f9c890f0d3736d00ba66.tar.xz
kernel-qcow2-linux-9e199292d2266489c939f9c890f0d3736d00ba66.zip
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 @@
};
};
- soc@01c20000 {
+ soc@01c00000 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;