diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-07-15 14:52:22 -0700 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2014-07-15 16:39:03 -0700 |
commit | e216ce60a9e05ab399d098f05cd86fd95c9da8d5 (patch) | |
tree | e4011df8185206e60764bb528e3be601c15a5668 /Documentation/devicetree/bindings/clock/qcom,mmcc.txt | |
parent | d8c25d3a1a1d61cf433654f3632a03ddaee4f781 (diff) |
clk: qcom: Add support for APQ8064 multimedia clocks
The APQ8064 multimedia clock controller is fairly similar to the
8960 multimedia clock controller, except that gfx2d0/1 has been
removed and the gfx3d frequency is slightly faster when using the
newly introduced PLL15. We also add vcap clocks and a couple new
TV clocks.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/qcom,mmcc.txt')
-rw-r--r-- | Documentation/devicetree/bindings/clock/qcom,mmcc.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/qcom,mmcc.txt b/Documentation/devicetree/bindings/clock/qcom,mmcc.txt index 4f1f6be9e66d..29ebf84d25af 100644 --- a/Documentation/devicetree/bindings/clock/qcom,mmcc.txt +++ b/Documentation/devicetree/bindings/clock/qcom,mmcc.txt @@ -4,6 +4,7 @@ Qualcomm Multimedia Clock & Reset Controller Binding Required properties : - compatible : shall contain only one of the following: + "qcom,mmcc-apq8064" "qcom,mmcc-apq8084" "qcom,mmcc-msm8660" "qcom,mmcc-msm8960" |