Skip to content

Commit 2b31be8

Browse files
Kaustabh Chakrabortygregkh
authored andcommitted
arm64: dts: exynos7870-on7xelte: reduce memory ranges to base amount
commit 2bdfa35 upstream. The device is available in multiple variants with differing RAM capacities. The memory range defined in the 0x80000000 bank exceeds the address range of the memory controller, which eventually leads to ARM SError crashes. Reduce the bank size to a value which is available to all devices. The bootloader must be responsible for identifying the RAM capacity and editing the memory node accordingly. Fixes: d6f3a7f ("arm64: dts: exynos: add initial devicetree support for exynos7870") Cc: stable@vger.kernel.org # v6.16 Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org> Link: https://lore.kernel.org/r/20250626-exynos7870-dts-fixes-v1-2-349987874d9a@disroot.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 9b6e6a6 commit 2b31be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/exynos/exynos7870-on7xelte.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
memory@40000000 {
7979
device_type = "memory";
8080
reg = <0x0 0x40000000 0x3e400000>,
81-
<0x0 0x80000000 0xbe400000>;
81+
<0x0 0x80000000 0x80000000>;
8282
};
8383

8484
pwrseq_mmc1: pwrseq-mmc1 {

0 commit comments

Comments
 (0)