diff options
| -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[] = { |