summaryrefslogtreecommitdiff
path: root/baseboard/volteer/baseboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/volteer/baseboard.c')
-rw-r--r--baseboard/volteer/baseboard.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/baseboard/volteer/baseboard.c b/baseboard/volteer/baseboard.c
index 4f2df794cc..57abe21bb3 100644
--- a/baseboard/volteer/baseboard.c
+++ b/baseboard/volteer/baseboard.c
@@ -655,10 +655,7 @@ __override void board_icl_tgl_all_sys_pwrgood(void)
static void baseboard_init(void)
{
- /* Illuminate motherboard and daughter board LEDs equally.
- * TODO(b/139554899): Illuminate only the LED next to the active
- * charging port.
- */
+ /* Illuminate motherboard and daughter board LEDs equally to start. */
pwm_enable(PWM_CH_LED4_SIDESEL, 1);
pwm_set_duty(PWM_CH_LED4_SIDESEL, 50);