summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2023-06-15 19:27:12 +0530
committerAmit Pundir <amit.pundir@linaro.org>2023-07-03 17:52:03 +0530
commit2d291eaf713cdcf7666b8fba3a33c11ea46446d4 (patch)
tree8949fe391a7f17aad056cc911cfa005271c89d14
parent31aae60e70b2b766e7147ba594d9b6b938c24228 (diff)
FROMLIST: arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reservedrbX-6.4
Adding a reserved memory region for the framebuffer memory (the splash memory region set up by the bootloader). Change-Id: I265f1531b538e2593b9fc8c9678d75b01b01ece0 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--arch/arm64/boot/dts/qcom/sdm845-db845c.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
index df2fde9063dc..503136eb9c06 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
@@ -101,6 +101,14 @@
};
};
+ 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";
@@ -517,6 +525,7 @@
};
&mdss {
+ memory-region = <&cont_splash_mem>;
status = "okay";
};