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:
parent
b48cb5c290
commit
8d74d6b7d3
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Reference in New Issue