summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/clock/qcom,mmcc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/clock/qcom,mmcc.txt')
-rw-r--r--dts/Bindings/clock/qcom,mmcc.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/dts/Bindings/clock/qcom,mmcc.txt b/dts/Bindings/clock/qcom,mmcc.txt
index 29ebf84d25..34e7614d50 100644
--- a/dts/Bindings/clock/qcom,mmcc.txt
+++ b/dts/Bindings/clock/qcom,mmcc.txt
@@ -14,10 +14,14 @@ Required properties :
- #clock-cells : shall contain 1
- #reset-cells : shall contain 1
+Optional properties :
+- #power-domain-cells : shall contain 1
+
Example:
clock-controller@4000000 {
compatible = "qcom,mmcc-msm8960";
reg = <0x4000000 0x1000>;
#clock-cells = <1>;
#reset-cells = <1>;
+ #power-domain-cells = <1>;
};