diff options
author | Zev Weiss <[email protected]> | 2024-02-26 01:17:53 -0800 |
---|---|---|
committer | Andrew Jeffery <[email protected]> | 2024-05-01 11:49:19 +0930 |
commit | 4ed43e8a1b9080a3ba393606b0523cf8bb311083 (patch) | |
tree | 72f97f9a0373359f88d854b66c8eaaa54cac7e6c | |
parent | dc260f505bd57f57b23bb343285e29533a6264f3 (diff) |
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 <[email protected]>
Cc: Conor Dooley <[email protected]>
Cc: Guenter Roeck <[email protected]>
Acked-by: Guenter Roeck <[email protected]>
Signed-off-by: Andrew Jeffery <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 e830fec0570f..b6bfdaea08e6 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 @@ reg = <0x##hexaddr>; \ shunt-resistor-micro-ohms = <675>; \ regulators { \ - efuse##num: vout0 { \ + efuse##num: vout { \ regulator-name = __stringify(efuse##num##-reg); \ }; \ }; \ |