diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2012-05-23 11:05:33 +0200 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-07-21 00:02:19 -0400 |
commit | d7d8d500bc03891c4a86da49858c46e2db256581 (patch) | |
tree | f10e2a094133566592aed2368d741a905e74270f /include/linux/mmc | |
parent | 02cb3221d5bb351ad9f7469453dcca7594a0fabf (diff) | |
download | op-kernel-dev-d7d8d500bc03891c4a86da49858c46e2db256581.zip op-kernel-dev-d7d8d500bc03891c4a86da49858c46e2db256581.tar.gz |
mmc: sh_mobile_sdhi: support caps2 flags
Let SDHI platforms specify mmc_host::caps2 flags in their platform data.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/sh_mobile_sdhi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/sh_mobile_sdhi.h b/include/linux/mmc/sh_mobile_sdhi.h index e94e620..b65679f 100644 --- a/include/linux/mmc/sh_mobile_sdhi.h +++ b/include/linux/mmc/sh_mobile_sdhi.h @@ -23,6 +23,7 @@ struct sh_mobile_sdhi_info { int dma_slave_rx; unsigned long tmio_flags; unsigned long tmio_caps; + unsigned long tmio_caps2; u32 tmio_ocr_mask; /* available MMC voltages */ unsigned int cd_gpio; struct tmio_mmc_data *pdata; |