Lines Matching refs:regulator
4 - compatible : Must be "regulator-gpio".
6 if there are no states, then use a fixed regulator
9 - enable-gpio : GPIO to use to enable/disable the regulator.
15 - regulator-type : Specifies what is being regulated, must be either
18 Any property defined as part of the core regulator binding defined in
19 regulator.txt can also be used.
23 mmciv: gpio-regulator {
24 compatible = "regulator-gpio";
26 regulator-name = "mmci-gpio-supply";
27 regulator-min-microvolt = <1800000>;
28 regulator-max-microvolt = <2600000>;
29 regulator-boot-on;