Other Parts Discussed in Thread: BQSTUDIO, BQ27426, EV2400, BQ27000
Hello Gauge team,
one of my customer is referencing a driver code of below link while he's developing a battery module w/ bq27z746. would you help answer to questions below?
[ shared TI battery driver for bq27z746 IC.
/bq27xxx_battery.c : https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/power/supply/bq27xxx_battery.c?h=v6.1.11
bq27xxx_battery_i2c.c : https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/power/supply/bq27xxx_battery_i2c.c?h=v6.1.11
Q1. There are many chips data in above driver but no data is available for bq27z746 chip . So which chip data we should take as reference ?
Q2. What is the value of unseal_key for bq27z746 chip.
Q3. For bq27z746_dm_regs, we added default data as below .
static struct bq27xxx_dm_reg bq27z746_dm_regs[] = { [BQ27XXX_DM_DESIGN_CAPACITY] = { 82, 12, 2, 0, 32767 }, [BQ27XXX_DM_DESIGN_ENERGY] = { 82, 14, 2, 0, 32767 }, [BQ27XXX_DM_TERMINATE_VOLTAGE] = { 82, 18, 2, 2800, 3700 }, }; |
Please check and share updated bq27z746_dm_regs data if required. ]