ARM: dts: msm: introduce disp cc memory region

To support MDP LUT retention, programming of the disp cc memory region
is required.

Update the sun DTSI definition to define the minimal disp cc
memory region needed for LUT retention functionality.

Change-Id: I88eb0860a540e5f83ae86e5491f31aa19fbdac38
Signed-off-by: Christopher Braga <quic_cbraga@quicinc.com>
This commit is contained in:
Christopher Braga
2024-02-01 11:11:08 -05:00
parent 3f17694d35
commit 33797c66a4

View File

@@ -13,11 +13,13 @@
reg = <0x0ae00000 0x93800>, reg = <0x0ae00000 0x93800>,
<0x0aeb0000 0x2008>, <0x0aeb0000 0x2008>,
<0x0af80000 0x7000>, <0x0af80000 0x7000>,
<0x400000 0x2000>; <0x400000 0x2000>,
<0x0af08000 0x24>;
reg-names = "mdp_phys", reg-names = "mdp_phys",
"vbif_phys", "vbif_phys",
"regdma_phys", "regdma_phys",
"ipcc_reg"; "ipcc_reg",
"disp_cc";
/* interrupt config */ /* interrupt config */
interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;