Skip to content

Commit 4ed43e8

Browse files
zevweissamboar
authored andcommitted
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]>
1 parent dc260f5 commit 4ed43e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
reg = <0x##hexaddr>; \
1919
shunt-resistor-micro-ohms = <675>; \
2020
regulators { \
21-
efuse##num: vout0 { \
21+
efuse##num: vout { \
2222
regulator-name = __stringify(efuse##num##-reg); \
2323
}; \
2424
}; \

0 commit comments

Comments
 (0)