From ec49a5556e572990f552fe98c84f55f8e4ddcc63 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Mon, 7 Apr 2025 16:37:33 +0100 Subject: [PATCH] mb/starlabs/starbook/kbl: Re-add the GPE configuration These were previously removed, but doing so, slowed down the brightness keys to approx. 3 seconds. Re-add them to make them instant. Change-Id: I1256b57192d2f8987bb476cbcc7fd7e81f314d6d Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/87200 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/starbook/variants/kbl/devicetree.cb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mainboard/starlabs/starbook/variants/kbl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/kbl/devicetree.cb index dd53a01524..a9ac9c1554 100644 --- a/src/mainboard/starlabs/starbook/variants/kbl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/kbl/devicetree.cb @@ -32,6 +32,11 @@ chip soc/intel/skylake register "PmConfigSlpSusMinAssert" = "3" # 1s register "PmConfigSlpAMinAssert" = "3" # 98ms + # GPE configuration + register "gpe0_dw0" = "GPP_B" + register "gpe0_dw1" = "GPP_C" + register "gpe0_dw2" = "GPP_E" + # Enable the correct decode ranges on the LPC bus. register "lpc_ioe" = "LPC_IOE_EC_4E_4F | LPC_IOE_KBC_60_64 |