Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lubomir Rintel and committed by
Stephen Boyd
ec6bbdde 232a3134

+5
+5
Documentation/devicetree/bindings/clock/marvell,mmp2-clock.yaml
··· 42 42 '#reset-cells': 43 43 const: 1 44 44 45 + '#power-domain-cells': 46 + const: 1 47 + 45 48 required: 46 49 - compatible 47 50 - reg 48 51 - reg-names 49 52 - '#clock-cells' 50 53 - '#reset-cells' 54 + - '#power-domain-cells' 51 55 52 56 additionalProperties: false 53 57 ··· 65 61 reg-names = "mpmu", "apmu", "apbc"; 66 62 #clock-cells = <1>; 67 63 #reset-cells = <1>; 64 + #power-domain-cells = <1>; 68 65 };