Remove GPB7 on IT5570E
On IT5570E, pin A1 is VSTBY0 and not a GPIO pin. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Tim Crawford
parent
1e4667f1d3
commit
f79f4d1157
@ -105,8 +105,6 @@ void gpio_init(void) {
|
||||
GPCRB5 = GPIO_OUT | GPIO_UP;
|
||||
// SUSBC_EC#
|
||||
GPCRB6 = GPIO_OUT | GPIO_UP;
|
||||
// Doesn't exist
|
||||
GPCRB7 = GPIO_IN;
|
||||
// ALL_SYS_PWRGD
|
||||
GPCRC0 = GPIO_IN;
|
||||
// SMC_VGA_THERM
|
||||
|
Reference in New Issue
Block a user