diff options
author | 2024-01-30 21:40:41 +0100 | |
---|---|---|
committer | 2024-02-06 11:16:52 +0100 | |
commit | 9a5dbb835fd396c78da34b26ee91db6d529d096d (patch) | |
tree | 648b4c0e141582eb028a1b31d65bcfded06e270e | |
parent | ARM: dts: samsung: exynos4412-p4note: add accelerometer and gyro to p4note (diff) | |
download | wireguard-linux-9a5dbb835fd396c78da34b26ee91db6d529d096d.tar.xz wireguard-linux-9a5dbb835fd396c78da34b26ee91db6d529d096d.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/samsung/exynos5420-galaxy-tab-common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/samsung/exynos5420-galaxy-tab-common.dtsi b/arch/arm/boot/dts/samsung/exynos5420-galaxy-tab-common.dtsi index f525b2f5e4e0..3532f1e8e902 100644 --- a/arch/arm/boot/dts/samsung/exynos5420-galaxy-tab-common.dtsi +++ b/arch/arm/boot/dts/samsung/exynos5420-galaxy-tab-common.dtsi @@ -39,7 +39,7 @@ memory@20000000 { device_type = "memory"; - reg = <0x20000000 0xc0000000>; + reg = <0x20000000 0xbfa00000>; }; firmware@2073000 { |