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:
@@ -13,11 +13,13 @@
|
||||
reg = <0x0ae00000 0x93800>,
|
||||
<0x0aeb0000 0x2008>,
|
||||
<0x0af80000 0x7000>,
|
||||
<0x400000 0x2000>;
|
||||
<0x400000 0x2000>,
|
||||
<0x0af08000 0x24>;
|
||||
reg-names = "mdp_phys",
|
||||
"vbif_phys",
|
||||
"regdma_phys",
|
||||
"ipcc_reg";
|
||||
"ipcc_reg",
|
||||
"disp_cc";
|
||||
|
||||
/* interrupt config */
|
||||
interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
Reference in New Issue
Block a user