diff options
author | Ryan QIAN <b32804@freescale.com> | 2012-01-31 11:01:52 +0800 |
---|---|---|
committer | Ryan QIAN <b32804@freescale.com> | 2012-02-06 13:05:25 +0800 |
commit | 17b260c58639af59b9d18fceb59d58c71188a980 (patch) | |
tree | 562fb287d047eabee4c39f2239b4abb7150e2494 /include | |
parent | e0522dae7f84b7636c6719d67da24a1bca5acc74 (diff) |
ENGR00173288-02 merge "[MX6Q]add SDHC3.0 support on uSDHC controller"
ENGR152547-03 [MX6Q]add SDHC3.0 support on uSDHC controller
add voltage switch function due to SDHC3.0 spec requirement
add tuning function due to SDHC3.0 spec requirement
extend some functions to support SDR50 & SDR104 speed mode
- adjust the sequence of current_limit and bus_speed_mode
- add FSL specific tuning procedure
Signed-off-by: Ryan QIAN <b32804@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mmc/sd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mmc/sd.h b/include/linux/mmc/sd.h index ae7cf9519b21..e4c46fdd3015 100644 --- a/include/linux/mmc/sd.h +++ b/include/linux/mmc/sd.h @@ -91,7 +91,4 @@ #define SD_SWITCH_ACCESS_DEF 0 #define SD_SWITCH_ACCESS_HS 1 -#define SD_VOLTAGE_SWITCH 11 -#define SD_TUNING_CMD 19 - #endif |