mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
mmc: sdhci-of-dwcmshc: Set default tx delay to 16
According to the new test result, set tx delay to 16 by default. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Change-Id: I8e0bacfbf14f8c5db60a4d56a624d63c49e23051
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
#define DWCMSHC_EMMC_DLL_START_POINT 16
|
||||
#define DWCMSHC_EMMC_DLL_INC 8
|
||||
#define DWCMSHC_EMMC_DLL_DLYENA BIT(27)
|
||||
#define DLL_TXCLK_TAPNUM_DEFAULT 0x8
|
||||
#define DLL_TXCLK_TAPNUM_DEFAULT 0x16
|
||||
#define DLL_STRBIN_TAPNUM_DEFAULT 0x8
|
||||
#define DLL_TXCLK_TAPNUM_FROM_SW BIT(24)
|
||||
#define DLL_STRBIN_TAPNUM_FROM_SW BIT(24)
|
||||
|
||||
Reference in New Issue
Block a user