ec: add desired_charging_current to struct battery_info |
|
Issue descriptionFor the implementation of some fuel gauge drivers, the fuel gauge needs to tell the charger what the desired charging current/voltage is. We can #define these parameters is board.h per board, but a better solution is to include these parameters in struct battery_info. So the driver can get the numbers from battery.c per board. |
|
►
Sign in to add a comment |
|