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 <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87200 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
862d4811da
commit
ec49a5556e
1 changed files with 5 additions and 0 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue