Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[sfrench/cifs-2.6.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-ipq4019"
11                         "qcom,gcc-msm8660"
12                         "qcom,gcc-msm8916"
13                         "qcom,gcc-msm8960"
14                         "qcom,gcc-msm8974"
15                         "qcom,gcc-msm8974pro"
16                         "qcom,gcc-msm8974pro-ac"
17                         "qcom,gcc-msm8996"
18
19 - reg : shall contain base register location and length
20 - #clock-cells : shall contain 1
21 - #reset-cells : shall contain 1
22
23 Optional properties :
24 - #power-domain-cells : shall contain 1
25
26 Example:
27         clock-controller@900000 {
28                 compatible = "qcom,gcc-msm8960";
29                 reg = <0x900000 0x4000>;
30                 #clock-cells = <1>;
31                 #reset-cells = <1>;
32                 #power-domain-cells = <1>;
33         };