purism/librem13v2: Fix EC_SCI_GPI value

Existing value was copied from librem13 v1 board, use value
obtained from AMI firmware.

TEST: Observe Windows boots correctly, function keys work
under both Windows and Linux.

Change-Id: I0ea6cc4602ce1047cb803acc65cbca1af1f480b0
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/19945
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Matt DeVillier 2017-05-21 15:17:28 -05:00 committed by Martin Roth
parent 5aaa8ce21c
commit 739ded5c18
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@
* GNU General Public License for more details.
*/
#define EC_SCI_GPI 10
#define EC_SCI_GPI 0x50
#include <ec/purism/librem/acpi/ec.asl>