Skip to content

Commit ecd2408

Browse files
z3ntuandersson
authored andcommitted
ARM: dts: qcom: apq8026-lg-lenok: add missing reserved memory
Turns out these two memory regions also need to be avoided, otherwise weird things will happen when Linux tries to use this memory. Signed-off-by: Luca Weiss <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent fe15c26 commit ecd2408

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@
2727
};
2828

2929
reserved-memory {
30+
sbl_region: sbl@2f00000 {
31+
reg = <0x02f00000 0x100000>;
32+
no-map;
33+
};
34+
35+
external_image_region: external-image@3100000 {
36+
reg = <0x03100000 0x200000>;
37+
no-map;
38+
};
39+
3040
adsp_region: adsp@3300000 {
3141
reg = <0x03300000 0x1400000>;
3242
no-map;

0 commit comments

Comments
 (0)