Lines Matching refs:regulator
36 regulator-name {
37 standard regulator constraints....
39 refer Documentation/devicetree/bindings/regulator/regulator.txt
41 The regulator node name should be initialized with a string to get matched
50 The max77802 regulator supports two different operating modes: Normal and Low
53 mode during system suspend. The standard regulator suspend states binding can
54 be used to configure the regulator operating mode.
56 The regulators that support the standard "regulator-initial-mode" property,
59 The possible values for "regulator-initial-mode" and "regulator-mode" are:
60 1: Normal regulator voltage output mode.
66 The standard "regulator-mode" property can only be used for regulators that
68 are: BUCKs 2-4 and LDOs 1-35. Also, it only takes effect if the regulator has
69 been enabled for the given suspend state using "regulator-on-in-suspend" and
70 has not been disabled for that state using "regulator-off-in-suspend".
86 regulator-name = "vdd_1v0";
87 regulator-min-microvolt = <1000000>;
88 regulator-max-microvolt = <1000000>;
89 regulator-always-on;
90 regulator-initial-mode = <MAX77802_OPMODE_LP>;
94 regulator-name = "vdd_ldo11";
95 regulator-min-microvolt = <1900000>;
96 regulator-max-microvolt = <1900000>;
97 regulator-always-on;
98 regulator-state-mem {
99 regulator-on-in-suspend;
100 regulator-mode = <MAX77802_OPMODE_LP>;
105 regulator-name = "vdd_mif";
106 regulator-min-microvolt = <950000>;
107 regulator-max-microvolt = <1300000>;
108 regulator-always-on;
109 regulator-boot-on;