Merge "ARM: dts: msm: Add debugcc device for Kalama"

This commit is contained in:
qctecmdr
2021-08-04 20:46:38 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -772,6 +772,29 @@
#reset-cells = <1>;
};
apsscc: syscon@17A80000 {
compatible = "syscon";
reg = <0x17A80000 0x21000>;
};
mccc: syscon@240ba000 {
compatible = "syscon";
reg = <0x240ba000 0x54>;
};
debugcc: qcom,cc-debug {
compatible = "qcom,kalama-debugcc";
qcom,gcc = <&gcc>;
qcom,videocc = <&videocc>;
qcom,dispcc = <&dispcc>;
qcom,camcc = <&camcc>;
qcom,apsscc = <&apsscc>;
qcom,mccc = <&mccc>;
clock-names = "xo_clk_src";
clocks = <&rpmhcc RPMH_CXO_CLK>;
#clock-cells = <1>;
};
/* CAM_CC GDSCs */
cam_cc_bps_gdsc: qcom,gdsc@adf0004 {
compatible = "qcom,gdsc";