Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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/20230323141922.1085875-1-andersson@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+10
+10
arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts
··· 27 27 }; 28 28 29 29 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 + 30 40 adsp_region: adsp@3300000 { 31 41 reg = <0x03300000 0x1400000>; 32 42 no-map;