diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-07-15 23:52:22 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2014-07-16 01:39:03 +0200 |
commit | e216ce60a9e05ab399d098f05cd86fd95c9da8d5 (patch) | |
tree | e4011df8185206e60764bb528e3be601c15a5668 /Documentation | |
parent | clk: qcom: pll: Add support for configuring SR PLLs (diff) | |
download | linux-e216ce60a9e05ab399d098f05cd86fd95c9da8d5.tar.xz linux-e216ce60a9e05ab399d098f05cd86fd95c9da8d5.zip |
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')
-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" |