You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
mfd: Add LP87565 PMIC support
The LP87565 chip is a power management IC for Portable Navigation Systems
and Tablet Computing devices. It contains the following components:
- Configurable Bucks(Single and multi-phase).
- Configurable General Purpose Output Signals (GPO).
The LP87565-Q1 variant device uses two 2-phase outputs configuration,
Buck0 is master for Buck0/1 output and Buck2 is master for Buck2/3
output.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
@@ -1351,6 +1351,20 @@ config MFD_TI_LP873X
|
||||
This driver can also be built as a module. If so, the module
|
||||
will be called lp873x.
|
||||
|
||||
config MFD_TI_LP87565
|
||||
tristate "TI LP87565 Power Management IC"
|
||||
depends on I2C && OF
|
||||
select MFD_CORE
|
||||
select REGMAP_I2C
|
||||
help
|
||||
If you say yes here then you get support for the LP87565 series of
|
||||
Power Management Integrated Circuits (PMIC).
|
||||
These include voltage regulators, thermal protection, configurable
|
||||
General Purpose Outputs (GPO) that are used in portable devices.
|
||||
|
||||
This driver can also be built as a module. If so, the module
|
||||
will be called lp87565.
|
||||
|
||||
config MFD_TPS65218
|
||||
tristate "TI TPS65218 Power Management chips"
|
||||
depends on I2C
|
||||
|
||||
Reference in New Issue
Block a user