lemp10: Set DPWROK low on EC reset to ensure PCH reset

This commit is contained in:
Jeremy Soller 2021-02-04 08:33:08 -07:00 committed by Jeremy Soller
parent 12a9ac8d84
commit 3a9665a753

View File

@ -52,8 +52,7 @@ void gpio_init() {
GCR21 = BIT(2);
// Set GPIO data
// PCH_DPWROK_EC, NC
GPDRA = BIT(7) | BIT(5);
GPDRA = 0;
// XLP_OUT, PWR_SW#
GPDRB = BIT(4) | BIT(3);
GPDRC = 0;