summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/clock/qcom,a53cc
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2015-11-12 19:58:56 +0300
committerAndrey Konovalov <andrey.konovalov@linaro.org>2015-11-12 19:58:56 +0300
commitf85bb96a52f47a016aa5b67a9eff0c7f19a5b64c (patch)
tree0618209975b2807c01b18d384ded4f8342abe3a9 /Documentation/devicetree/bindings/clock/qcom,a53cc
parentd4e209db57abe07163fe84b43b533a4b6246b0c3 (diff)
parent0faf49393534fa4263bfbda7d0566e2e3d1aaf37 (diff)
Automatically merging tracking-integration-linux-qcomlt into merge-linux-linaroll-20151112.0
Conflicting files:
Diffstat (limited to 'Documentation/devicetree/bindings/clock/qcom,a53cc')
-rw-r--r--Documentation/devicetree/bindings/clock/qcom,a53cc22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/qcom,a53cc b/Documentation/devicetree/bindings/clock/qcom,a53cc
new file mode 100644
index 000000000000..209cae8afc1f
--- /dev/null
+++ b/Documentation/devicetree/bindings/clock/qcom,a53cc
@@ -0,0 +1,22 @@
+A53 Clock Controller
+
+Required properties :
+- compatible : shall contain:
+ "qcom,a53cc"
+- reg : shall contain base register location and length
+ of the A53 PLL
+- #clock-cells : shall contain 1
+- qcom,apcs : phandle of apcs syscon node
+
+Example:
+ apcs: syscon@b011000 {
+ compatible = "syscon";
+ reg = <0x0b011000 0x1000>;
+ };
+
+ a53cc: clock-controller@0b016000 {
+ compatible = "qcom,clock-a53-msm8916";
+ reg = <0x0b016000 0x40>;
+ #clock-cells = <1>;
+ qcom,apcs = <&apcs>;
+ };