summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2013-09-17 09:50:45 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-09-18 08:48:07 +0200
commitdde9161963c8dfd32bea9eac5749c0ec6ca3ee5c (patch)
tree75320cf650a37e503e4fb0bbf18706e4a6927aed /arch/arm/mach-at91
parentc6c3afb3ebd37ab36926f660c081f3d5ee16ff81 (diff)
downloadbarebox-dde9161963c8dfd32bea9eac5749c0ec6ca3ee5c.tar.gz
barebox-dde9161963c8dfd32bea9eac5749c0ec6ca3ee5c.tar.xz
atmel_mci: add devname pdata support
so we can specify the devname in the board Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/include/mach/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/include/mach/board.h b/arch/arm/mach-at91/include/mach/board.h
index d695020b74..aa0fdae141 100644
--- a/arch/arm/mach-at91/include/mach/board.h
+++ b/arch/arm/mach-at91/include/mach/board.h
@@ -150,6 +150,7 @@ struct atmel_mci_platform_data {
unsigned bus_width;
int detect_pin;
int wp_pin;
+ char *devname;
};
void at91_add_device_mci(short mmc_id, struct atmel_mci_platform_data *data);