mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
Merge "Fan power is on +5VALW, not VS."
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user