We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232a313 commit ec6bbddCopy full SHA for ec6bbdd
Documentation/devicetree/bindings/clock/marvell,mmp2-clock.yaml
@@ -42,12 +42,16 @@ properties:
42
'#reset-cells':
43
const: 1
44
45
+ '#power-domain-cells':
46
+ const: 1
47
+
48
required:
49
- compatible
50
- reg
51
- reg-names
52
- '#clock-cells'
53
- '#reset-cells'
54
+ - '#power-domain-cells'
55
56
additionalProperties: false
57
@@ -61,4 +65,5 @@ examples:
61
65
reg-names = "mpmu", "apmu", "apbc";
62
66
#clock-cells = <1>;
63
67
#reset-cells = <1>;
68
+ #power-domain-cells = <1>;
64
69
};
0 commit comments