summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/dooly/board.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/dooly/board.c b/board/dooly/board.c
index 06a8a665db..83100669eb 100644
--- a/board/dooly/board.c
+++ b/board/dooly/board.c
@@ -414,12 +414,12 @@ static const struct {
int current;
} bj_power[] = {
{ /* 0 - 65W (also default) */
- .voltage = 19000,
- .current = 3420
+ .voltage = 19500,
+ .current = 3200
},
{ /* 1 - 90W */
- .voltage = 19000,
- .current = 4740
+ .voltage = 19500,
+ .current = 4600
},
};