From 2cc2220b57d32e73c3b02821a22e1a89412923a8 Mon Sep 17 00:00:00 2001 From: Veera Sundaram Sankaran Date: Tue, 12 Dec 2023 13:19:49 -0800 Subject: [PATCH] ARM: dts: msm: add cont-splash & ramdump support on sun target Add continuous splash memory region & ramdump memory region on sun target to enable the features. Change-Id: Ia7bed7b30935a912c977a543430a2b9ad0921439 Signed-off-by: Veera Sundaram Sankaran --- display/sun-sde-display.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/display/sun-sde-display.dtsi b/display/sun-sde-display.dtsi index d48d6045..c798a37f 100644 --- a/display/sun-sde-display.dtsi +++ b/display/sun-sde-display.dtsi @@ -46,6 +46,18 @@ qcom,proxy-consumer-enable; pinctrl-names = "default"; }; + + disp_rdump_memory: disp_rdump_region@0xd5500000 { + reg = <0xd5500000 0x00800000>; + label = "disp_rdump_region"; + }; +}; + +&reserved_memory { + splash_memory: splash_region { + reg = <0x0 0xd5500000 0x0 0x02b00000>; + label = "cont_splash_region"; + }; }; &sde_dsi {