From 8d5d093c90df2effd311561a6dcd8193f4a36cd0 Mon Sep 17 00:00:00 2001 From: Anaadi Mishra Date: Mon, 27 Jan 2025 14:50:36 +0530 Subject: [PATCH] ARM: dts: msm: Update the tuna gcc and display clock controller nodes Update the gcc and display clock controllers removing the tuna 1.0 to align with the latest clock plan updates for Tuna. Change-Id: Ib8e9245fc2c1ca90ad3cf8ad614bbe3061bafaeb Signed-off-by: Anaadi Mishra --- qcom/tuna.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index 9f46b027..a5f9cd88 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -1847,7 +1847,7 @@ }; dispcc: clock-controller@af00000 { - compatible = "qcom,tuna-dispcc-v1", "syscon"; + compatible = "qcom,tuna-dispcc", "syscon"; reg = <0xaf00000 0x20000>; reg-name = "cc_base"; vdd_mm-supply = <&VDD_MM_LEVEL>; @@ -1885,7 +1885,7 @@ }; gcc: clock-controller@100000 { - compatible = "qcom,tuna-gcc-v1", "syscon"; + compatible = "qcom,tuna-gcc", "syscon"; reg = <0x100000 0x1f4200>; reg-name = "cc_base"; vdd_cx-supply = <&VDD_CX_LEVEL>;