summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/mmc-twl4030.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-03-24 02:23:47 +0100
committerTony Lindgren <tony@atomide.com>2009-03-24 02:51:22 +0100
commit01971f65ff88e3ebe2b6ae42b95d68e26b83718d (patch)
treef56acfdf414de33b48d487669e438f0b6568a516 /arch/arm/mach-omap2/mmc-twl4030.h
parentARM: OMAP3: mmc-twl4030 voltage cleanup (diff)
downloadlinux-01971f65ff88e3ebe2b6ae42b95d68e26b83718d.tar.xz
linux-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/mach-omap2/mmc-twl4030.h')
-rw-r--r--arch/arm/mach-omap2/mmc-twl4030.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/mmc-twl4030.h b/arch/arm/mach-omap2/mmc-twl4030.h
index 380dde7bcfe3..21d35727f921 100644
--- a/arch/arm/mach-omap2/mmc-twl4030.h
+++ b/arch/arm/mach-omap2/mmc-twl4030.h
@@ -13,6 +13,7 @@ struct twl4030_hsmmc_info {
bool ext_clock; /* use external pin for input clock */
int gpio_cd; /* or -EINVAL */
int gpio_wp; /* or -EINVAL */
+ struct device *dev; /* returned: pointer to mmc adapter */
};
#if defined(CONFIG_TWL4030_CORE) && \