Merge "smb138x-charger: Fix FCC and FV parameters"

This commit is contained in:
Linux Build Service Account 2016-10-31 13:04:26 -07:00 committed by Gerrit - the friendly Code Review server
commit ebe200df73

View file

@ -48,14 +48,14 @@ static struct smb_params v1_params = {
.name = "fast charge current",
.reg = FAST_CHARGE_CURRENT_CFG_REG,
.min_u = 0,
.max_u = 4500000,
.max_u = 6000000,
.step_u = 25000,
},
.fv = {
.name = "float voltage",
.reg = FLOAT_VOLTAGE_CFG_REG,
.min_u = 2500000,
.max_u = 5000000,
.min_u = 2450000,
.max_u = 4950000,
.step_u = 10000,
},
.usb_icl = {