summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/esdhc.h
diff options
context:
space:
mode:
authorMarkus Niebel <Markus.Niebel@tqs.de>2014-01-14 09:23:36 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-01-15 15:22:56 +0100
commitfa5bdb30ee38f815a979182bc6efa5e0791dadc6 (patch)
tree4bcbcb0a05987a16c5bd39645ef14288359714b1 /arch/arm/mach-imx/include/mach/esdhc.h
parentf11668fee725f59ab13e40f58f46ab7e65205457 (diff)
downloadbarebox-fa5bdb30ee38f815a979182bc6efa5e0791dadc6.tar.gz
barebox-fa5bdb30ee38f815a979182bc6efa5e0791dadc6.tar.xz
mci: imx-esdhc: add DSR support
having DSR support in mci-core we need a way to forward the DSR value to the driver. Add it to platform data for imx-esdhc TODO: implement the same for other host controller drivers Signed-off-by: Markus Niebel <Markus.Niebel@tqs.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/include/mach/esdhc.h')
-rw-r--r--arch/arm/mach-imx/include/mach/esdhc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/include/mach/esdhc.h b/arch/arm/mach-imx/include/mach/esdhc.h
index add1691c4b..fb7380a182 100644
--- a/arch/arm/mach-imx/include/mach/esdhc.h
+++ b/arch/arm/mach-imx/include/mach/esdhc.h
@@ -42,5 +42,7 @@ struct esdhc_platform_data {
enum cd_types cd_type;
unsigned caps;
char *devname;
+ unsigned dsr_val;
+ int use_dsr;
};
#endif /* __ASM_ARCH_IMX_ESDHC_H */