summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-12-02 18:35:55 +0100
committerSimon Horman <horms+renesas@verge.net.au>2014-12-21 16:57:16 +0900
commitb5c107f03b65e14a70d86654cf2427bdc7e4afe6 (patch)
treefbf199cfb900dc4b34da2a92b29d4d4d2a077095 /arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts
parent97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff)
downloadop-kernel-dev-b5c107f03b65e14a70d86654cf2427bdc7e4afe6.zip
op-kernel-dev-b5c107f03b65e14a70d86654cf2427bdc7e4afe6.tar.gz
ARM: shmobile: ape6evm-reference: Correct BSC bus range
The address space for the r8a73a4 Bus State Controller covers the first 512 MiB, not the first 2 GiB. Correct the size in the "ranges" property to reflect this, and to no longer overlap with PCI Express Memory. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts')
-rw-r--r--arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts b/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts
index 84e05f7..b3d8f84 100644
--- a/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts
+++ b/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts
@@ -67,7 +67,7 @@
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
- ranges = <0 0 0 0x80000000>;
+ ranges = <0 0 0 0x20000000>;
};
};
OpenPOWER on IntegriCloud