]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: Add LP87565 PMIC support
authorKeerthy <j-keerthy@ti.com>
Tue, 13 Jun 2017 04:58:40 +0000 (10:28 +0530)
committerLee Jones <lee.jones@linaro.org>
Thu, 6 Jul 2017 07:29:13 +0000 (08:29 +0100)
commit1e3496000c11ec1ec56cf664b6a01d66de423507
tree01a2d51fe2cefc0e347b87df073956cb6f9474e6
parentf58b14e6632a07ea1eb89aedb5e27cc55d251826
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>
Documentation/devicetree/bindings/mfd/lp87565.txt [new file with mode: 0644]
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/lp87565.c [new file with mode: 0644]
include/linux/mfd/lp87565.h [new file with mode: 0644]