mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
ARM: dts: samsung: exynos5420-galaxy-tab: decrease available memory
The last 6 MiB are used by trustzone firmware, and cannot be used by Linux. Currently we are saved by that the proprietary bootloader (sboot) passes available memory to kernel through ATAG_MEM. Change memory range in any case so that we do not have to rely on ATAG_MEM. Signed-off-by: Henrik Grimler <henrik@grimler.se> Link: https://lore.kernel.org/r/20240130-galaxy-tab-s-cleanup-v1-3-d4e17857241d@grimler.se Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
497b447cf8
commit
9a5dbb835f
|
|
@ -39,7 +39,7 @@ chosen {
|
|||
|
||||
memory@20000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x20000000 0xc0000000>;
|
||||
reg = <0x20000000 0xbfa00000>;
|
||||
};
|
||||
|
||||
firmware@2073000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user