power: bq24735-charger: add 'ti,external-control' option

Implement an 'ti,external-control' option for when the charger
shouldn't be configured by the host.

Signed-off-by: Jonathan Tinkham <sctincman@gmail.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
This commit is contained in:
Jonathan Tinkham
2016-02-02 23:03:45 -07:00
committed by Sebastian Reichel
parent a60da83fd8
commit 64024ac7bb
2 changed files with 13 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ struct bq24735_platform {
int status_gpio_active_low;
bool status_gpio_valid;
bool ext_control;
char **supplied_to;
size_t num_supplicants;
};