ARM: dts: exynos: Fix memory on Artik5 evaluation boards
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 25 Feb 2020 11:40:17 +0000 (12:40 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 26 Feb 2020 18:52:55 +0000 (19:52 +0100)
The last 8MB of physical memory on Artik520 family boards is reserved for
secure firmware. Adjust the total amount of the memory defined in
exynos3250-artik5.dtsi to match the memory available for the Linux kernel.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos3250-artik5.dtsi

index dee35e3..b27a820 100644 (file)
@@ -23,7 +23,7 @@
 
        memory@40000000 {
                device_type = "memory";
-               reg = <0x40000000 0x1ff00000>;
+               reg = <0x40000000 0x1f800000>;
        };
 
        firmware@205f000 {