Skip to content

Commit c7461f3

Browse files
author
Ulf Hansson
committed
mmc: Merge branch fixes into next
Merge the mmc fixes for v6.3-rc[n] into the next branch, to allow them to get tested together with the new mmc changes that are targeted for v6.4. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2 parents 0dd8316 + 2265098 commit c7461f3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/mmc/host/sdhci_am654.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,6 @@ static void sdhci_am654_write_b(struct sdhci_host *host, u8 val, int reg)
351351
*/
352352
case MMC_TIMING_SD_HS:
353353
case MMC_TIMING_MMC_HS:
354-
case MMC_TIMING_UHS_SDR12:
355-
case MMC_TIMING_UHS_SDR25:
356354
val &= ~SDHCI_CTRL_HISPD;
357355
}
358356
}

0 commit comments

Comments
 (0)