Message ID | 20221221210917.458537-1-fabrizio.castro.jz@renesas.com |
---|---|
Headers | show |
Series | Driver support for RZ/V2M PWC | expand |
On Wed, 21 Dec 2022 21:09:14 +0000, Fabrizio Castro wrote: > The Renesas RZ/V2M External Power Sequence Controller (PWC) > IP is a multi-function device, and it's capable of: > * external power supply on/off sequence generation > * on/off signal generation for the LPDDR4 core power supply (LPVDD) > * key input signals processing > * general-purpose output pins > > Add the corresponding dt-bindings. > > Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@renesas.com> > --- > > v1->v2: I have dropped syscon, simple-mfd, regmap, offset, and the child nodes. > > .../bindings/mfd/renesas,rzv2m-pwc.yaml | 56 +++++++++++++++++++ > 1 file changed, 56 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/renesas,rzv2m-pwc.yaml > Reviewed-by: Rob Herring <robh@kernel.org>