From 0687488ec4b35d96b31d5f339f390dd271d5e97c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 12 Jan 2020 20:14:30 -0700 Subject: [PATCH] Fix communication with PCH --- src/board/system76/lemp9/gctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/board/system76/lemp9/gctrl.c b/src/board/system76/lemp9/gctrl.c index d66775f..00f2676 100644 --- a/src/board/system76/lemp9/gctrl.c +++ b/src/board/system76/lemp9/gctrl.c @@ -3,5 +3,5 @@ void gctrl_init(void) { SPCTRL1 = 0x03; BADRSEL = 0; - RSTS = 0x84; + RSTS = 0x44; }