summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/jinlon/board.c2
-rw-r--r--board/jinlon/gpio.inc1
2 files changed, 2 insertions, 1 deletions
diff --git a/board/jinlon/board.c b/board/jinlon/board.c
index a5617b017c..3bc5dbb771 100644
--- a/board/jinlon/board.c
+++ b/board/jinlon/board.c
@@ -281,7 +281,7 @@ const struct fan_conf fan_conf_1 = {
.flags = FAN_USE_RPM_MODE,
.ch = MFT_CH_1, /* Use MFT id to control fan */
.pgood_gpio = -1,
- .enable_gpio = -1,
+ .enable_gpio = GPIO_EN_PP5000_FAN2,
};
/* Default */
diff --git a/board/jinlon/gpio.inc b/board/jinlon/gpio.inc
index 99661cae46..7170f3dc01 100644
--- a/board/jinlon/gpio.inc
+++ b/board/jinlon/gpio.inc
@@ -89,6 +89,7 @@ GPIO(PWR_LED_WHITE_L, PIN(6, 0), GPIO_OUT_HIGH)
GPIO(EC_KB_BL_EN, PIN(8, 6), GPIO_OUT_LOW) /* Keyboard backlight */
GPIO(EDP_BKLTEN_OD, PIN(D, 3), GPIO_ODR_HIGH) /* Display backlight */
GPIO(EN_PP5000_FAN, PIN(6, 1), GPIO_OUT_LOW)
+GPIO(EN_PP5000_FAN2, PIN(8, 3), GPIO_OUT_LOW)
GPIO(EN_MST, PIN(9, 6), GPIO_OUT_LOW)