Paul Fagerburg submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Eric Lai: Looks good to me, approved
mb/google/brya/var/agah: Enable EC keyboard backlight

BUG=b:210970640
TEST=emerge-draco coreboot chromeos-bootimage

Change-Id: I90d9f2e298e54832bc077eae1c8be0e39c151d90
Signed-off-by: Tony Huang <tony-huang@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64808
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
---
M src/mainboard/google/brya/variants/agah/include/variant/ec.h
1 file changed, 3 insertions(+), 0 deletions(-)

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

#include <baseboard/ec.h>

+/* Enable EC backed Keyboard Backlight in ACPI */
+#define EC_ENABLE_KEYBOARD_BACKLIGHT
+
#endif

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I90d9f2e298e54832bc077eae1c8be0e39c151d90
Gerrit-Change-Number: 64808
Gerrit-PatchSet: 2
Gerrit-Owner: Tony Huang <tony-huang@quanta.corp-partner.google.com>
Gerrit-Reviewer: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Gerrit-Reviewer: Ivy Jian <ivy.jian@quanta.corp-partner.google.com>
Gerrit-Reviewer: Paul Fagerburg <pfagerburg@chromium.org>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak@chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged