summaryrefslogtreecommitdiff
path: root/board/kodama/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kodama/board.c')
-rw-r--r--board/kodama/board.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/kodama/board.c b/board/kodama/board.c
index 7a221ace3d..bf6ec7dd84 100644
--- a/board/kodama/board.c
+++ b/board/kodama/board.c
@@ -10,6 +10,7 @@
#include "charge_ramp.h"
#include "charge_state.h"
#include "charger.h"
+#include "charger_mt6370.h"
#include "chipset.h"
#include "common.h"
#include "console.h"
@@ -97,6 +98,11 @@ const struct tcpc_config_t tcpc_config[CONFIG_USB_PD_PORT_MAX_COUNT] = {
},
};
+struct mt6370_thermal_bound thermal_bound = {
+ .target = 75,
+ .err = 4,
+};
+
static void board_hpd_status(int port, int hpd_lvl, int hpd_irq)
{
/*