summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjianlonghuang <jianlong.huang@starfivetech.com>2022-03-07 04:21:25 +0300
committerjianlonghuang <jianlong.huang@starfivetech.com>2022-03-07 04:21:25 +0300
commit55da63229f17b5640c7813640c5131d17a77960d (patch)
treecb59d24ea9dbbd0fe757ddf06589ab23ae72da1c
parentef571fcead40632331f5441836e27161cb776a17 (diff)
downloadu-boot-55da63229f17b5640c7813640c5131d17a77960d.tar.xz
resoved issue #636 sd compatibility
Signed-off-by: jianlonghuang <jianlong.huang@starfivetech.com>
-rw-r--r--board/starfive/jh7100/jh7100.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/starfive/jh7100/jh7100.c b/board/starfive/jh7100/jh7100.c
index 84a6078cdb..bf59cc32dc 100644
--- a/board/starfive/jh7100/jh7100.c
+++ b/board/starfive/jh7100/jh7100.c
@@ -681,7 +681,7 @@ INIT_FUNC_DEF(sdio0)
*the value of v is 0~31 which means
*the delay_shift(sel) = 0.16 * sel (ns)
*/
- _SET_SYSCON_REG_register50_SCFG_sdio0_cclk_dlychain_sel(12);
+ _SET_SYSCON_REG_register50_SCFG_sdio0_cclk_dlychain_sel(0);
_SET_SYSCON_REG_register58_SCFG_funcshare_pad_ctrl_26(0x00c000c0);
@@ -1532,4 +1532,4 @@ int board_init(void)
enable_caches();
return ret;
-} \ No newline at end of file
+}