Felix Held submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Tim Wawrzynczak: Looks good to me, approved
mb/google/brya/variants/primus: enable PS2 interface

BUG=b:187969783

Signed-off-by: Casper Chang <casper_chang@wistron.corp-partner.google.com>
Change-Id: I1e063524cfa4121c38cfed23e95557953511d884
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56774
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
---
M src/mainboard/google/brya/variants/primus/include/variant/ec.h
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/mainboard/google/brya/variants/primus/include/variant/ec.h b/src/mainboard/google/brya/variants/primus/include/variant/ec.h
index 7a2a6ff..7309098 100644
--- a/src/mainboard/google/brya/variants/primus/include/variant/ec.h
+++ b/src/mainboard/google/brya/variants/primus/include/variant/ec.h
@@ -5,4 +5,7 @@

#include <baseboard/ec.h>

+/* Enable PS/2 Mouse */
+#define SIO_EC_ENABLE_PS2M
+
#endif

To view, visit change 56774. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1e063524cfa4121c38cfed23e95557953511d884
Gerrit-Change-Number: 56774
Gerrit-PatchSet: 2
Gerrit-Owner: Casper Chang <casper_chang@wistron.corp-partner.google.com>
Gerrit-Reviewer: Felix Held <felix-coreboot@felixheld.de>
Gerrit-Reviewer: Malik Hsu <malik_hsu@wistron.corp-partner.google.com>
Gerrit-Reviewer: Scott Chao <scott_chao@wistron.corp-partner.google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak@chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Ariel Fang <ariel_fang@wistron.corp-partner.google.com>
Gerrit-CC: Mark Hsieh <mark_hsieh@wistron.corp-partner.google.com>
Gerrit-MessageType: merged