Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/63952 )
Change subject: mb/google/brya/var/osiris: Enable EC keyboard backlight ......................................................................
mb/google/brya/var/osiris: Enable EC keyboard backlight
Enable EC keyboard backlight for osiris.
BUG=b:224423318 TEST=FW_NAME=osiris emerge-brya coreboot chromeos-bootimage
Signed-off-by: David Wu david_wu@quanta.corp-partner.google.com Change-Id: I501155531bff8c59641e88ea61aab623cb9a1868 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63952 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Ren Kuo ren.kuo@quanta.corp-partner.google.com --- M src/mainboard/google/brya/variants/osiris/include/variant/ec.h 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Ren Kuo: Looks good to me, approved
diff --git a/src/mainboard/google/brya/variants/osiris/include/variant/ec.h b/src/mainboard/google/brya/variants/osiris/include/variant/ec.h index 7a2a6ff..6f104d5 100644 --- a/src/mainboard/google/brya/variants/osiris/include/variant/ec.h +++ b/src/mainboard/google/brya/variants/osiris/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