]> git.karo-electronics.de Git - karo-tx-linux.git/commit
regulator: cpcap: Add basic regulator support
authorTony Lindgren <tony@atomide.com>
Thu, 2 Feb 2017 23:43:57 +0000 (15:43 -0800)
committerMark Brown <broonie@kernel.org>
Sat, 4 Feb 2017 11:45:54 +0000 (12:45 +0100)
commit0ad4c07edd413cb64abed217355d51af3649c5a3
tree5edcbd53242068f43c670ea836b60040158f03a6
parentd00b74613fb18dfd0a5aa99270ee2e72d5c808d7
regulator: cpcap: Add basic regulator support

Many Motorola phones like droid 4 are using a custom PMIC called CPCAP
or 6556002. This PMIC is used with several SoCs, I've noticed at least
omap3, omap4 and Tegra2 based Motorola phones and tablets using it.

Cc: devicetree@vger.kernel.org
Cc: Marcel Partap <mpartap@gmx.net>
Cc: Michael Scott <michael.scott@linaro.org>
Cc: Rob Herring <robh@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/regulator/cpcap-regulator.txt [new file with mode: 0644]
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/cpcap-regulator.c [new file with mode: 0644]