UPSTREAM: 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.

BUG=none
BRANCH=none
TEST=none

Change-Id: I540b9124a88136993953026c845b8dc58b523682
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: 739ded5c18
Original-Change-Id: I0ea6cc4602ce1047cb803acc65cbca1af1f480b0
Original-Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Original-Reviewed-on: https://review.coreboot.org/19945
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Martin Roth <martinroth@google.com>
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://chromium-review.googlesource.com/539222
Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
This commit is contained in:
Matt DeVillier 2017-05-21 15:17:28 -05:00 committed by chrome-bot
parent 5ab732fa21
commit 22b754ba4b

View file

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