diff --git a/board/ryu/board.c b/board/ryu/board.c index 9d35c7bb10..c7048e777a 100644 --- a/board/ryu/board.c +++ b/board/ryu/board.c @@ -162,7 +162,7 @@ int extpower_is_present(void) /* Battery temperature ranges in degrees C */ static const struct battery_info info = { /* Design voltage */ - .voltage_max = 4400, + .voltage_max = 4350, .voltage_normal = 3800, .voltage_min = 2800, /* Pre-charge current: I <= 0.01C */