power: supply: add Qualcomm PMI8998 SMB2 Charger driver
Add a driver for the SMB2 charger block found in the Qualcomm PMI8998 and PM660. This driver is capable of utilising Qualcomm's Automatic Power Source Detection (APSD) BC1.2 implementation, as well as Automatic Input Current Limiting (AICL) to configure the maximum input current limit of DCP (wall) chargers. Quick Charge is not currently supported. Most devices using the smb2 charger have a secondary dedicated charger chip which is used in parallel to enable faster charger without overheating. However, not all do, as a result to ensure safety until these are supported, the maximum current is limited to ~1A via the FAST_CHARGE_CURRENT_CFG register. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org> Tested-by: Joel Selvaraj <joelselvaraj.oss@gmail.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
4a6598c49a
commit
8648aeb5d7
|
@ -934,4 +934,13 @@ config BATTERY_UG3105
|
|||
device is off or suspended, the functionality of this driver is
|
||||
limited to reporting capacity only.
|
||||
|
||||
config CHARGER_QCOM_SMB2
|
||||
tristate "Qualcomm PMI8998 PMIC charger driver"
|
||||
depends on MFD_SPMI_PMIC
|
||||
depends on IIO
|
||||
help
|
||||
Say Y here to enable the Qualcomm PMIC Charger driver. This
|
||||
adds support for the SMB2 switch mode battery charger found
|
||||
in PMI8998 and related PMICs.
|
||||
|
||||
endif # POWER_SUPPLY
|
||||
|
|
|
@ -109,3 +109,4 @@ obj-$(CONFIG_BATTERY_ACER_A500) += acer_a500_battery.o
|
|||
obj-$(CONFIG_BATTERY_SURFACE) += surface_battery.o
|
||||
obj-$(CONFIG_CHARGER_SURFACE) += surface_charger.o
|
||||
obj-$(CONFIG_BATTERY_UG3105) += ug3105_battery.o
|
||||
obj-$(CONFIG_CHARGER_QCOM_SMB2) += qcom_pmi8998_charger.o
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue