Ivy Jian has uploaded this change for review.

View Change

mb/google/hatch: Add keyboard backlight support

This change adds keyboard backlight feature for Hatch platform

BUG=b:122799544
BRANCH=none
TEST=keyboard backlight works when EC reports correct info.

Change-Id: I29273122f061e0e442f6629351ef3670535c0507
Signed-off-by: Ivy Jian <ivy_jian@compal.corp-partner.google.com>
---
M src/mainboard/google/hatch/variants/baseboard/include/baseboard/ec.h
1 file changed, 3 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/31175/1
diff --git a/src/mainboard/google/hatch/variants/baseboard/include/baseboard/ec.h b/src/mainboard/google/hatch/variants/baseboard/include/baseboard/ec.h
index f9cebd7..75d583e 100644
--- a/src/mainboard/google/hatch/variants/baseboard/include/baseboard/ec.h
+++ b/src/mainboard/google/hatch/variants/baseboard/include/baseboard/ec.h
@@ -78,4 +78,7 @@
#define SIO_EC_HOST_ENABLE /* EC Host Interface Resources */
#define SIO_EC_ENABLE_PS2K /* Enable PS/2 Keyboard */

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

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I29273122f061e0e442f6629351ef3670535c0507
Gerrit-Change-Number: 31175
Gerrit-PatchSet: 1
Gerrit-Owner: Ivy Jian <ivy_jian@compal.corp-partner.google.com>
Gerrit-MessageType: newchange