mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
power: rk818-battery: fix 4250mv charge voltage missing
Update according to latest datasheet. Change-Id: I980e3b9705c8e1ccce5d0fba9b1b40cbf1681abe Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
@@ -150,7 +150,7 @@ static const u16 feedback_temp_array[] = {
|
||||
};
|
||||
|
||||
static const u16 chrg_vol_sel_array[] = {
|
||||
4050, 4100, 4150, 4200, 4300, 4350
|
||||
4050, 4100, 4150, 4200, 4250, 4300, 4350
|
||||
};
|
||||
|
||||
static const u16 chrg_cur_sel_array[] = {
|
||||
|
||||
Reference in New Issue
Block a user