mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
mmc: sdhci-of-dwcmshc: configure the TX DLL TAP value for HS400
According to the signal test results, it is recommended to configure the value of TX DLL TAP as 0x9 for HS400. Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com> Change-Id: I4f999020a2d1c1d415894fb58b63b55f700a1531
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
#define DWCMSHC_EMMC_DLL_DLYENA BIT(27)
|
||||
|
||||
#define DLL_TXCLK_TAPNUM_DEFAULT 0x10
|
||||
#define DLL_TXCLK_TAPNUM_90_DEGREES 0xA
|
||||
#define DLL_TXCLK_TAPNUM_90_DEGREES 0x9
|
||||
#define DLL_TXCLK_TAPNUM_FROM_SW BIT(24)
|
||||
#define DLL_TXCLK_NO_INVERTER BIT(29)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user