Check if regulator can change voltage
int regulator_can_change_voltage(struct regulator * regulator);
regulator
regulator source
Returns positive if the regulator driver backing the source/client can change its voltage, false otherwise. Useful for detecting fixed or dummy regulators and disabling voltage change logic in the client driver.
Liam Girdwood <[email protected]>
Author.
Mark Brown <[email protected]>
Wolfson Microelectronics,
Author.