OSDN Git Service

ARM: shmobile: ape6evm-reference: Correct BSC bus range
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 2 Dec 2014 17:35:55 +0000 (18:35 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Sun, 21 Dec 2014 07:57:16 +0000 (16:57 +0900)
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>
arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts

index 84e05f7..b3d8f84 100644 (file)
@@ -67,7 +67,7 @@
                compatible = "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;
-               ranges = <0 0 0 0x80000000>;
+               ranges = <0 0 0 0x20000000>;
        };
 };