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:
@@ -46,6 +46,18 @@
|
|||||||
qcom,proxy-consumer-enable;
|
qcom,proxy-consumer-enable;
|
||||||
pinctrl-names = "default";
|
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 {
|
&sde_dsi {
|
||||||
|
Reference in New Issue
Block a user