From a91be36af9add97d5c114d6a17ff9a1db9a986b9 Mon Sep 17 00:00:00 2001 From: Anaadi Mishra Date: Wed, 4 Dec 2024 15:52:49 +0530 Subject: [PATCH] ARM: dts: msm: Update the gcc and display clock controllers to tuna-v1 Update the gcc and display clock controllers to tuna-v1. Change-Id: Ib5ac5396315cdb876ad9d330f500b7c173c95259 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 34e0408c..c4d130ac 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -1794,7 +1794,7 @@ }; dispcc: clock-controller@af00000 { - compatible = "qcom,tuna-dispcc", "syscon"; + compatible = "qcom,tuna-dispcc-v1", "syscon"; reg = <0xaf00000 0x20000>; reg-name = "cc_base"; vdd_mm-supply = <&VDD_MM_LEVEL>; @@ -1832,7 +1832,7 @@ }; gcc: clock-controller@100000 { - compatible = "qcom,tuna-gcc", "syscon"; + compatible = "qcom,tuna-gcc-v1", "syscon"; reg = <0x100000 0x1f4200>; reg-name = "cc_base"; vdd_cx-supply = <&VDD_CX_LEVEL>;