Add ME_WE gpio for all boards

This commit is contained in:
Jeremy Soller
2023-03-06 13:14:50 -07:00
parent 4a1e0a5aa8
commit 86f281b410
50 changed files with 51 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ struct Gpio __code EC_RSMRST_N = GPIO(E, 5);
struct Gpio __code LED_ACIN = GPIO(C, 7);
struct Gpio __code LED_PWR = GPIO(D, 0);
struct Gpio __code LID_SW_N = GPIO(B, 1);
struct Gpio __code ME_WE = GPIO(I, 2);
struct Gpio __code PCH_DPWROK_EC = GPIO(A, 7);
struct Gpio __code PCH_PWROK_EC = GPIO(A, 6);
struct Gpio __code PM_PWROK = GPIO(C, 6);
@@ -215,7 +216,7 @@ void gpio_init(void) {
GPCRI0 = GPIO_ALT;
// BAT_VOLT
GPCRI1 = GPIO_ALT;
// ME_WR
// ME_WE
GPCRI2 = GPIO_OUT;
// THERM_VOLT_CPU
GPCRI3 = GPIO_ALT;