Re: [PATCH 5/9] regulator: da9121: Add support for device variants via devicetree

2020-11-20 Thread Mark Brown
On Fri, Nov 20, 2020 at 12:14:55PM +, Adam Ward wrote: > @@ -1,7 +1,21 @@ > // SPDX-License-Identifier: GPL-2.0-only > -/* Copyright (C) 2020 Axis Communications AB */ > +/* Copyright (C) 2020 Axis Communications AB > + * > + * DA9121 Single-channel dual-phase 10A buck converter Please make

[PATCH 5/9] regulator: da9121: Add support for device variants via devicetree

2020-11-20 Thread Adam Ward
Add devicetree configuration and device variant parameters. Use the latter to enable the check and use of parameters specific to dual buck variants. Signed-off-by: Adam Ward --- drivers/regulator/da9121-regulator.c | 157 ++- include/linux/regulator/da9121.h