Skip to content

Commit 110e70f

Browse files
pundiramitandersson
authored andcommitted
arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved
Adding a reserved memory region for the framebuffer memory (the splash memory region set up by the bootloader). It fixes a kernel panic (arm-smmu: Unhandled context fault at this particular memory region) reported on DB845c running v5.10.y. Cc: stable@vger.kernel.org # v5.10+ Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230726132719.2117369-2-amit.pundir@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 9028240 commit 110e70f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

arch/arm64/boot/dts/qcom/sdm845-db845c.dts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@
101101
};
102102
};
103103

104+
reserved-memory {
105+
/* Cont splash region set up by the bootloader */
106+
cont_splash_mem: framebuffer@9d400000 {
107+
reg = <0x0 0x9d400000 0x0 0x2400000>;
108+
no-map;
109+
};
110+
};
111+
104112
lt9611_1v8: lt9611-vdd18-regulator {
105113
compatible = "regulator-fixed";
106114
regulator-name = "LT9611_1V8";
@@ -513,6 +521,7 @@
513521
};
514522

515523
&mdss {
524+
memory-region = <&cont_splash_mem>;
516525
status = "okay";
517526
};
518527

0 commit comments

Comments
 (0)