projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe15c26
)
ARM: dts: qcom: apq8026-lg-lenok: add missing reserved memory
author
Luca Weiss
<luca@z3ntu.xyz>
Wed, 8 Mar 2023 21:06:03 +0000
(22:06 +0100)
committer
Bjorn Andersson
<andersson@kernel.org>
Thu, 9 Mar 2023 20:12:16 +0000
(12:12 -0800)
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 <luca@z3ntu.xyz>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link:
https://lore.kernel.org/r/20230308-lenok-reserved-memory-v1-1-b8bf6ff01207@z3ntu.xyz
arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts
b/arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts
index de2fb1c01b6e348ea188f1d34b51baf045cd8774..b82381229adf6ebdb1533af643e781a6717e6791 100644
(file)
--- a/
arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts
+++ b/
arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts
@@
-27,6
+27,16
@@
};
reserved-memory {
+ sbl_region: sbl@2f00000 {
+ reg = <0x02f00000 0x100000>;
+ no-map;
+ };
+
+ external_image_region: external-image@3100000 {
+ reg = <0x03100000 0x200000>;
+ no-map;
+ };
+
adsp_region: adsp@3300000 {
reg = <0x03300000 0x1400000>;
no-map;