Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug-for...
[cascardo/linux.git] / Documentation / devicetree / bindings / clock / qcom,gcc.txt
1 Qualcomm Global Clock & Reset Controller Binding
2 ------------------------------------------------
3
4 Required properties :
5 - compatible : shall contain only one of the following:
6
7                         "qcom,gcc-apq8064"
8                         "qcom,gcc-apq8084"
9                         "qcom,gcc-ipq8064"
10                         "qcom,gcc-msm8660"
11                         "qcom,gcc-msm8960"
12                         "qcom,gcc-msm8974"
13                         "qcom,gcc-msm8974pro"
14                         "qcom,gcc-msm8974pro-ac"
15
16 - reg : shall contain base register location and length
17 - #clock-cells : shall contain 1
18 - #reset-cells : shall contain 1
19
20 Example:
21         clock-controller@900000 {
22                 compatible = "qcom,gcc-msm8960";
23                 reg = <0x900000 0x4000>;
24                 #clock-cells = <1>;
25                 #reset-cells = <1>;
26         };