diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-12-01 04:31:40 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-12-01 05:24:27 +0300 |
commit | b1e010c0730ab8861ef5a259ff5be7c78ccfb8ac (patch) | |
tree | 45ff1d4fa305a4d4536450abecefe20da4181077 /Documentation/devicetree/bindings/clock | |
parent | 8ff1f4c4c47676dfccd56b55104a15dcd4650a8f (diff) | |
download | linux-b1e010c0730ab8861ef5a259ff5be7c78ccfb8ac.tar.xz |
clk: qcom: Add MSM8996 Global Clock Control (GCC) driver
Add support for the global clock controller found on MSM8996
based devices. This should allow most non-multimedia device
drivers to probe and control their clocks.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock')
-rw-r--r-- | Documentation/devicetree/bindings/clock/qcom,gcc.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc.txt b/Documentation/devicetree/bindings/clock/qcom,gcc.txt index 152dfaab2575..72f82f444091 100644 --- a/Documentation/devicetree/bindings/clock/qcom,gcc.txt +++ b/Documentation/devicetree/bindings/clock/qcom,gcc.txt @@ -13,6 +13,7 @@ Required properties : "qcom,gcc-msm8974" "qcom,gcc-msm8974pro" "qcom,gcc-msm8974pro-ac" + "qcom,gcc-msm8996" - reg : shall contain base register location and length - #clock-cells : shall contain 1 |