mb/google/kahlee: Don't reset the touchpad/screen on boot
touchpad & touchscreen power enable gets reset during resume causing unintended wake interrupts, causing dark resume failures. This prevents the board from being shut down after it's been suspended for a long period of time and can end up draining the battery. BUG=b:153173717 TEST=Build only - Needs to be tested by ODMs. Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: If403da8853e59eaaf589062c9bd6f10deb626998 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41063 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kevin Chiu <Kevin.Chiu@quantatw.com>
This commit is contained in:
parent
fbf3a47e42
commit
5ee19cda81
|
@ -26,10 +26,6 @@ static const struct soc_amd_gpio gpio_set_stage_reset[] = {
|
|||
/* GPIO_15 - EC_IN_RW_OD */
|
||||
PAD_GPI(GPIO_15, PULL_UP),
|
||||
|
||||
/* GPIO_12 - EN_PP3300_TRACKPAD */
|
||||
/* Init low to reset the chip */
|
||||
PAD_GPO(GPIO_12, LOW),
|
||||
|
||||
/* GPIO_22 - EC_SCI_ODL, SCI */
|
||||
PAD_SCI(GPIO_22, PULL_UP, EDGE_LOW),
|
||||
|
||||
|
@ -45,10 +41,6 @@ static const struct soc_amd_gpio gpio_set_stage_reset[] = {
|
|||
/* GPIO_74 - LPC_CLK0_EC_R */
|
||||
PAD_NF(GPIO_74, LPCCLK0, PULL_DOWN),
|
||||
|
||||
/* GPIO_76 - EN_PP3300_TOUCHSCREEN */
|
||||
/* Init low to reset the chip */
|
||||
PAD_GPO(GPIO_76, LOW),
|
||||
|
||||
/* GPIO_92 - WLAN_PCIE_CLKREQ_3V3_ODL */
|
||||
PAD_NF(GPIO_92, CLK_REQ0_L, PULL_UP),
|
||||
|
||||
|
|
Loading…
Reference in New Issue