gaze18-40x0: Fix prochot polarity

This commit is contained in:
Jeremy Soller
2023-02-15 19:04:42 -07:00
parent ff7d7138b0
commit d723e2e13d

View File

@ -68,7 +68,8 @@ void gpio_init() {
GPDRE = BIT(3); GPDRE = BIT(3);
// PCH_DPWROK_EC // PCH_DPWROK_EC
GPDRF = BIT(3); GPDRF = BIT(3);
GPDRG = 0; // H_PROCHOT_EC
GPDRG = BIT(6);
GPDRH = 0; GPDRH = 0;
GPDRI = 0; GPDRI = 0;
GPDRJ = 0; GPDRJ = 0;