Skip to content

Commit ec6bbdd

Browse files
lkundrakbebarino
authored andcommitted
dt-bindings: clock: Make marvell,mmp2-clock a power controller
This is a binding for the MMP2 power management units. As such apart from providing the clocks, they also manage the power islands. Signed-off-by: Lubomir Rintel <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Acked-by: Rob Herring <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 232a313 commit ec6bbdd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/devicetree/bindings/clock/marvell,mmp2-clock.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,16 @@ properties:
4242
'#reset-cells':
4343
const: 1
4444

45+
'#power-domain-cells':
46+
const: 1
47+
4548
required:
4649
- compatible
4750
- reg
4851
- reg-names
4952
- '#clock-cells'
5053
- '#reset-cells'
54+
- '#power-domain-cells'
5155

5256
additionalProperties: false
5357

@@ -61,4 +65,5 @@ examples:
6165
reg-names = "mpmu", "apmu", "apbc";
6266
#clock-cells = <1>;
6367
#reset-cells = <1>;
68+
#power-domain-cells = <1>;
6469
};

0 commit comments

Comments
 (0)