Name

regulator_use_dummy_regulator — Provide a dummy regulator when none is found

Synopsis

void regulator_use_dummy_regulator ( void);
 

Arguments

void

no arguments

Description

Calling this function will cause the regulator API to provide a dummy regulator to consumers if no physical regulator is found, allowing most consumers to proceed as though a regulator were configured. This allows systems such as those with software controllable regulators for the CPU core only to be brought up more readily.