summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/clock/marvell,mmp2-clock.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/clock/marvell,mmp2-clock.yaml')
-rw-r--r--dts/Bindings/clock/marvell,mmp2-clock.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/dts/Bindings/clock/marvell,mmp2-clock.yaml b/dts/Bindings/clock/marvell,mmp2-clock.yaml
index e2b6ac96bb..d68f0d196e 100644
--- a/dts/Bindings/clock/marvell,mmp2-clock.yaml
+++ b/dts/Bindings/clock/marvell,mmp2-clock.yaml
@@ -42,12 +42,16 @@ properties:
'#reset-cells':
const: 1
+ '#power-domain-cells':
+ const: 1
+
required:
- compatible
- reg
- reg-names
- '#clock-cells'
- '#reset-cells'
+ - '#power-domain-cells'
additionalProperties: false
@@ -61,4 +65,5 @@ examples:
reg-names = "mpmu", "apmu", "apbc";
#clock-cells = <1>;
#reset-cells = <1>;
+ #power-domain-cells = <1>;
};