1REGULATOR_USE_DUMMY_(9) API reference REGULATOR_USE_DUMMY_(9)
2
3
4
6 regulator_use_dummy_regulator - Provide a dummy regulator when none is
7 found
8
10 void regulator_use_dummy_regulator(void);
11
13 void
14 no arguments
15
17 Calling this function will cause the regulator API to provide a dummy
18 regulator to consumers if no physical regulator is found, allowing most
19 consumers to proceed as though a regulator were configured. This allows
20 systems such as those with software controllable regulators for the CPU
21 core only to be brought up more readily.
22
24 Liam Girdwood <lrg@slimlogic.co.uk>
25 Author.
26
27 Mark Brown <broonie@opensource.wolfsonmicro.com>
28 Wolfson Microelectronics,
29
30
31 Author.
32
34Kernel Hackers Manual 3.10 June 2019 REGULATOR_USE_DUMMY_(9)