diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-05-17 03:07:13 +0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-05-29 20:30:24 +0400 |
commit | c685841ee127e8023a33be68fd8af6fe192a3665 (patch) | |
tree | 111edec908f1bffe0fbc467a9e6b7da8b48ac2f8 /Documentation/devicetree/bindings/clock | |
parent | b7b7cc7034d3bae236fdca31ed4b81fb7a75cd12 (diff) | |
download | linux-c685841ee127e8023a33be68fd8af6fe192a3665.tar.xz |
clk: qcom: Support msm8974pro global clock control hardware
A new PLL (gpll4) is added on msm8974 PRO devices to support a
faster sdc1 clock rate. Add support for this and the two new sdcc
cal clocks.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock')
-rw-r--r-- | Documentation/devicetree/bindings/clock/qcom,gcc.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc.txt b/Documentation/devicetree/bindings/clock/qcom,gcc.txt index 7b7104e8cb1e..9cfcb4f2bc97 100644 --- a/Documentation/devicetree/bindings/clock/qcom,gcc.txt +++ b/Documentation/devicetree/bindings/clock/qcom,gcc.txt @@ -8,6 +8,8 @@ Required properties : "qcom,gcc-msm8660" "qcom,gcc-msm8960" "qcom,gcc-msm8974" + "qcom,gcc-msm8974pro" + "qcom,gcc-msm8974pro-ac" - reg : shall contain base register location and length - #clock-cells : shall contain 1 |