mb/google/trogdor: change pin define for quackingstick
change TP_EN pin to GPIO_67 for quackingstick BUG=b:206862167 BRANCH=trogdor TEST=make Signed-off-by: Sheng-Liang Pan <sheng-liang.pan@quanta.corp-partner.google.com> Change-Id: I7cc1083111f46cd3489cbbb9e579c34dc972b0b0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59533 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Bob Moragues <moragues@google.com>
This commit is contained in:
parent
e987845fef
commit
f1dbd67381
|
@ -23,7 +23,7 @@
|
||||||
#define GPIO_AVDD_LCD_ENABLE GPIO(88)
|
#define GPIO_AVDD_LCD_ENABLE GPIO(88)
|
||||||
#define GPIO_AVEE_LCD_ENABLE GPIO(21)
|
#define GPIO_AVEE_LCD_ENABLE GPIO(21)
|
||||||
#define GPIO_VDD_RESET_1V8 GPIO(87)
|
#define GPIO_VDD_RESET_1V8 GPIO(87)
|
||||||
#define GPIO_TP_EN GPIO(85)
|
#define GPIO_TP_EN (CONFIG(BOARD_GOOGLE_QUACKINGSTICK) ? GPIO(67) : GPIO(85))
|
||||||
#define GPIO_EDP_BRIDGE_ENABLE dead_code_t(gpio_t)
|
#define GPIO_EDP_BRIDGE_ENABLE dead_code_t(gpio_t)
|
||||||
#define GPIO_EN_PP3300_DX_EDP dead_code_t(gpio_t)
|
#define GPIO_EN_PP3300_DX_EDP dead_code_t(gpio_t)
|
||||||
#define GPIO_PS8640_EDP_BRIDGE_PD_L dead_code_t(gpio_t)
|
#define GPIO_PS8640_EDP_BRIDGE_PD_L dead_code_t(gpio_t)
|
||||||
|
|
Loading…
Reference in New Issue