ARM: dts: exynos: Fix memory on Artik5 evaluation boards
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>
This commit is contained in:
parent
8f274b90b8
commit
91bf0eee41
|
@ -23,7 +23,7 @@
|
|||
|
||||
memory@40000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x40000000 0x1ff00000>;
|
||||
reg = <0x40000000 0x1f800000>;
|
||||
};
|
||||
|
||||
firmware@205f000 {
|
||||
|
|
Loading…
Reference in New Issue