File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 131131
132132 regulator-state-standby {
133133 regulator-on-in-suspend;
134+ regulator-suspend-microvolt=<1200000>;
135+ regulator-changeable-in-suspend;
134136 regulator-mode = <4>;
135137 };
136138
137139 regulator-state-mem {
138140 regulator-on-in-suspend;
141+ regulator-suspend-microvolt=<1200000>;
142+ regulator-changeable-in-suspend;
139143 regulator-mode = <4>;
140144 };
141145 };
169173
170174 regulator-state-standby {
171175 regulator-on-in-suspend;
176+ regulator-suspend-microvolt=<1800000>;
177+ regulator-changeable-in-suspend;
172178 regulator-mode = <4>;
173179 };
174180
175181 regulator-state-mem {
176- regulator-off-in-suspend;
182+ regulator-on-in-suspend;
183+ regulator-suspend-microvolt=<1800000>;
184+ regulator-changeable-in-suspend;
177185 regulator-mode = <4>;
178186 };
179187 };
You can’t perform that action at this time.
0 commit comments