drivers: mmc: rockchip: rk3568: config rx clock no inverter for hs200

Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Change-Id: I426a5c3ee0899fbd54711e13550310f77f8abd3e
This commit is contained in:
Yifeng Zhao 2020-11-11 18:54:40 +08:00 committed by Jianhong Chen
parent b48cb5c290
commit 8d74d6b7d3
1 changed files with 2 additions and 1 deletions

View File

@ -335,7 +335,8 @@ static int rk3568_sdhci_emmc_set_clock(struct sdhci_host *host, unsigned int clo
timeout--;
}
extra = DWCMSHC_EMMC_DLL_DLYENA;
extra = DWCMSHC_EMMC_DLL_DLYENA |
DLL_RXCLK_NO_INVERTER << DWCMSHC_EMMC_DLL_RXCLK_SRCSEL;
sdhci_writel(host, extra, DWCMSHC_EMMC_DLL_RXCLK);
extra = DWCMSHC_EMMC_DLL_DLYENA |