From bbacda4aaa869d7b5d75010a34b8d4bb9cc6b487 Mon Sep 17 00:00:00 2001 From: Imran Shaik Date: Thu, 26 May 2022 14:29:05 +0530 Subject: [PATCH] ARM: dts: msm: Add support for apsscc phandle in debugcc node Add support for apsscc phandle in debugcc node for cpu measure_only clocks in CINDER platform. Change-Id: I0a6ebd95d96e2496c5f66a4624f621f1f234131d --- qcom/cinder.dtsi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qcom/cinder.dtsi b/qcom/cinder.dtsi index 653f9277..99517146 100644 --- a/qcom/cinder.dtsi +++ b/qcom/cinder.dtsi @@ -717,7 +717,6 @@ }; }; - ecpri_cc_emac_synce_phy0_clk_src: ecpri_cc_emac_synce_phy0_clk_src { compatible = "fixed-clock"; clock-frequency = <1000>; @@ -972,6 +971,11 @@ #reset-cells = <1>; }; + apsscc: syscon@17aa0000 { + compatible = "syscon"; + reg = <0x17aa0000 0x1c>; + }; + mccc: syscon@190ba000 { compatible = "syscon"; reg = <0x190ba000 0x54>; @@ -981,6 +985,7 @@ compatible = "qcom,cinder-debugcc"; qcom,gcc = <&gcc>; qcom,ecpricc = <&ecpricc>; + qcom,apsscc = <&apsscc>; qcom,mccc = <&mccc>; clock-names = "xo_clk_src"; clocks = <&rpmhcc RPMH_CXO_CLK>;