summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-01-10 12:27:05 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-01-10 12:27:05 -0800
commit8bfd4fdbf30da2dc59faa5a6b69d6862bc7078db (patch)
tree849afeb4fa7c6ef4255cabef0133dd1c1b2f9dd4 /Documentation
parent61b8d2d06893497fa6c04e08030c898e64b33b88 (diff)
parent6a6c25411593b7742098f7fdd937c6f98974bae9 (diff)
Merge "clk: qcom: Add support to register GPU rbcpr clocks"
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/clock/qcom,gpucc.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/clock/qcom,gpucc.txt b/Documentation/devicetree/bindings/clock/qcom,gpucc.txt
index 12e0164a8bcc..2f8fb22439f9 100644
--- a/Documentation/devicetree/bindings/clock/qcom,gpucc.txt
+++ b/Documentation/devicetree/bindings/clock/qcom,gpucc.txt
@@ -5,7 +5,8 @@ Required properties :
- compatible : shall contain only one of the following:
"qcom,gpucc-sdm660",
- "qcom,gpucc-sdm630"
+ "qcom,gpucc-sdm630",
+ "qcom,gpu-sdm660",
- reg : shall contain base register location and length
- #clock-cells : shall contain 1
@@ -17,7 +18,15 @@ Optional properties :
Example:
clock-controller@4000000 {
compatible = "qcom,gpucc-sdm660";
- reg = <<0x5065000 0x10000>;
+ reg = <0x5065000 0x10000>;
+ #clock-cells = <1>;
+ #reset-cells = <1>;
+ #power-domain-cells = <1>;
+ };
+
+ gpu-clock-controller@4000000 {
+ compatible = "qcom,gpu-sdm660";
+ reg = <0x5065000 0x10000>;
#clock-cells = <1>;
#reset-cells = <1>;
#power-domain-cells = <1>;