addw3, oryp11, serw13: Set VBATT_BOOST# to input

This commit is contained in:
Jeremy Soller
2023-03-31 14:01:42 -06:00
parent d38ef1413f
commit 930f16b230
3 changed files with 3 additions and 3 deletions

View File

@ -247,7 +247,7 @@ void gpio_init() {
// VA_EC_EN
GPCRJ4 = GPIO_OUT;
// VBATT_BOOST#
GPCRJ5 = GPIO_OUT;
GPCRJ5 = GPIO_IN;
// EC_GPIO
GPCRJ6 = GPIO_IN;
// CC_EN

View File

@ -250,7 +250,7 @@ void gpio_init() {
// VA_EC_EN
GPCRJ4 = GPIO_OUT;
// VBATT_BOOST#
GPCRJ5 = GPIO_OUT;
GPCRJ5 = GPIO_IN;
// EC_GPIO
GPCRJ6 = GPIO_IN;
// PERKB_DET#

View File

@ -241,7 +241,7 @@ void gpio_init(void) {
// VA_EC_EN
GPCRJ4 = GPIO_OUT;
// VBATT_BOOST#
GPCRJ5 = GPIO_OUT;
GPCRJ5 = GPIO_IN;
// EC_GPIO
GPCRJ6 = GPIO_OUT | GPIO_UP;
// PERKB_DET#