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 <quic_mdtipton@quicinc.com>
This commit is contained in:
Mike Tipton
2024-05-30 12:22:19 -07:00
committed by Yuanfang Zhang
parent d8f258e96f
commit 49c9ea7847

View File

@@ -3110,6 +3110,11 @@
#clock-cells = <1>; #clock-cells = <1>;
}; };
scmi_clk: protocol@14 {
reg = <0x14>;
#clock-cells = <1>;
};
scmi_qcom: protocol@80 { scmi_qcom: protocol@80 {
reg = <0x80>; reg = <0x80>;
#clock-cells = <1>; #clock-cells = <1>;