ARM: dts: msm: update demura memory regions for sun

This change adds demura memory entries to reservered memory regions.

Change-Id: I2050ba028c2aa2cfa192d8eac817921af7d8fac6
Signed-off-by: yadwan <quic_yadwan@quicinc.com>
This commit is contained in:
yadwan
2024-03-21 14:20:56 +08:00
committed by Yadong Wang
parent b1d94b03e7
commit 6e95e5d4d0

View File

@@ -58,6 +58,19 @@
reg = <0x0 0xfc800000 0x0 0x02b00000>; reg = <0x0 0xfc800000 0x0 0x02b00000>;
label = "cont_splash_region"; label = "cont_splash_region";
}; };
/*
* Demura memory regions are to be commented out if
* feature not in use.
*/
demura_memory_0: demura_region_0 {
reg = <0x0 0x0 0x0 0x0>;
label = "demura hfc region 0";
};
demura_memory_1: demura_region_1 {
reg = <0x0 0x0 0x0 0x0>;
label = "demura hfc region 1";
};
}; };
&sde_dsi { &sde_dsi {