Skip to content

Commit 83c4711

Browse files
Yu-AnChromeos LUCI
authored andcommitted
nova: Remove EN_PP5000_FAN
Remove EN_PP5000_FAN Move GPIO61 to UNUSED pin BUG=b:328711879 TEST=make BOARD=nova Change-Id: I93bcdfd5a45fd4a8a542badc00cb6b08a53b1afa Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/5486859 Tested-by: Yu-An Chen <[email protected]> Reviewed-by: Bruce Goodwin <[email protected]> Auto-Submit: Yu-An Chen <[email protected]> Commit-Queue: Yu-An Chen <[email protected]> Code-Coverage: Zoss <[email protected]> Reviewed-by: caveh jalali <[email protected]>
1 parent ac103e4 commit 83c4711

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

board/nova/fans.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ static const struct fan_conf fan_conf_0 = {
2727
.flags = FAN_USE_RPM_MODE,
2828
.ch = MFT_CH_0, /* Use MFT id to control fan */
2929
.pgood_gpio = -1,
30-
.enable_gpio = GPIO_EN_PP5000_FAN,
30+
.enable_gpio = -1,
3131
};
3232

3333
/*

board/nova/gpio.inc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ GPIO(CCD_MODE_ODL, PIN(E, 5), GPIO_INPUT)
4848
GPIO(EC_ENTERING_RW, PIN(0, 3), GPIO_OUT_LOW)
4949
GPIO(EC_GSC_PACKET_MODE, PIN(7, 5), GPIO_OUT_LOW)
5050

51-
/* Fan */
52-
GPIO(EN_PP5000_FAN, PIN(6, 1), GPIO_OUT_HIGH)
53-
5451
/* ADC, need to check the usage */
5552
GPIO(ANALOG_PPVAR_PWR_IN_IMON_EC, PIN(4, 2), GPIO_INPUT)
5653

@@ -168,3 +165,4 @@ UNUSED(PIN(8, 3)) /* GPIO83 */
168165
UNUSED(PIN(F, 5)) /* GPIOF5 */
169166
UNUSED(PIN(A, 0)) /* GPIOA0 */
170167
UNUSED(PIN(8, 2)) /* GPIO82 */
168+
UNUSED(PIN(6, 1)) /* GPIO61 */

0 commit comments

Comments
 (0)