ARM: dts: aspeed: ahe50dc: Update lm25066 regulator name

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@bewilderbeest.net>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Guenter Roeck <linux@roeck-us.net>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Zev Weiss 2024-02-26 01:17:53 -08:00 committed by Andrew Jeffery
parent dc260f505b
commit 4ed43e8a1b

View File

@ -18,7 +18,7 @@
reg = <0x##hexaddr>; \
shunt-resistor-micro-ohms = <675>; \
regulators { \
efuse##num: vout0 { \
efuse##num: vout { \
regulator-name = __stringify(efuse##num##-reg); \
}; \
}; \