Skip to content

Commit 3cb6a27

Browse files
pevikandersson
authored andcommitted
arm64: dts: qcom: msm8992-bullhead: Fix cont_splash_mem mapping
cont_splash_mem has different memory mapping than generic from msm8994.dtsi: [ 0.000000] cma: Found cont_splash_mem@0, memory base 0x0000000003400000, size 12 MiB, limit 0xffffffffffffffff [ 0.000000] cma: CMA: reserved 12 MiB at 0x0000000003400000 for cont_splash_mem This fixes boot. Fixes: 976d321 ("arm64: dts: qcom: msm8992: Make the DT an overlay on top of 8994") Signed-off-by: Petr Vorel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 9d1fc2e commit 3cb6a27

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm64/boot/dts/qcom/msm8992-bullhead-rev-101.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
#include "pm8994.dtsi"
1111
#include "pmi8994.dtsi"
1212

13+
/* cont_splash_mem has different memory mapping */
14+
/delete-node/ &cont_splash_mem;
15+
1316
/ {
1417
model = "LG Nexus 5X";
1518
compatible = "lg,bullhead", "qcom,msm8992";
@@ -42,6 +45,11 @@
4245
ftrace-size = <0x10000>;
4346
pmsg-size = <0x20000>;
4447
};
48+
49+
cont_splash_mem: memory@3400000 {
50+
reg = <0 0x03400000 0 0x1200000>;
51+
no-map;
52+
};
4553
};
4654
};
4755

0 commit comments

Comments
 (0)