Skip to content

Commit 429a5b4

Browse files
Dong Aishengcjb
authored andcommitted
mmc: sdhci-esdhc-imx: add eMMC HS200 mode support
Add support for eMMC 4.5 cards to work on hs200 mode. Signed-off-by: Dong Aisheng <[email protected]> Acked-by: Shawn Guo <[email protected]> Signed-off-by: Chris Ball <[email protected]>
1 parent 83cc16d commit 429a5b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/mmc/host/sdhci-esdhc-imx.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,7 @@ static int esdhc_change_pinstate(struct sdhci_host *host,
825825
pinctrl = imx_data->pins_100mhz;
826826
break;
827827
case MMC_TIMING_UHS_SDR104:
828+
case MMC_TIMING_MMC_HS200:
828829
pinctrl = imx_data->pins_200mhz;
829830
break;
830831
default:
@@ -852,6 +853,7 @@ static int esdhc_set_uhs_signaling(struct sdhci_host *host, unsigned int uhs)
852853
imx_data->uhs_mode = SDHCI_CTRL_UHS_SDR50;
853854
break;
854855
case MMC_TIMING_UHS_SDR104:
856+
case MMC_TIMING_MMC_HS200:
855857
imx_data->uhs_mode = SDHCI_CTRL_UHS_SDR104;
856858
break;
857859
case MMC_TIMING_UHS_DDR50:

0 commit comments

Comments
 (0)