Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[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-msm8660"
8                         "qcom,gcc-msm8960"
9                         "qcom,gcc-msm8974"
10
11 - reg : shall contain base register location and length
12 - #clock-cells : shall contain 1
13 - #reset-cells : shall contain 1
14
15 Example:
16         clock-controller@900000 {
17                 compatible = "qcom,gcc-msm8960";
18                 reg = <0x900000 0x4000>;
19                 #clock-cells = <1>;
20                 #reset-cells = <1>;
21         };