[PATCH] ARM: dts: aspeed: ahe50dc: Update lm25066 regulator name
Guenter Roeck
linux at roeck-us.net
Tue Feb 27 01:31:14 AEDT 2024
On 2/26/24 01:17, Zev Weiss wrote:
> A recent change to the lm25066 driver changed the name of its
> regulator from vout0 to vout; device-tree users of lm25066's regulator
> functionality (of which ahe50dc is the only one) thus require a
> corresponding update.
>
> Signed-off-by: Zev Weiss <zev at bewilderbeest.net>
> Cc: Conor Dooley <conor+dt at kernel.org>
> Cc: Guenter Roeck <linux at roeck-us.net>
Acked-by: Guenter Roeck <linux at roeck-us.net>
> ---
> arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts
> index 6600f7e9bf5e..93f3be849071 100644
> --- a/arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts
> +++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts
> @@ -18,7 +18,7 @@ efuse@##hexaddr { \
> reg = <0x##hexaddr>; \
> shunt-resistor-micro-ohms = <675>; \
> regulators { \
> - efuse##num: vout0 { \
> + efuse##num: vout { \
> regulator-name = __stringify(efuse##num##-reg); \
> }; \
> }; \
More information about the Linux-aspeed
mailing list