linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved
@ 2023-01-24 18:28 Amit Pundir
  2023-01-31 10:46 ` Caleb Connolly
  2023-01-31 10:54 ` Bryan O'Donoghue
  0 siblings, 2 replies; 16+ messages in thread
From: Amit Pundir @ 2023-01-24 18:28 UTC (permalink / raw)
  To: Bjorn Andersson, Andy Gross, Dmitry Baryshkov, Rob Herring,
	Konrad Dybcio, Krzysztof Kozlowski, Caleb Connolly
  Cc: linux-arm-msm, dt, lkml

Put cont splash memory region under the reserved-memory
as confirmed by the downstream code as well.

Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
---
 arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
index f41c6d600ea8..2ae59432cbda 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
@@ -100,6 +100,14 @@ hdmi_con: endpoint {
 		};
 	};
 
+	reserved-memory {
+		/* Cont splash region set up by the bootloader */
+		cont_splash_mem: framebuffer@9d400000 {
+			reg = <0x0 0x9d400000 0x0 0x2400000>;
+			no-map;
+		};
+	};
+
 	lt9611_1v8: lt9611-vdd18-regulator {
 		compatible = "regulator-fixed";
 		regulator-name = "LT9611_1V8";
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-04-10 12:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-24 18:28 [PATCH] arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved Amit Pundir
2023-01-31 10:46 ` Caleb Connolly
2023-01-31 10:54 ` Bryan O'Donoghue
2023-01-31 11:06   ` Dmitry Baryshkov
2023-01-31 12:45     ` Konrad Dybcio
2023-01-31 13:33       ` Dmitry Baryshkov
2023-02-09  9:05         ` Amit Pundir
2023-02-09 11:03           ` Bryan O'Donoghue
2023-02-09 12:08             ` Konrad Dybcio
2023-02-09 12:11               ` Bryan O'Donoghue
2023-02-09 12:22                 ` Bryan O'Donoghue
2023-02-09 12:32                   ` Konrad Dybcio
2023-02-09 13:54                   ` Dmitry Baryshkov
2023-04-10  8:51                     ` Amit Pundir
2023-04-10  8:54             ` Amit Pundir
2023-04-10 12:44               ` Bryan O'Donoghue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).