Lines Matching refs:regulator
15 regulator-name {
16 standard regulator constraints....
18 refer Documentation/devicetree/bindings/regulator/regulator.txt
20 The regulator node name should be initialized with a string to get matched
29 The max77802 regulator supports two different operating modes: Normal and Low
32 mode during system suspend. The standard regulator suspend states binding can
33 be used to configure the regulator operating mode.
35 The regulators that support the standard "regulator-initial-mode" property,
38 The possible values for "regulator-initial-mode" and "regulator-mode" are:
39 1: Normal regulator voltage output mode.
45 The standard "regulator-mode" property can only be used for regulators that
47 are: BUCKs 2-4 and LDOs 1-35. Also, it only takes effect if the regulator has
48 been enabled for the given suspend state using "regulator-on-in-suspend" and
49 has not been disabled for that state using "regulator-off-in-suspend".
63 regulator-name = "vdd_1v0";
64 regulator-min-microvolt = <1000000>;
65 regulator-max-microvolt = <1000000>;
66 regulator-always-on;
67 regulator-initial-mode = <MAX77802_OPMODE_LP>;
71 regulator-name = "vdd_ldo11";
72 regulator-min-microvolt = <1900000>;
73 regulator-max-microvolt = <1900000>;
74 regulator-always-on;
75 regulator-state-mem {
76 regulator-on-in-suspend;
77 regulator-mode = <MAX77802_OPMODE_LP>;
82 regulator-name = "vdd_mif";
83 regulator-min-microvolt = <950000>;
84 regulator-max-microvolt = <1300000>;
85 regulator-always-on;
86 regulator-boot-on;