galp6: Fix USB power

The schematics incorrectly show the pin as `USB_PWR_EN#`. There is a
comment on the port side clarifying that it is actually active high.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2022-08-02 09:29:01 -06:00
committed by Tim Crawford
parent 371f6d3047
commit cd86c1e7d7
3 changed files with 4 additions and 8 deletions

View File

@@ -16,8 +16,6 @@ void board_init(void) {
// Enable wireless
gpio_set(&WLAN_EN, true);
gpio_set(&WLAN_PWR_EN, true);
// Enable USB power
gpio_set(&USB_PWR_EN_N, false);
// Assert SMI# and SWI#
gpio_set(&SMI_N, true);
gpio_set(&SWI_N, true);