mmc: sdhci-of-dwcmshc: Fix wrong definition of DWCMSHC_EMMC_DLL_STATUS0

Acorrding to the latest TRM, the offset of DWCMSHC_EMMC_DLL_STATUS0
is 0x840. So fix it.

Change-Id: I85e4b04b0d68654c988df26f29f03cfe4301831b
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
Shawn Lin
2020-11-06 19:41:48 +08:00
committed by Tao Huang
parent ce75a5ff22
commit 7bee69666c

View File

@@ -31,7 +31,7 @@
#define DWCMSHC_EMMC_DLL_TXCLK 0x804
#define DWCMSHC_EMMC_DLL_RXCLK 0x808
#define DWCMSHC_EMMC_DLL_STRBIN 0x80c
#define DWCMSHC_EMMC_DLL_STATUS0 0x820
#define DWCMSHC_EMMC_DLL_STATUS0 0x840
#define DWCMSHC_EMMC_DLL_START BIT(0)
#define DWCMSHC_EMMC_DLL_RXCLK_SRCSEL 29
#define DWCMSHC_EMMC_DLL_START_POINT 16