]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARMV7: Add support for the TWL6030 I2C power chip used in OMAP4 systems
authorSteve Sakoman <steve@sakoman.com>
Thu, 15 Jul 2010 19:53:42 +0000 (12:53 -0700)
committerSandeep Paulraj <s-paulraj@ti.com>
Thu, 5 Aug 2010 14:11:30 +0000 (10:11 -0400)
commit516799f6777caab2151ed276a3c198940962f06a
treeba93814e38f913d3c31acd878faba46efc78e7dd
parentd708395d2f83295fba9d9b18823ce17046793590
ARMV7: Add support for the TWL6030 I2C power chip used in OMAP4 systems

This patch add the basic infrastructure for the TWL6030 driver and enables
support in the two existing OMAP4 boards, Panda and OMAP4430 SDP

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
drivers/power/Makefile
drivers/power/twl6030.c [new file with mode: 0644]
include/configs/omap4_panda.h
include/configs/omap4_sdp4430.h
include/twl6030.h [new file with mode: 0644]