Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / Documentation / devicetree / bindings / clock / qcom,mmcc.txt
1 Qualcomm Multimedia Clock & Reset Controller Binding
2 ----------------------------------------------------
3
4 Required properties :
5 - compatible : shall contain only one of the following:
6
7                         "qcom,mmcc-apq8064"
8                         "qcom,mmcc-apq8084"
9                         "qcom,mmcc-msm8660"
10                         "qcom,mmcc-msm8960"
11                         "qcom,mmcc-msm8974"
12                         "qcom,mmcc-msm8996"
13
14 - reg : shall contain base register location and length
15 - #clock-cells : shall contain 1
16 - #reset-cells : shall contain 1
17
18 Optional properties :
19 - #power-domain-cells : shall contain 1
20
21 Example:
22         clock-controller@4000000 {
23                 compatible = "qcom,mmcc-msm8960";
24                 reg = <0x4000000 0x1000>;
25                 #clock-cells = <1>;
26                 #reset-cells = <1>;
27                 #power-domain-cells = <1>;
28         };