From 49c9ea7847f2b6e8206cd73c9dae5082d63ade1d Mon Sep 17 00:00:00 2001 From: Mike Tipton Date: Thu, 30 May 2024 12:22:19 -0700 Subject: [PATCH] ARM: dts: msm: Enable scmi_clk protocol to CPUCP on Sun CPUCP exposes certain clocks over SCMI. Enable the clock protocol to handle these. Change-Id: Idfc040e852cb19adae8340f6ceda7f95f52ccb1c Signed-off-by: Mike Tipton --- qcom/sun.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 9e9ccb43..bda4e5e4 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3110,6 +3110,11 @@ #clock-cells = <1>; }; + scmi_clk: protocol@14 { + reg = <0x14>; + #clock-cells = <1>; + }; + scmi_qcom: protocol@80 { reg = <0x80>; #clock-cells = <1>;