summaryrefslogtreecommitdiff
path: root/include/configs/omap4_panda.h
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-07-15 19:53:42 (GMT)
committerSandeep Paulraj <s-paulraj@ti.com>2010-08-05 14:11:30 (GMT)
commit516799f6777caab2151ed276a3c198940962f06a (patch)
treeba93814e38f913d3c31acd878faba46efc78e7dd /include/configs/omap4_panda.h
parentd708395d2f83295fba9d9b18823ce17046793590 (diff)
downloadu-boot-516799f6777caab2151ed276a3c198940962f06a.tar.xz
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>
Diffstat (limited to 'include/configs/omap4_panda.h')
-rw-r--r--include/configs/omap4_panda.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
index 0fb1ad3..4bec00b 100644
--- a/include/configs/omap4_panda.h
+++ b/include/configs/omap4_panda.h
@@ -103,6 +103,9 @@
#define CONFIG_DRIVER_OMAP34XX_I2C 1
#define CONFIG_I2C_MULTI_BUS 1
+/* TWL6030 */
+#define CONFIG_TWL6030_POWER 1
+
/* MMC */
#define CONFIG_MMC 1
#define CONFIG_OMAP3_MMC 1