summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/pyro/board.c1
-rw-r--r--board/pyro/gpio.inc2
2 files changed, 1 insertions, 2 deletions
diff --git a/board/pyro/board.c b/board/pyro/board.c
index 3df13841e0..d12b787a6a 100644
--- a/board/pyro/board.c
+++ b/board/pyro/board.c
@@ -680,7 +680,6 @@ void lid_angle_peripheral_enable(int enable)
if (tablet_get_mode() || chipset_in_state(CHIPSET_STATE_ANY_OFF))
enable = 0;
keyboard_scan_enable(enable, KB_SCAN_DISABLE_LID_ANGLE);
- gpio_set_level(GPIO_EN_P3300_TRACKPAD_ODL, !enable);
/*
* In S3 state, then disable KB/TP function
diff --git a/board/pyro/gpio.inc b/board/pyro/gpio.inc
index 8ea100042b..eb83c38fd5 100644
--- a/board/pyro/gpio.inc
+++ b/board/pyro/gpio.inc
@@ -84,7 +84,7 @@ GPIO(EN_PP3300, PIN(C, 2), GPIO_OUT_LOW)
GPIO(PP3300_PG, PIN(6, 2), GPIO_INPUT)
GPIO(EN_PP5000, PIN(C, 6), GPIO_OUT_LOW)
GPIO(PP5000_PG, PIN(7, 1), GPIO_INPUT)
-GPIO(EN_P3300_TRACKPAD_ODL, PIN(3, 2), GPIO_ODR_HIGH)
+GPIO(EN_P3300_TRACKPAD_ODL, PIN(3, 2), GPIO_ODR_LOW)
GPIO(PCH_SYS_PWROK, PIN(E, 7), GPIO_OUT_LOW) /* EC_PCH_PWROK */
GPIO(ENABLE_BACKLIGHT, PIN(9, 7), GPIO_ODR_HIGH | GPIO_SEL_1P8V) /* EC_BL_EN_OD */