mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user