Stephen Boyd | 2e84d75 | 2014-01-15 10:47:34 -0800 | [diff] [blame] | 1 | Qualcomm Multimedia Clock & Reset Controller Binding |
| 2 | ---------------------------------------------------- |
| 3 | |
| 4 | Required properties : |
| 5 | - compatible : shall contain only one of the following: |
| 6 | |
Stephen Boyd | e216ce6 | 2014-07-15 14:52:22 -0700 | [diff] [blame] | 7 | "qcom,mmcc-apq8064" |
Georgi Djakov | 2b46cd2 | 2014-06-12 19:41:42 +0300 | [diff] [blame] | 8 | "qcom,mmcc-apq8084" |
Stephen Boyd | 2e84d75 | 2014-01-15 10:47:34 -0800 | [diff] [blame] | 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 | |
| 17 | Example: |
| 18 | clock-controller@4000000 { |
| 19 | compatible = "qcom,mmcc-msm8960"; |
| 20 | reg = <0x4000000 0x1000>; |
| 21 | #clock-cells = <1>; |
| 22 | #reset-cells = <1>; |
| 23 | }; |