mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-15 19:51:37 +00:00
Merge branch 'CR-636-SD-jianlong' into 'JH7100_VisionFive_devel'
resoved issue #636 sd compatibility See merge request jh7100/u-boot!2
This commit is contained in:
commit
909b33e2d1
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue