File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 141
141
regulator-boot-on;
142
142
};
143
143
144
+ vsys_3v3: regulator-vsys3v3 {
145
+ /* output of LM5141-Q1 */
146
+ compatible = "regulator-fixed";
147
+ regulator-name = "vsys_3v3";
148
+ regulator-min-microvolt = <3300000>;
149
+ regulator-max-microvolt = <3300000>;
150
+ vin-supply = <&vmain_pd>;
151
+ regulator-always-on;
152
+ regulator-boot-on;
153
+ };
154
+
144
155
vdd_mmc1: regulator-mmc1 {
145
156
/* TPS22918DBVR */
146
157
compatible = "regulator-fixed";
153
164
bootph-all;
154
165
};
155
166
167
+ vsys_3v3_exp: regulator-TPS22990 {
168
+ /* output of TPS22990 */
169
+ compatible = "regulator-fixed";
170
+ regulator-name = "vsys_3v3_exp";
171
+ regulator-min-microvolt = <3300000>;
172
+ regulator-max-microvolt = <3300000>;
173
+ vin-supply = <&vsys_3v3>;
174
+ regulator-always-on;
175
+ regulator-boot-on;
176
+ };
177
+
156
178
vdd_sd_dv: regulator-TLV71033 {
157
179
compatible = "regulator-gpio";
158
180
regulator-name = "tlv71033";
You can’t perform that action at this time.
0 commit comments