Skip to content

Commit

Permalink
Merge pull request #31 from lorc/mmc-revert
Browse files Browse the repository at this point in the history
Revert "HACK: disable UHS mode on all MMC controlers"
  • Loading branch information
andr2000 authored Jan 9, 2018
2 parents 7e572b0 + 4326645 commit f9c8635
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/linux/mmc/host.h
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,9 @@ static inline int mmc_boot_partition_access(struct mmc_host *host)
static inline int mmc_host_uhs(struct mmc_host *host)
{
return host->caps &
0;
(MMC_CAP_UHS_SDR12 | MMC_CAP_UHS_SDR25 |
MMC_CAP_UHS_SDR50 | MMC_CAP_UHS_SDR104 |
MMC_CAP_UHS_DDR50);
}

static inline int mmc_host_packed_wr(struct mmc_host *host)
Expand Down

0 comments on commit f9c8635

Please sign in to comment.