summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/zork/variants/baseboard/gpio_baseboard_dalboz.c
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2020-07-22 00:47:40 -0700
committerFelix Held <felix-coreboot@felixheld.de>2020-07-23 14:11:49 +0000
commitdcee4b6fa95d52d78f068ee3bac4147b8c9f074a (patch)
treeff77fd8322828bbd10c62424c1c0491e7608a3f3 /src/mainboard/google/zork/variants/baseboard/gpio_baseboard_dalboz.c
parent29785027054a3a55b0072f3b3d2f0086708cfe6a (diff)
downloadcoreboot-dcee4b6fa95d52d78f068ee3bac4147b8c9f074a.tar.gz
coreboot-dcee4b6fa95d52d78f068ee3bac4147b8c9f074a.tar.bz2
coreboot-dcee4b6fa95d52d78f068ee3bac4147b8c9f074a.zip
mb/google/zork: Fix Goodix touchscreen ACPI node
This change does the following: a. USI_REPORT_EN is no longer set to high in coreboot. Instead GPIO_144 is exposed as stop_gpio in ACPI to allow OS to control this pad as required. b. Appropriate delays are added for power-down sequencing: - Delay after REPORT_EN is disabled - 1ms - Delay after RESET is asserted - 1ms BUG=b:159501288 Signed-off-by: Furquan Shaikh <furquan@google.com> Change-Id: If4d12fa0d4f4e5123d8fdccdabda996dcafa4523 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43701 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/zork/variants/baseboard/gpio_baseboard_dalboz.c')
-rw-r--r--src/mainboard/google/zork/variants/baseboard/gpio_baseboard_dalboz.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mainboard/google/zork/variants/baseboard/gpio_baseboard_dalboz.c b/src/mainboard/google/zork/variants/baseboard/gpio_baseboard_dalboz.c
index f65a92eaa47c..5568194a4701 100644
--- a/src/mainboard/google/zork/variants/baseboard/gpio_baseboard_dalboz.c
+++ b/src/mainboard/google/zork/variants/baseboard/gpio_baseboard_dalboz.c
@@ -158,11 +158,8 @@ static const struct soc_amd_gpio gpio_set_stage_ram[] = {
PAD_GPO(GPIO_142, HIGH),
/* BT_DISABLE */
PAD_GPO(GPIO_143, LOW),
- /*
- * USI_REPORT_EN - TODO: Driver resets this later.
- * Do we want it high or low initially?
- */
- PAD_GPO(GPIO_144, HIGH),
+ /* USI_REPORT_EN */
+ PAD_GPO(GPIO_144, LOW),
};
const __weak