diff options
author | 2024-07-13 19:58:32 +0200 | |
---|---|---|
committer | 2024-07-29 14:25:53 +0200 | |
commit | d281814b8f7a710a75258da883fb0dfe1329c031 (patch) | |
tree | f35368bfbc6ec2c080003d3d09c904e8132b9368 | |
parent | Linux 6.11-rc1 (diff) | |
download | wireguard-linux-d281814b8f7a710a75258da883fb0dfe1329c031.tar.xz wireguard-linux-d281814b8f7a710a75258da883fb0dfe1329c031.zip |
arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount to 4GB
All known jackpotlte variants have 4GB of RAM, let's use it all.
RAM was set to 3GB from a mistake in the vendor provided DTS file.
Fixes: 06874015327b ("arm64: dts: exynos: Add initial device tree support for Exynos7885 SoC")
Signed-off-by: David Virag <virag.david003@gmail.com>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Link: https://lore.kernel.org/r/20240713180607.147942-3-virag.david003@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
-rw-r--r-- | arch/arm64/boot/dts/exynos/exynos7885-jackpotlte.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos7885-jackpotlte.dts b/arch/arm64/boot/dts/exynos/exynos7885-jackpotlte.dts index 47a389d9ff7d..9d74fa6bfed9 100644 --- a/arch/arm64/boot/dts/exynos/exynos7885-jackpotlte.dts +++ b/arch/arm64/boot/dts/exynos/exynos7885-jackpotlte.dts @@ -32,7 +32,7 @@ device_type = "memory"; reg = <0x0 0x80000000 0x3da00000>, <0x0 0xc0000000 0x40000000>, - <0x8 0x80000000 0x40000000>; + <0x8 0x80000000 0x80000000>; }; gpio-keys { |