aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/kahlee/variants/baseboard/gpio.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/variants/baseboard/gpio.c b/src/mainboard/google/kahlee/variants/baseboard/gpio.c
index d421e7d212..8f228353f4 100644
--- a/src/mainboard/google/kahlee/variants/baseboard/gpio.c
+++ b/src/mainboard/google/kahlee/variants/baseboard/gpio.c
@@ -69,6 +69,11 @@ static const struct soc_amd_gpio gpio_wlan_rst_early_reset[] = {
};
static const struct soc_amd_gpio gpio_set_stage_rom[] = {
+ /* Enable touchscreen, hold in reset */
+ /* GPIO_76 - EN_PP3300_TOUCHSCREEN */
+ PAD_GPO(GPIO_76, HIGH),
+ /* GPIO_85 - TOUCHSCREEN_RST (Active High) */
+ PAD_GPO(GPIO_85, HIGH),
/* GPIO_133 - APU_EDP_BKLTEN_L (backlight - Active LOW) */
PAD_GPO(GPIO_133, HIGH),
};