Re: [PATCH 4/4] regulator: axp20x: add support for the AXP717

From: Samuel Holland
Date: Mon Mar 11 2024 - 18:22:52 EST


Hi Andre,

On 3/9/24 19:02, Andre Przywara wrote:
> The X-Powers AXP717 is a typical PMIC from X-Powers, featuring four
> DC/DC converters and 15 LDOs, on the regulator side.
>
> Describe the chip's voltage settings and switch registers, how the
> voltages are encoded, and connect this to the MFD device via its
> regulator ID.
>
> Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx>
> ---
> drivers/regulator/axp20x-regulator.c | 84 ++++++++++++++++++++++++++++
> include/linux/mfd/axp20x.h | 21 +++++++
> 2 files changed, 105 insertions(+)

This is missing support for the boost regulator.

Regards,
Samuel