From 7e5960c83c279c041fdbb5825340ed56ba6aa4c5 Mon Sep 17 00:00:00 2001 From: Andhavarapu Karthik Date: Fri, 23 Jun 2023 17:15:02 +0530 Subject: [PATCH] ARM: dts: msm: reserve memory region for continuous splash This change reserves memory region to enable continuous splash on crow target. Change-Id: Ie443e7205cdeb51f1b7a86beb352a988c6aa076b --- display/crow-sde-display.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/display/crow-sde-display.dtsi b/display/crow-sde-display.dtsi index 686a670f..0b98ad0d 100644 --- a/display/crow-sde-display.dtsi +++ b/display/crow-sde-display.dtsi @@ -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>,