File tree Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Original file line number Diff line number Diff line change 43
43
sound-dai = <&mcasp0>;
44
44
};
45
45
};
46
-
47
- reg_usb_hub: regulator-usb-hub {
48
- compatible = "regulator-fixed";
49
- enable-active-high;
50
- /* Verdin CTRL_SLEEP_MOCI# (SODIMM 256) */
51
- gpio = <&main_gpio0 31 GPIO_ACTIVE_HIGH>;
52
- regulator-boot-on;
53
- regulator-name = "HUB_PWR_EN";
54
- };
55
46
};
56
47
57
48
/* Verdin ETHs */
193
184
status = "okay";
194
185
};
195
186
196
- /* Do not force CTRL_SLEEP_MOCI# always enabled */
197
- ®_force_sleep_moci {
198
- status = "disabled";
199
- };
200
-
201
187
/* Verdin SD_1 */
202
188
&sdhci1 {
203
189
status = "okay";
218
204
};
219
205
220
206
&usb1 {
221
- #address-cells = <1>;
222
- #size-cells = <0>;
223
207
status = "okay";
224
-
225
- usb-hub@1 {
226
- compatible = "usb424,2744";
227
- reg = <1>;
228
- vdd-supply = <®_usb_hub>;
229
- };
230
208
};
231
209
232
210
/* Verdin CTRL_WAKE1_MICO# */
Original file line number Diff line number Diff line change 138
138
vin-supply = <®_1v8>;
139
139
};
140
140
141
- /*
142
- * By default we enable CTRL_SLEEP_MOCI#, this is required to have
143
- * peripherals on the carrier board powered.
144
- * If more granularity or power saving is required this can be disabled
145
- * in the carrier board device tree files.
146
- */
147
141
reg_force_sleep_moci: regulator-force-sleep-moci {
148
142
compatible = "regulator-fixed";
149
143
enable-active-high;
You can’t perform that action at this time.
0 commit comments