ARM: dts: msm: reserve memory region for continuous splash

This change reserves memory region to enable continuous
splash on crow target.

Change-Id: Ie443e7205cdeb51f1b7a86beb352a988c6aa076b
This commit is contained in:
Andhavarapu Karthik
2023-06-23 17:15:02 +05:30
committed by Gerrit - the friendly Code Review server
parent a61235805f
commit 7e5960c83c

View File

@@ -9,6 +9,13 @@
};
};
&reserved_memory {
splash_memory: splash_region {
reg = <0x0 0xb8000000 0x0 0x02b00000>;
label = "cont_splash_region";
};
};
&sde_dsi {
clocks = <&mdss_dsi_phy0 0>,
<&mdss_dsi_phy0 1>,