]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
power: Add support for LTC3676 PMIC
authorTim Harvey <tharvey@gateworks.com>
Wed, 23 Apr 2014 04:53:58 +0000 (21:53 -0700)
committerStefano Babic <sbabic@denx.de>
Fri, 9 May 2014 12:38:23 +0000 (14:38 +0200)
commit5e2f01772a87ddd8592d5a53de85261b62faa7fb
tree2332f55367598e3067c7f9a4451c40c2c4b9c366
parent17449272a01f2c23b890090ef7ebf720ec9cea32
power: Add support for LTC3676 PMIC

The LTC3676 PMIC includes four DC/DC converters, and three 300mA
LDO Regulators (two Adjustable). The DC/DC converters are adjustable based
on a resistor devider (board-specific).

This adds support for the LTC3676 by creating a namespace unique init function
that uses the PMIC API to allocate a pmic and defines the registers.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Acked-by: Stefano Babic <sbabic@denx.de>
drivers/power/pmic/Makefile
drivers/power/pmic/pmic_ltc3676.c [new file with mode: 0644]
include/power/ltc3676_pmic.h [new file with mode: 0644]