summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/moli/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/moli/board.h b/board/moli/board.h
index f43e230d31..7314cc9169 100644
--- a/board/moli/board.h
+++ b/board/moli/board.h
@@ -194,10 +194,10 @@ enum mft_channel {
* firmware config fields
*/
/*
- * Barrel-jack power (4 bits).
+ * Barrel-jack power (2 bits).
*/
#define EC_CFG_BJ_POWER_L 0
-#define EC_CFG_BJ_POWER_H 3
+#define EC_CFG_BJ_POWER_H 1
#define EC_CFG_BJ_POWER_MASK GENMASK(EC_CFG_BJ_POWER_H, EC_CFG_BJ_POWER_L)
extern void adp_connect_interrupt(enum gpio_signal signal);