Skip to content

Commit 97ad6de

Browse files
lweiss-fairphoneSasha Levin
authored andcommitted
arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing reserved-memory
[ Upstream commit 5dbbe7e ] 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: eee9602 ("arm64: dts: qcom: qcm6490: Add device-tree for Fairphone 5") Signed-off-by: Luca Weiss <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 8b3f6b0 commit 97ad6de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@
8282
no-map;
8383
};
8484

85+
removed_mem: removed@c0000000 {
86+
reg = <0x0 0xc0000000 0x0 0x5100000>;
87+
no-map;
88+
};
89+
8590
rmtfs_mem: memory@f8500000 {
8691
compatible = "qcom,rmtfs-mem";
8792
reg = <0x0 0xf8500000 0x0 0x600000>;

0 commit comments

Comments
 (0)