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:
parent
dc260f505b
commit
4ed43e8a1b
@ -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); \
|
||||
}; \
|
||||
}; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user