Files
android_kernel_eebbk_sm6150/Documentation/devicetree/bindings/clock/qcom,scc.txt
T

18 lines
557 B
Plaintext

Qualcomm Technologies, Inc. Sensor Clock Controller Bindings
Required properties:
- compatible: shall contain "qcom,scc-sm8150" or "qcom,scc-sm8150-v2" or
"qcom,scc-sm6150" or "qcom,scc-sa6155" or "qcom,scc-sa8195" or
"qcom,scc-sa8155" or "qcom,scc-sa8155-v2".
- reg: shall contain base register location and length.
- vdd_scc_cx-supply: the logic rail supply.
- #clock-cells: shall contain 1.
Example:
qcom,scc@2b10000 {
compatible = "qcom,scc-sm8150";
reg = <0x2b10000 0x30000>;
vdd_scc_cx-supply = <&VDD_CX_LEVEL>;
#clock-cells = <1>;
};