1. NAME

regulator_use_dummy_regulator - Provide a dummy regulator when none is found

2. SYNOPSIS

void regulator_use_dummy_regulator( void );

3. ARGUMENTS

void
    no arguments

4. 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.

5. AUTHORS

Liam Girdwood <>
    Author.

Mark Brown <>
Wolfson Microelectronics,
    Author.

6. COPYRIGHT