Use ESPI VW signals wherever possible

This commit is contained in:
Jeremy Soller
2023-02-22 14:27:47 -07:00
parent a5a677ee63
commit cea89a78d8
12 changed files with 42 additions and 59 deletions

View File

@ -26,8 +26,6 @@ struct Gpio __code PM_PWROK = GPIO(C, 6);
struct Gpio __code PWR_BTN_N = GPIO(D, 5);
struct Gpio __code PWR_SW_N = GPIO(B, 3);
struct Gpio __code SLP_SUS_N = GPIO(H, 7);
struct Gpio __code SUSB_N_PCH = GPIO(H, 6);
struct Gpio __code SUSC_N_PCH = GPIO(H, 1);
struct Gpio __code VA_EC_EN = GPIO(J, 4);
struct Gpio __code WLAN_EN = GPIO(G, 1);
struct Gpio __code WLAN_PWR_EN = GPIO(D, 3);