arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing reserved-memory
authorLuca Weiss <luca.weiss@fairphone.com>
Fri, 29 Dec 2023 12:53:17 +0000 (13:53 +0100)
committerBjorn Andersson <andersson@kernel.org>
Sun, 28 Jan 2024 18:04:00 +0000 (12:04 -0600)
It seems we also need to reserve a region of 81 MiB called "removed_mem"
otherwise we can easily hit the following error with higher RAM usage:

  [ 1467.809274] Internal error: synchronous external abort: 0000000096000010 [#2] SMP

Fixes: eee9602ad649 ("arm64: dts: qcom: qcm6490: Add device-tree for Fairphone 5")
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231229-fp5-reserved-mem-v1-1-87bb818f1397@fairphone.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts

index ab6e735bea4507d7b050c7364f46589d841a5de6..0a1f25357c41c6c4fa6c3010150343ff84e3e32b 100644 (file)
                        no-map;
                };
 
+               removed_mem: removed@c0000000 {
+                       reg = <0x0 0xc0000000 0x0 0x5100000>;
+                       no-map;
+               };
+
                rmtfs_mem: memory@f8500000 {
                        compatible = "qcom,rmtfs-mem";
                        reg = <0x0 0xf8500000 0x0 0x600000>;