Skip to content

Commit

Permalink
dts: espressobin_ultra: fix wifi 8997 not working issue
Browse files Browse the repository at this point in the history
the espressobin ultra board is inherit from espressobin board,
so the espressobin_ultra.dts includes espressobin.dtsi, but MPP1_4
is use to control wifi(88w8997) power down pin, not supply voltage
switch of sdcard (the 'vcc_sd1' regulator is for espressobin, not
espressobin ultra), it causes wifi(88w8997) power shutdown after
turn off vqmmc-supply, so remove the 'vcc_sd_reg1' regulator and
vqmmc-supply settings from espressobin_ultra.dts to make the wifi
(88w8997) working correctly.
  • Loading branch information
globalscaletechnologies committed Mar 17, 2022
1 parent c31340f commit b879d56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts
Expand Up @@ -24,6 +24,8 @@
ethernet5 = &switch0port4;
};

/delete-node/ regulator;

reg_usb3_vbus: usb3-vbus {
compatible = "regulator-fixed";
regulator-name = "usb3-vbus";
Expand Down Expand Up @@ -66,6 +68,7 @@
};

&sdhci1 {
/delete-property/ vqmmc-supply;
status = "disabled";
};

Expand Down

0 comments on commit b879d56

Please sign in to comment.