summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/include/mach/omap4_twl6030_mmc.h
diff options
context:
space:
mode:
authorAlexander Aring <a.aring@phytec.de>2011-12-21 08:50:30 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-12-21 12:48:08 +0100
commit659f150e90d8bfcf8aa4c51bd3ab552f42e288f0 (patch)
tree20f239795617794eaca566b321825d0b7da36283 /arch/arm/mach-omap/include/mach/omap4_twl6030_mmc.h
parent8658e6a9528c7e65bf7a3732d815f662c9c8ed11 (diff)
downloadbarebox-659f150e90d8bfcf8aa4c51bd3ab552f42e288f0.tar.gz
barebox-659f150e90d8bfcf8aa4c51bd3ab552f42e288f0.tar.xz
omap_hsmmc: setup mmc voltage on twl6030
Support the setup of the mmc voltage, when booting OMAP4 with twl6030 from nand. Signed-off-by: Alexander Aring <a.aring@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-omap/include/mach/omap4_twl6030_mmc.h')
-rw-r--r--arch/arm/mach-omap/include/mach/omap4_twl6030_mmc.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-omap/include/mach/omap4_twl6030_mmc.h b/arch/arm/mach-omap/include/mach/omap4_twl6030_mmc.h
new file mode 100644
index 0000000000..e5e2d9c229
--- /dev/null
+++ b/arch/arm/mach-omap/include/mach/omap4_twl6030_mmc.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (C) 2011 Alexander Aring <a.aring@phytec.de>
+ */
+
+#ifndef __OMAP4_TWL6030_MMC_H__
+#define __OMAP4_TWL6030_MMC_H__
+
+/*
+ * Sets up voltage for mmc slot.
+ */
+void set_up_mmc_voltage_omap4(void);
+
+/* __OMAP4_TWL6030_MMC_H__ */
+#endif