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>
This commit is contained in:
Geert Uytterhoeven 2014-12-02 18:35:55 +01:00 committed by Simon Horman
parent 97bf6af1f9
commit b5c107f03b

View File

@ -67,7 +67,7 @@ lbsc {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0 0 0x80000000>;
ranges = <0 0 0 0x20000000>;
};
};