mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
emmc: sdhci-of-dwcmshc: improve compatibility with HS400ES mode
This patch modify the strobe tap number for better compatibility with HS400ES mode. Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com> Change-Id: I7ceb37c448250170f2bf394381a43bd0e925ddfa
This commit is contained in:
@@ -51,11 +51,11 @@
|
||||
#define DLL_TXCLK_TAPNUM_FROM_SW BIT(24)
|
||||
#define DLL_TXCLK_NO_INVERTER BIT(29)
|
||||
|
||||
#define DLL_STRBIN_TAPNUM_DEFAULT 0x8
|
||||
#define DLL_STRBIN_TAPNUM_DEFAULT 0x4
|
||||
#define DLL_STRBIN_TAPNUM_FROM_SW BIT(24)
|
||||
#define DLL_STRBIN_DELAY_NUM_SEL BIT(26)
|
||||
#define DLL_STRBIN_DELAY_NUM_OFFSET 16
|
||||
#define DLL_STRBIN_DELAY_NUM_DEFAULT 0x16
|
||||
#define DLL_STRBIN_DELAY_NUM_DEFAULT 0x10
|
||||
|
||||
#define DLL_RXCLK_NO_INVERTER BIT(29)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user