Allow the regulator to go into bypass mode
int regulator_allow_bypass(struct regulator * regulator, bool enable);
regulator
Regulator to configure
enable
enable or disable bypass mode
Allow the regulator to go into bypass mode if all other consumers for the regulator also enable bypass mode and the machine constraints allow this. Bypass mode means that the regulator is simply passing the input directly to the output with no regulation.
Liam Girdwood <[email protected]>
Author.
Mark Brown <[email protected]>
Wolfson Microelectronics,
Author.