summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/clock/qcom,camcc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/clock/qcom,camcc.txt')
-rw-r--r--dts/Bindings/clock/qcom,camcc.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/dts/Bindings/clock/qcom,camcc.txt b/dts/Bindings/clock/qcom,camcc.txt
new file mode 100644
index 0000000000..c5eb6694fd
--- /dev/null
+++ b/dts/Bindings/clock/qcom,camcc.txt
@@ -0,0 +1,18 @@
+Qualcomm Camera Clock & Reset Controller Binding
+------------------------------------------------
+
+Required properties :
+- compatible : shall contain "qcom,sdm845-camcc".
+- reg : shall contain base register location and length.
+- #clock-cells : from common clock binding, shall contain 1.
+- #reset-cells : from common reset binding, shall contain 1.
+- #power-domain-cells : from generic power domain binding, shall contain 1.
+
+Example:
+ camcc: clock-controller@ad00000 {
+ compatible = "qcom,sdm845-camcc";
+ reg = <0xad00000 0x10000>;
+ #clock-cells = <1>;
+ #reset-cells = <1>;
+ #power-domain-cells = <1>;
+ };