Message ID | 20190509211911.17998-2-lkundrak@v3.sk (mailing list archive) |
---|---|
State | RFC, archived |
Headers | show |
Series | [RFC,1/7] dt-bindings: clock: make marvell,mmp2 a power controller | expand |
diff --git a/Documentation/devicetree/bindings/clock/marvell,mmp2.txt b/Documentation/devicetree/bindings/clock/marvell,mmp2.txt index 23b52dc02266..0387348f7211 100644 --- a/Documentation/devicetree/bindings/clock/marvell,mmp2.txt +++ b/Documentation/devicetree/bindings/clock/marvell,mmp2.txt @@ -13,7 +13,8 @@ Required Properties: "mpmu", "apmu", "apbc". So three reg spaces need to be defined. - #clock-cells: should be 1. -- #reset-cells: should be 1. +- #reset-cells: should be 1 +- #power-domain-cells: should 1 Each clock is assigned an identifier and client nodes use this identifier to specify the clock which they consume.
This is a binding for the MMP2 power management units. As such apart from providing the clocks, they also manage the power domains. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> --- Documentation/devicetree/bindings/clock/marvell,mmp2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)