summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/guybrush
diff options
context:
space:
mode:
authorRob Barnes <robbarnes@google.com>2022-04-15 11:23:04 -0600
committerKarthik Ramasubramanian <kramasub@google.com>2022-04-18 23:03:59 +0000
commit0e4ca759f401d7f60d7b14dbaf0c6cb3955b8f2c (patch)
treeec9368a96cd9055cfc6b9965970da0dd2b0d5cbc /src/mainboard/google/guybrush
parent4d4c0a5f277916ba5e4826aa952f379039a7e222 (diff)
downloadcoreboot-0e4ca759f401d7f60d7b14dbaf0c6cb3955b8f2c.tar.gz
coreboot-0e4ca759f401d7f60d7b14dbaf0c6cb3955b8f2c.tar.bz2
coreboot-0e4ca759f401d7f60d7b14dbaf0c6cb3955b8f2c.zip
mb/google/guybrush: Remove EC_ENABLE_LID_SWITCH
Remove EC_ENABLE_LID_SWITCH since this causes a duplicate SW_LID entries. The other SW_LID entry is generated by MKBP. BUG=b:228907256 BRANCH=guybrush TEST=Lid open close triggers events on Nipperkin Change-Id: I5c1cf7aeac8405bce7bfc77110eceaf3e5383fe7 Signed-off-by: Rob Barnes <robbarnes@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/63658 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Robert Zieba <robertzieba@google.com> Reviewed-by: Jon Murphy <jpmurphy@google.com> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard/google/guybrush')
-rw-r--r--src/mainboard/google/guybrush/variants/baseboard/include/baseboard/ec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/google/guybrush/variants/baseboard/include/baseboard/ec.h b/src/mainboard/google/guybrush/variants/baseboard/include/baseboard/ec.h
index 5695a8e056d1..34e2eddd5827 100644
--- a/src/mainboard/google/guybrush/variants/baseboard/include/baseboard/ec.h
+++ b/src/mainboard/google/guybrush/variants/baseboard/include/baseboard/ec.h
@@ -57,8 +57,7 @@
/* Enable MKBP for buttons and switches */
#define EC_ENABLE_MKBP_DEVICE
-/* Enable LID switch and provide wake pin for EC */
-#define EC_ENABLE_LID_SWITCH
+/* Provide wake pin for EC */
#define EC_ENABLE_WAKE_PIN GEVENT_3 /* AGPIO 22 -> GPE 3 */
#define SIO_EC_MEMMAP_ENABLE /* EC Memory Map Resources */