mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
Driver: BD99955: Enable BC1.2 support
BUG=none
BRANCH=none
TEST=Manually tested on Amenia.
Connected Zinger, Type-C, DCP & CDP chargers. Device can negotiate
to desired current & voltage and the battery can charge.
USB2.0 sync device is detected by Kernel.
Change-Id: I58cb69289eef9a966e06bef8fe31d35beaec5e27
Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/341030
Commit-Ready: Vijay P Hiremath <vijay.p.hiremath@intel.com>
Tested-by: Vijay P Hiremath <vijay.p.hiremath@intel.com>
Tested-by: Kevin K Wong <kevin.k.wong@intel.com>
Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
f4e617e118
commit
313355302b
@@ -100,6 +100,6 @@ void charge_manager_save_log(int port);
|
||||
int board_set_active_charge_port(int charge_port);
|
||||
|
||||
/* Set the charge current limit. */
|
||||
void board_set_charge_limit(int charge_ma);
|
||||
void board_set_charge_limit(int port, int supplier, int charge_ma);
|
||||
|
||||
#endif /* __CROS_EC_CHARGE_MANAGER_H */
|
||||
|
||||
@@ -524,6 +524,7 @@
|
||||
#undef CONFIG_CMD_BATDEBUG
|
||||
#define CONFIG_CMD_BATTFAKE
|
||||
#define CONFIG_CMD_CHARGER
|
||||
#define CONFIG_CMD_CHARGE_SUPPLIER_INFO
|
||||
#undef CONFIG_CMD_CHGRAMP
|
||||
#undef CONFIG_CMD_CLOCKGATES
|
||||
#undef CONFIG_CMD_COMXTEST
|
||||
|
||||
Reference in New Issue
Block a user