summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwalker.chen <walker.chen@starfivetech.com>2022-03-07 12:32:41 +0300
committerwalker.chen <walker.chen@starfivetech.com>2022-03-07 12:32:41 +0300
commit909b33e2d1d9459390eb122181f8591039b6049b (patch)
treecb59d24ea9dbbd0fe757ddf06589ab23ae72da1c
parentef571fcead40632331f5441836e27161cb776a17 (diff)
parent55da63229f17b5640c7813640c5131d17a77960d (diff)
downloadu-boot-909b33e2d1d9459390eb122181f8591039b6049b.tar.xz
Merge branch 'CR-636-SD-jianlong' into 'JH7100_VisionFive_devel'SDK_v2.1.1
resoved issue #636 sd compatibility See merge request jh7100/u-boot!2
-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
+}