]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - Documentation/devicetree/bindings/clock/qcom,mmcc.txt
Merge branches 'for-4.4/upstream-fixes', 'for-4.5/async-suspend', 'for-4.5/container...
[mirror_ubuntu-artful-kernel.git] / Documentation / devicetree / bindings / clock / qcom,mmcc.txt
CommitLineData
2e84d751
SB
1Qualcomm Multimedia Clock & Reset Controller Binding
2----------------------------------------------------
3
4Required properties :
5- compatible : shall contain only one of the following:
6
e216ce60 7 "qcom,mmcc-apq8064"
2b46cd23 8 "qcom,mmcc-apq8084"
2e84d751
SB
9 "qcom,mmcc-msm8660"
10 "qcom,mmcc-msm8960"
11 "qcom,mmcc-msm8974"
12
13- reg : shall contain base register location and length
14- #clock-cells : shall contain 1
15- #reset-cells : shall contain 1
16
89c7e671
RN
17Optional properties :
18- #power-domain-cells : shall contain 1
19
2e84d751
SB
20Example:
21 clock-controller@4000000 {
22 compatible = "qcom,mmcc-msm8960";
23 reg = <0x4000000 0x1000>;
24 #clock-cells = <1>;
25 #reset-cells = <1>;
89c7e671 26 #power-domain-cells = <1>;
2e84d751 27 };