summaryrefslogtreecommitdiff
path: root/board/todor/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/todor/board.c')
-rw-r--r--board/todor/board.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/board/todor/board.c b/board/todor/board.c
index c2a0bfae97..ef0bbaf0a2 100644
--- a/board/todor/board.c
+++ b/board/todor/board.c
@@ -48,9 +48,7 @@ union volteer_cbi_fw_config fw_config_defaults = {
static void board_init(void)
{
- /* Illuminate motherboard and daughter board LEDs equally to start. */
- pwm_enable(PWM_CH_LED4_SIDESEL, 1);
- pwm_set_duty(PWM_CH_LED4_SIDESEL, 50);
+
}
DECLARE_HOOK(HOOK_INIT, board_init, HOOK_PRIO_DEFAULT);
@@ -153,14 +151,6 @@ const struct pwm_t pwm_channels[] = {
.flags = PWM_CONFIG_ACTIVE_LOW | PWM_CONFIG_DSLEEP,
.freq = 2400,
},
- [PWM_CH_LED4_SIDESEL] = {
- .channel = 7,
- .flags = PWM_CONFIG_ACTIVE_LOW | PWM_CONFIG_DSLEEP,
- /* Run at a higher frequency than the color PWM signals to avoid
- * timing-based color shifts.
- */
- .freq = 4800,
- },
[PWM_CH_KBLIGHT] = {
.channel = 3,
.flags = 0,