Files
kernel_oneplus_sm8550-devic…/bindings/clock/qcom,debugcc.txt
Khushal Bawankar 5014c21f4e dt-bindings: clocks: Add clock controller bindings for SC8180X
Add clock controller bindings to support SC8180X.

Change-Id: I1a650b8b13ce86c54c4e9685673b4a70d94b0242
2022-06-03 11:23:17 +05:30

38 lines
1.1 KiB
Plaintext

Qualcomm Technologies, Inc. Debug Clock Controller Binding
----------------------------------------------------------
Required properties :
- compatible : shall contain only one of the following:
"qcom,lahaina-debugcc"
"qcom,shima-debugcc"
"qcom,holi-debugcc"
"qcom,sdxlemur-debugcc"
"qcom,waipio-debugcc"
"qcom,diwali-debugcc"
"qcom,kalama-debugcc"
"qcom,sm8150-debugcc"
"qcom,cinder-debugcc"
"qcom,khaje-debugcc"
"qcom,sc8180x-debugcc"
- qcom,gcc: phandle to the GCC device node.
- qcom,videocc: phandle to the Video CC device node.
- qcom,camcc: phandle to the Camera CC device node.
- qcom,dispcc: phandle to the Display CC device node.
- clock-names: Shall contain "xo_clk_src"
- clocks: phandle + clock reference to the CXO clock.
- #clock-cells : Shall contain 1.
Example:
clock_debug: qcom,cc-debug {
compatible = "qcom,lahaina-debugcc";
qcom,gcc = <&clock_gcc>;
qcom,videocc = <&clock_videocc>;
qcom,camcc = <&clock_camcc>;
qcom,dispcc = <&clock_dispcc>;
clock-names = "xo_clk_src";
clocks = <&clock_rpmh RPMH_CXO_CLK>;
#clock-cells = <1>;
};