mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
power: rk818-battery: fix charge voltage table define error
Change-Id: Ica6f1a11846a93485847406fdcd914d76662eda4 Signed-off-by: chenjh <chenjh@rock-chips.com>
This commit is contained in:
parent
79ae01aa89
commit
cccd331ae7
|
|
@ -146,7 +146,7 @@ static const u16 feedback_temp_array[] = {
|
|||
};
|
||||
|
||||
static const u16 chrg_vol_sel_array[] = {
|
||||
4050, 4100, 4150, 4200, 4250, 4300, 4350
|
||||
4050, 4100, 4150, 4200, 4300, 4350
|
||||
};
|
||||
|
||||
static const u16 chrg_cur_sel_array[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user