diff --git a/chip/lm4/pwm.c b/chip/lm4/pwm.c index e27dbac831..a5b999c8c2 100644 --- a/chip/lm4/pwm.c +++ b/chip/lm4/pwm.c @@ -171,7 +171,7 @@ static int command_fan_info(int argc, char **argv) ccprintf(" enabled: %s\n", LM4_FAN_FANCTL & (1 << FAN_CH_CPU) ? "yes" : "no"); ccprintf(" powered: %s\n", - gpio_get_level(GPIO_ENABLE_VS) ? "yes" : "no"); + gpio_get_level(GPIO_PGOOD_5VALW) ? "yes" : "no"); return EC_SUCCESS; }