Other Parts Discussed in Thread: BQ27541-G1, BQ27541
Hi everybody,
i need to use bq27541-G1 Fuel gauge with my android custom board. So i'm using a kernel 3.2, i've got this driver inside : bq27X00_battery.c
But i've found some driver specific for bq27541 when i searched with google in github. Like this :
https://android.googlesource.com/kernel/tegra/+/6bd10ce1cc0ca433d12e0adf6e0c913066f1a8b6/drivers/power/bq27541_battery.c
So can i use the bq27X00_battery.c with my fuel gauge or i need to add additional things? Is it usable, i've seen more register config in bq27541_battery.c, if i compare both drivers.
In another post :
http://e2e.ti.com/support/embedded/linux/f/354/t/318893.aspx
it's asking about this driver and someone is saying there some register different mapping.
Is someone have a complete answer about this? This is my first time with fuel gauge.
Thank you