diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-12-02 18:35:55 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-12-21 08:57:16 +0100 |
commit | b5c107f03b65e14a70d86654cf2427bdc7e4afe6 (patch) | |
tree | fbf199cfb900dc4b34da2a92b29d4d4d2a077095 | |
parent | Linux 3.19-rc1 (diff) | |
download | linux-b5c107f03b65e14a70d86654cf2427bdc7e4afe6.tar.xz linux-b5c107f03b65e14a70d86654cf2427bdc7e4afe6.zip |
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>
-rw-r--r-- | arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts | 2 |
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 84e05f713c54..b3d8f844b57a 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>; }; }; |