From 4648e8647fbbd3d2adb983711a54a1c67b7e2bd0 Mon Sep 17 00:00:00 2001 From: Sailesh Reddy Male Date: Tue, 11 Feb 2025 15:22:29 +0530 Subject: [PATCH] ARM: dts: msm: add disp_cc io to cesta and ctl hyp to mdss_mdp device To enable and disable mdp clock gating functionality with cesta immediate vote approach, add disp_cc_io memory to sde cesta. Add changes to enable ctl hyp property for reserve reservation on datapath used in a VM. Change-Id: Id10875ecb90acb8a922ef4e4788da13a764ea102 Signed-off-by: Sailesh Reddy Male --- display/kera-sde-common.dtsi | 5 ++++- display/kera-sde.dtsi | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/display/kera-sde-common.dtsi b/display/kera-sde-common.dtsi index a2822e3e..94e9cdb8 100644 --- a/display/kera-sde-common.dtsi +++ b/display/kera-sde-common.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause /* - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved. */ #include @@ -31,6 +31,9 @@ qcom,sde-off = <0x1000>; qcom,sde-len = <0x488>; + qcom,sde-ctl-hyp-off = <0x15000>; + qcom,sde-ctl-hyp-size = <0xc00>; + qcom,sde-ctl-off = <0x16000 0x17000 0x18000 0x19000>; qcom,sde-ctl-size = <0x1000>; qcom,sde-ctl-display-pref = "primary", "none", "none", "none"; diff --git a/display/kera-sde.dtsi b/display/kera-sde.dtsi index 1148e017..f2714059 100644 --- a/display/kera-sde.dtsi +++ b/display/kera-sde.dtsi @@ -218,8 +218,10 @@ <0xaf33000 0x30>, <0xaf34000 0x30>, <0xaf35000 0x30>, - <0xaf36000 0x30>; - reg-names = "rscc", "wrapper", "scc_0", "scc_1", "scc_2", "scc_3", "scc_4", "scc_5"; + <0xaf36000 0x30>, + <0xaf0f000 0x10>; + reg-names = "rscc", "wrapper", "scc_0", "scc_1", "scc_2", "scc_3", "scc_4", "scc_5", + "disp_cc"; clocks = <&dispcc DISP_CC_MDSS_MDP_CLK>, <&dispcc DISP_CC_MDSS_MDP_CLK_SRC>,