Skip to content

Commit a28352c

Browse files
shawn1221storulf
authored andcommitted
mmc: sdhci-of-dwcmshc: Change DLL_STRBIN_TAPNUM_DEFAULT to 0x4
strbin signal delay under 0x8 configuration is not stable after massive test. The recommandation of it should be 0x4. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Tested-by: Alexey Charkov <alchark@gmail.com> Tested-by: Hugh Cole-Baker <sigmaris@gmail.com> Fixes: 08f3dff ("mmc: sdhci-of-dwcmshc: add rockchip platform support") Cc: stable@vger.kernel.org Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent a7b17ec commit a28352c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mmc/host/sdhci-of-dwcmshc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
#define DLL_TXCLK_TAPNUM_DEFAULT 0x10
9595
#define DLL_TXCLK_TAPNUM_90_DEGREES 0xA
9696
#define DLL_TXCLK_TAPNUM_FROM_SW BIT(24)
97-
#define DLL_STRBIN_TAPNUM_DEFAULT 0x8
97+
#define DLL_STRBIN_TAPNUM_DEFAULT 0x4
9898
#define DLL_STRBIN_TAPNUM_FROM_SW BIT(24)
9999
#define DLL_STRBIN_DELAY_NUM_SEL BIT(26)
100100
#define DLL_STRBIN_DELAY_NUM_OFFSET 16

0 commit comments

Comments
 (0)