diff options
author | Vijay Hiremath <vijay.p.hiremath@intel.com> | 2016-11-13 21:45:42 -0800 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2016-11-14 20:00:09 -0800 |
commit | f61da528564b07334a39c84f65ba636019b33d17 (patch) | |
tree | ca6c984685d4d799499bb4dffd1b88c9c4887bba | |
parent | 3af2f5e0d48ebd1f3282a041c2bf4539d33a0ccd (diff) | |
download | chrome-ec-f61da528564b07334a39c84f65ba636019b33d17.tar.gz |
reef: Enable fast charging profile
Enable fast charging profile config (CONFIG_CHARGER_PROFILE_OVERRIDE)
so that the battery desired current & voltage can be selected for given
rated performance values.
BUG=chrome-os-partner:59779
BRANCH=none
TEST=Manually overrode the temperature and voltage. Observed correct
charge profile config is selected for each tests.
Change-Id: I080a3ace6d2f77bb6b97911b7705a44ec563258b
Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/410824
Commit-Ready: Vijay P Hiremath <vijay.p.hiremath@intel.com>
Tested-by: Vijay P Hiremath <vijay.p.hiremath@intel.com>
Reviewed-by: Shawn N <shawnn@chromium.org>
-rw-r--r-- | board/reef/board.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/reef/board.h b/board/reef/board.h index 066dd79bdc..96ee3a0d9c 100644 --- a/board/reef/board.h +++ b/board/reef/board.h @@ -63,6 +63,7 @@ #define CONFIG_CHARGER_LIMIT_POWER_THRESH_CHG_MW 15000 #define CONFIG_CHARGER_MIN_BAT_PCT_FOR_POWER_ON 1 #define CONFIG_USB_CHARGER +#define CONFIG_CHARGER_PROFILE_OVERRIDE #define CONFIG_CHARGE_MANAGER_EXTERNAL_POWER_LIMIT /* USB-A config */ |