aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2021-12-22 12:59:52 +0000
committerFelix Held <felix-coreboot@felixheld.de>2022-02-15 23:47:31 +0000
commit55e43d82acc77dd8c116a762a57313d31057808d (patch)
tree276578e4827f58ad9bcff18da39414ed78a9d7ad /src
parent45f9ca48247085ba1f67e67aef1545bcacb788a2 (diff)
ec/starlabs/merlin: Adjust Keyboard Backlight configuration
* Change TGL Q Event for Keyboard Backlight to Q4A * Change enabled value to 0xdd Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: Ibae95e458f14b9d03ff50cb6222b336fd015d0e6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60303 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src')
-rw-r--r--src/ec/starlabs/merlin/ec.h2
-rw-r--r--src/ec/starlabs/merlin/variants/tgl/events.asl3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/ec/starlabs/merlin/ec.h b/src/ec/starlabs/merlin/ec.h
index 0f564caa2f..8f8bb99368 100644
--- a/src/ec/starlabs/merlin/ec.h
+++ b/src/ec/starlabs/merlin/ec.h
@@ -79,7 +79,7 @@
/* Keyboard Backlight State */
#define KBL_DISABLED 0x00
-#define KBL_ENABLED 0xaa
+#define KBL_ENABLED 0xdd
uint16_t it_get_version(void);
diff --git a/src/ec/starlabs/merlin/variants/tgl/events.asl b/src/ec/starlabs/merlin/variants/tgl/events.asl
index 792bef5017..6963500d18 100644
--- a/src/ec/starlabs/merlin/variants/tgl/events.asl
+++ b/src/ec/starlabs/merlin/variants/tgl/events.asl
@@ -43,8 +43,9 @@ Method (_Q88, 0, NotSerialized) // Event: Trackpad Lock
{
TPLC = TPLE
}
-Method (_Q11) // Event: Keyboard Backlight Brightness
+Method (_Q4A) // Event: Keyboard Backlight Brightness
{
+ KLSC = KLSE
KLBC = KLBE
}