summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRakesh Bodla <rbodla@nvidia.com>2014-05-27 12:12:18 +0530
committerMrutyunjay Sawant <msawant@nvidia.com>2014-06-04 00:35:55 -0700
commit98285c12dacb37b0204642f523a72247071b020b (patch)
treee16db8d198e8ffe60e298ad13ec010639eb2e233 /include/linux
parent6126e9888ea116b19f256a46bda41be3bf6f6b54 (diff)
extcon: palmas: make aca detection platform dependent
Make ACA detection platform dependent. Also unset the mutually explosive property. Bug 200004368 Change-Id: I2bdd1008dc96debb29542cef0f6b7d4b801c6cd4 Signed-off-by: Rakesh Bodla <rbodla@nvidia.com> Reviewed-on: http://git-master/r/415127 (cherry picked from commit aa55d35202b5895068bdf8eace842102bf134dab) Reviewed-on: http://git-master/r/417467 Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mfd/palmas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/palmas.h b/include/linux/mfd/palmas.h
index b12a71388653..f203c51837e9 100644
--- a/include/linux/mfd/palmas.h
+++ b/include/linux/mfd/palmas.h
@@ -766,6 +766,7 @@ struct palmas_usb {
int wakeup;
bool enable_vbus_detection;
bool enable_id_detection;
+ bool enable_aca_detection;
struct delayed_work cable_update_wq;
int cable_debounce_time;
int cur_cable_index;