File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 101
101
initial-mode = <1>; /* initialize in HUB mode */
102
102
disabled-ports = <1>;
103
103
intn-gpios = <&pio 7 5 GPIO_ACTIVE_HIGH>; /* PH5 */
104
- reset-gpios = <&pio 4 16 GPIO_ACTIVE_HIGH >; /* PE16 */
104
+ reset-gpios = <&pio 4 16 GPIO_ACTIVE_LOW >; /* PE16 */
105
105
connect-gpios = <&pio 4 17 GPIO_ACTIVE_HIGH>; /* PE17 */
106
106
refclk-frequency = <19200000>;
107
107
};
Original file line number Diff line number Diff line change 15
15
pinctrl-names = "default";
16
16
pinctrl-0 = <&mmc2_pins>;
17
17
vmmc-supply = <®_dcdc1>;
18
- vqmmc-supply = <®_dcdc1 >;
18
+ vqmmc-supply = <®_eldo1 >;
19
19
bus-width = <8>;
20
20
non-removable;
21
21
cap-mmc-hw-reset;
Original file line number Diff line number Diff line change 140
140
&mmc1 {
141
141
pinctrl-names = "default";
142
142
pinctrl-0 = <&mmc1_pins>;
143
- vmmc-supply = <®_aldo2 >;
143
+ vmmc-supply = <®_dcdc1 >;
144
144
vqmmc-supply = <®_dldo4>;
145
145
mmc-pwrseq = <&wifi_pwrseq>;
146
146
bus-width = <4>;
You can’t perform that action at this time.
0 commit comments