Skip to content

Commit 1068d95

Browse files
committed
Merge branch 'at91-4.19-trunk/dt_wlsom' into linux-4.19-at91
2 parents 6fe2e0e + a573012 commit 1068d95

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,15 @@
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
};
@@ -169,11 +173,15 @@
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
};

0 commit comments

Comments
 (0)