diff options
| -rw-r--r-- | drivers/mmc/host/sdhci-msm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c index dbcada1583bb..247650e96b6f 100644 --- a/drivers/mmc/host/sdhci-msm.c +++ b/drivers/mmc/host/sdhci-msm.c @@ -2681,7 +2681,7 @@ static void sdhci_msm_set_uhs_signaling(struct sdhci_host *host, } -#define MAX_TEST_BUS 20 +#define MAX_TEST_BUS 60 void sdhci_msm_dump_vendor_regs(struct sdhci_host *host) { @@ -2716,7 +2716,7 @@ void sdhci_msm_dump_vendor_regs(struct sdhci_host *host) * to select test bus 14, write 0x1E to CORE_TESTBUS_CONFIG register * i.e., tbsel2[7:4] = 0001, tbsel[2:0] = 110. */ - for (tbsel2 = 0; tbsel2 < 3; tbsel2++) { + for (tbsel2 = 0; tbsel2 < 7; tbsel2++) { for (tbsel = 0; tbsel < 8; tbsel++) { if (index >= MAX_TEST_BUS) break; |
