On Wed, Feb 14, 2024 at 11:43:41AM PST, Guenter Roeck wrote:
If a chip only provides a single regulator, it should be named 'vout'
and not 'vout0'. Declare regulator using PMBUS_REGULATOR_ONE() to make
that happen.
Hi Guenter,
This will necessitate a DTS update on at least one platform to maintain
compatibility (Delta ahe50dc BMC, [1]). I'm not sure offhand if there
are process/policy rules about mixing code changes and device-tree
changes in the same commit, but changing either one without the other
would break things.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts?id=8d3dea210042f54b952b481838c1e7dfc4ec751d#n21
Thanks,
Zev