summaryrefslogtreecommitdiff
path: root/board/driblee/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/driblee/board.c')
-rw-r--r--board/driblee/board.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/driblee/board.c b/board/driblee/board.c
index 87b4b97be5..bcda27ac46 100644
--- a/board/driblee/board.c
+++ b/board/driblee/board.c
@@ -33,8 +33,6 @@
#include "lid_switch.h"
#include "power.h"
#include "power_button.h"
-#include "pwm.h"
-#include "pwm_chip.h"
#include "stdbool.h"
#include "switch.h"
#include "system.h"
@@ -424,16 +422,6 @@ const struct pi3usb9201_config_t pi3usb9201_bc12_chips[] = {
},
};
-/* PWM channels. Must be in the exactly same order as in enum pwm_channel. */
-const struct pwm_t pwm_channels[] = {
- [PWM_CH_KBLIGHT] = {
- .channel = 3,
- .flags = PWM_CONFIG_DSLEEP,
- .freq = 10000,
- },
-};
-BUILD_ASSERT(ARRAY_SIZE(pwm_channels) == PWM_CH_COUNT);
-
const struct tcpc_config_t tcpc_config[CONFIG_USB_PD_PORT_MAX_COUNT] = {
{
.bus_type = EC_BUS_TYPE_I2C,