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>
This commit is contained in:
Rob Barnes 2022-04-15 11:23:04 -06:00 committed by Karthik Ramasubramanian
parent 4d4c0a5f27
commit 0e4ca759f4
1 changed files with 1 additions and 2 deletions

View File

@ -57,8 +57,7 @@
/* Enable MKBP for buttons and switches */ /* Enable MKBP for buttons and switches */
#define EC_ENABLE_MKBP_DEVICE #define EC_ENABLE_MKBP_DEVICE
/* Enable LID switch and provide wake pin for EC */ /* Provide wake pin for EC */
#define EC_ENABLE_LID_SWITCH
#define EC_ENABLE_WAKE_PIN GEVENT_3 /* AGPIO 22 -> GPE 3 */ #define EC_ENABLE_WAKE_PIN GEVENT_3 /* AGPIO 22 -> GPE 3 */
#define SIO_EC_MEMMAP_ENABLE /* EC Memory Map Resources */ #define SIO_EC_MEMMAP_ENABLE /* EC Memory Map Resources */