]> git.karo-electronics.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/clock/qcom,mmcc.txt
Merge tag 'sound-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[karo-tx-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-msm8660"
8                         "qcom,mmcc-msm8960"
9                         "qcom,mmcc-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@4000000 {
17                 compatible = "qcom,mmcc-msm8960";
18                 reg = <0x4000000 0x1000>;
19                 #clock-cells = <1>;
20                 #reset-cells = <1>;
21         };