diff options
author | Zhang Jiejing <jiejing.zhang@freescale.com> | 2012-02-09 17:08:32 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:22:43 +0800 |
commit | 8f1bc5cc3c6c045b82fb358d0bf2b95edeaaaef3 (patch) | |
tree | ebd1408f308f94c3dc80a8c266fc2185fc57e45a /include | |
parent | fd031f924c6cb07bc50981858e408b7b6f3d5fc4 (diff) |
ENGR00174121-1 power: max8903 add support for dcm always high.
add this to support MX6Q_SABRESD board hardware design.
Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/power/max8903_charger.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/power/max8903_charger.h b/include/linux/power/max8903_charger.h index 24f51db8a83f..ea5b6267ed14 100644 --- a/include/linux/power/max8903_charger.h +++ b/include/linux/power/max8903_charger.h @@ -38,6 +38,10 @@ struct max8903_pdata { int dcm; /* Current-Limit Mode input (1: DC, 2: USB) */ int usus; /* USB Suspend Input (1: suspended) */ + /* DCM wired to Logic High + Set this true when DCM pin connect to Logic high.*/ + bool dcm_always_high; + /* * DC(Adapter/TA) is wired * When dc_valid is true, |