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 <quic_veeras@quicinc.com>
This commit is contained in:
Veera Sundaram Sankaran
2023-12-12 13:19:49 -08:00
parent d187d18698
commit 2cc2220b57

View File

@@ -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 {