On Thu, Oct 12, 2023 at 12:42:35PM -0500, Ninad Palsule wrote:
There are some boards without the vcc regulators for eeprom or otherThis is a warning saying that the firmware description for the system is
devices. In such cases, we should not see the following warning and
this confuses the user. We want to see this only when it is compiled
with CONFIG_REGULATOR_DEBUG option.
[0.747347] at24 6-0055: supply vcc not found, using dummy regulator
[0.752877] pca953x 6-0074: supply vcc not found, using dummy regulator
incomplete in case things go wrong later - it is vanishingly unlikely
that these devices actually do not require supplies, we'd probably have
heard about it if they did. If a supply is not described properly we
may for example decide to power off what we think is an unused supply
with bad results.