summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2023-07-12 14:50:30 +0530
committerAmit Pundir <amit.pundir@linaro.org>2023-08-31 16:36:22 +0530
commit3238e172c3bee0441e42a27916654316f9dae9ad (patch)
tree8dac6df686826c552324578083eb3b018cc213f6
parent5ffab84885f33d9e07d1c037a6d58686a881b7b4 (diff)
FROMLIST: arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reservedrbX-6.5
Adding a reserved memory region for the framebuffer memory (the splash memory region set up by the bootloader). Change-Id: Iadff1dc8eef1f53258c43bc77987cd0b6f2bde66 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 d6b464cb61d6..f546f6f57c1e 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";
@@ -506,6 +514,7 @@
};
&mdss {
+ memory-region = <&cont_splash_mem>;
status = "okay";
};