Skip to content

Commit 7158e61

Browse files
committed
Merge tag 'qcom-dts-fixes-for-6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/fixes
Qualcomm ARM32 Devicetree fixes for v6.3 This introduces missing reserved-memory ranges on LG G Watch R, resolving stability issues caused by Linux reusing memory used by firmware. * tag 'qcom-dts-fixes-for-6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: ARM: dts: qcom: apq8026-lg-lenok: add missing reserved memory Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents f42ee7c + ecd2408 commit 7158e61

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)