diff options
| author | Evan Wilson <evan@oliodevices.com> | 2015-03-17 05:11:43 -0700 |
|---|---|---|
| committer | Evan Wilson <evan@oliodevices.com> | 2015-03-17 05:11:43 -0700 |
| commit | a734d0a9d2b31af6e583b74153081d058abe0e8c (patch) | |
| tree | 617aef6b0dec6bd25cd813b8e125cf72605bf321 /drivers/power/bq27x00_battery.c | |
| parent | 1536e6d1d594fea44e4e6a487fbda4716bc0d98a (diff) | |
| download | olio-linux-3.10-a734d0a9d2b31af6e583b74153081d058abe0e8c.tar.xz olio-linux-3.10-a734d0a9d2b31af6e583b74153081d058abe0e8c.zip | |
Updating the fuel gauge configuration parameters
Change-Id: Iddd0fc78e09b51ad23f4b6f95df2779039b2b9b2
Diffstat (limited to 'drivers/power/bq27x00_battery.c')
| -rw-r--r-- | drivers/power/bq27x00_battery.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/power/bq27x00_battery.c b/drivers/power/bq27x00_battery.c index 98fa8abcae7..7bed61e6229 100644 --- a/drivers/power/bq27x00_battery.c +++ b/drivers/power/bq27x00_battery.c @@ -391,12 +391,12 @@ static __initdata enum power_supply_property bq276xx_battery_props[] = { * Customize these values and, if necessary, add more based on system needs. */ static struct dm_reg bq274xx_dm_regs[] = { - {82, 0, 2, 1000}, /* Qmax */ + {82, 0, 2, 16384}, /* Qmax */ {82, 5, 1, 0x81}, /* Load Select */ - {82, 10, 2, 1340}, /* Design Capacity */ - {82, 12, 2, 3700}, /* Design Energy */ - {82, 16, 2, 3250}, /* Terminate Voltage */ - {82, 27, 2, 110}, /* Taper rate */ + {82, 10, 2, 300}, /* Design Capacity */ + {82, 12, 2, 1140}, /* Design Energy */ + {82, 16, 2, 3090}, /* Terminate Voltage */ + {82, 27, 2, 40}, /* Taper rate */ }; static struct dm_reg bq276xx_dm_regs[] = { |