mb/google/guybrush/var/dewatt: Update touchpad GPIO configuration
Update GPIO configuration to fix Synaptics touchpad can't wakeup system from s0i3. BUG=b:214143249 TEST=emerge-guybrush coreboot chromeos-bootimage; Tested Synaptics touchpad wakeup from S3 with proto build. Signed-off-by: Kenneth Chan <kenneth.chan@quanta.corp-partner.google.com> Change-Id: I29734595d37283adc6fd4a0ed17f51a5c9061796 Reviewed-on: https://review.coreboot.org/c/coreboot/+/61174 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Rob Barnes <robbarnes@google.com>
This commit is contained in:
parent
f1b11e7fcc
commit
d03b824893
|
@ -39,6 +39,8 @@ static const struct soc_amd_gpio override_ramstage_gpio_table[] = {
|
||||||
PAD_NC(GPIO_142),
|
PAD_NC(GPIO_142),
|
||||||
/* Unused TP227*/
|
/* Unused TP227*/
|
||||||
PAD_NC(GPIO_144),
|
PAD_NC(GPIO_144),
|
||||||
|
/* SOC_TCHPAD_INT_ODL */
|
||||||
|
PAD_SCI(GPIO_9, PULL_NONE, LEVEL_LOW),
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct soc_amd_gpio override_early_gpio_table[] = {
|
static const struct soc_amd_gpio override_early_gpio_table[] = {
|
||||||
|
|
Loading…
Reference in New Issue