lemp: Remove pull-down from CPU fan sense

Matches the GPIO for all other boards.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2023-07-17 13:41:39 -06:00
committed by Jeremy Soller
parent 1ebc0bc6c2
commit 64e5b8308d
3 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@ void gpio_init() {
// PWR_BTN#
GPCRD5 = GPIO_OUT | GPIO_UP;
// CPU_FANSEN
GPCRD6 = GPIO_ALT | GPIO_DOWN;
GPCRD6 = GPIO_ALT;
// NC
GPCRD7 = GPIO_IN;
// SMC_BAT

View File

@ -145,7 +145,7 @@ void gpio_init(void) {
// PWR_BTN#
GPCRD5 = GPIO_OUT | GPIO_UP;
// CPU_FANSEN
GPCRD6 = GPIO_ALT | GPIO_DOWN;
GPCRD6 = GPIO_ALT;
// SINK_CTRL_EC
GPCRD7 = GPIO_IN;
// SMC_BAT

View File

@ -144,7 +144,7 @@ void gpio_init(void) {
// PWR_BTN#
GPCRD5 = GPIO_OUT | GPIO_UP;
// CPU_FANSEN
GPCRD6 = GPIO_ALT | GPIO_DOWN;
GPCRD6 = GPIO_ALT;
// SINK_CTRL_EC
GPCRD7 = GPIO_IN;
// SMC_BAT