summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/trembyle/gpio.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/trembyle/gpio.inc b/board/trembyle/gpio.inc
index a7fdc78d97..85dc5681d6 100644
--- a/board/trembyle/gpio.inc
+++ b/board/trembyle/gpio.inc
@@ -50,6 +50,7 @@ GPIO(USB_C0_IN_HPD, PIN(7, 3), GPIO_OUT_LOW) /* C0 IN Hotplug Detect */
GPIO(DP1_HPD, PIN(F, 4), GPIO_OUT_LOW) /* C1 DP Hotplug Detect */
GPIO(DP2_HPD, PIN(C, 1), GPIO_OUT_LOW) /* C1 DP Hotplug Detect */
GPIO(EC_H1_PACKET_MODE, PIN(8, 6), GPIO_OUT_LOW) /* H1 Packet Mode */
+GPIO(EN_PWR_TOUCHPAD_PS2, PIN(C, 2), GPIO_INPUT) /* Touchpad Power */
UNIMPLEMENTED(PCH_SMI_L)