aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/mach/mmc.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-03-23 18:23:47 -0700
committerTony Lindgren <tony@atomide.com>2009-03-23 18:51:22 -0700
commit01971f65ff88e3ebe2b6ae42b95d68e26b83718d (patch)
treef56acfdf414de33b48d487669e438f0b6568a516 /arch/arm/plat-omap/include/mach/mmc.h
parentARM: OMAP3: mmc-twl4030 voltage cleanup (diff)
downloadlinux-dev-01971f65ff88e3ebe2b6ae42b95d68e26b83718d.tar.xz
linux-dev-01971f65ff88e3ebe2b6ae42b95d68e26b83718d.zip
ARM: OMAP3: mmc-twl4030 init passes device nodes back, v2
When setting up HSMMC devices, pass the device nodes back so board code can linking them to their power supply regulators. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/mach/mmc.h')
-rw-r--r--arch/arm/plat-omap/include/mach/mmc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/mach/mmc.h b/arch/arm/plat-omap/include/mach/mmc.h
index 73a9e15031b1..4435bd434e17 100644
--- a/arch/arm/plat-omap/include/mach/mmc.h
+++ b/arch/arm/plat-omap/include/mach/mmc.h
@@ -37,6 +37,8 @@
#define OMAP_MMC_MAX_SLOTS 2
struct omap_mmc_platform_data {
+ /* back-link to device */
+ struct device *dev;
/* number of slots per controller */
unsigned nr_slots:2;