mb/starlabs/starbook/cml: 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: I3af197cd995bd947c6e72bf5593fc966c85c3e3a Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87199 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
77d0313358
commit
862d4811da
1 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,11 @@ chip soc/intel/cannonlake
|
|||
register "PchPmSlpSusMinAssert" = "3" # 1s
|
||||
register "PchPmSlpAMinAssert" = "3" # 98ms
|
||||
|
||||
# GPE configuration
|
||||
register "gpe0_dw0" = "PMC_GPP_B"
|
||||
register "gpe0_dw1" = "PMC_GPP_C"
|
||||
register "gpe0_dw2" = "PMC_GPP_E"
|
||||
|
||||
# PCIe Clock
|
||||
register "PcieClkSrcClkReq[0]" = "PCIE_CLK_NOTUSED"
|
||||
register "PcieClkSrcClkReq[2]" = "PCIE_CLK_NOTUSED"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue