Commit 9b9ade6b authored by Yulia Vilensky's avatar Yulia Vilensky Committed by Anton Vorontsov

ds2782_battery: Add support for ds2786 battery gas gauge

Signed-off-by: default avatarYulia Vilensky <vilensky@compulab.co.il>
Signed-off-by: default avatarMike Rapoport <mike@compulab.co.il>
Signed-off-by: default avatarAnton Vorontsov <cbouatmailru@gmail.com>
parent 8ef1bb53
......@@ -65,10 +65,10 @@ config BATTERY_DS2760
Say Y here to enable support for batteries with ds2760 chip.
config BATTERY_DS2782
tristate "DS2782 standalone gas-gauge"
tristate "DS2782/DS2786 standalone gas-gauge"
depends on I2C
help
Say Y here to enable support for the DS2782 standalone battery
Say Y here to enable support for the DS2782/DS2786 standalone battery
gas-gauge.
config BATTERY_PMU
......
This diff is collapsed.
#ifndef __LINUX_DS2782_BATTERY_H
#define __LINUX_DS2782_BATTERY_H
struct ds278x_platform_data {
int rsns;
};
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment