summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/clock/marvell,mmp2-clock.yaml
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2020-05-20 00:41:47 +0200
committerStephen Boyd <sboyd@kernel.org>2020-05-27 17:55:12 -0700
commitec6bbddef634224f1e6cdd8a225d7f87d53cb1b1 (patch)
treefda6facdebb82e73a1f5bf0c0c5ade82fa482ddc /Documentation/devicetree/bindings/clock/marvell,mmp2-clock.yaml
parent232a3134353bbdc7e6a777f408b18488607bcf20 (diff)
downloadlinux-ec6bbddef634224f1e6cdd8a225d7f87d53cb1b1.tar.bz2
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 <lkundrak@v3.sk> Link: https://lkml.kernel.org/r/20200519224151.2074597-10-lkundrak@v3.sk Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/marvell,mmp2-clock.yaml')
-rw-r--r--Documentation/devicetree/bindings/clock/marvell,mmp2-clock.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/marvell,mmp2-clock.yaml b/Documentation/devicetree/bindings/clock/marvell,mmp2-clock.yaml
index e2b6ac96bbcb..d68f0d196e7d 100644
--- a/Documentation/devicetree/bindings/clock/marvell,mmp2-clock.yaml
+++ b/Documentation/devicetree/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>;
};