Re: [PATCH 2/3] regulator: mpq4210: Use the -ohms feedback divider property
From: Krzysztof Kozlowski
Date: Mon Sep 14 2026 - 02:21:15 EST
On 13/09/2026 13:40, Tapio Reijonen wrote:
> Follow the binding rename of mps,fb-voltage-divider to
> mps,fb-voltage-divider-ohms.
>
> The old name was never in a release and this driver is its only reader,
> so it is dropped rather than kept as a fallback.
>
> Fixes: 61879d561e91 ("regulator: Add MPS MPQ4210 buck-boost regulator driver")
> Suggested-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> Link: https://lore.kernel.org/r/20260911-gaur-of-satisfying-action-1a3b0f@quoll
> Signed-off-by: Tapio Reijonen <tapio.reijonen@xxxxxxxxxxx>
> ---
> drivers/regulator/mpq4210.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/regulator/mpq4210.c b/drivers/regulator/mpq4210.c
> index 227136d8225805a759d2d6545637858ea7122b89..315f8e02ff2a117e37b32f8a128c9e0feacfac74 100644
> --- a/drivers/regulator/mpq4210.c
> +++ b/drivers/regulator/mpq4210.c
> @@ -144,11 +144,12 @@ static int mpq4210_i2c_probe(struct i2c_client *client)
> u32 r[2];
> int ret;
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
Best regards,
Krzysztof