mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
ddr: imx: Handle both 3733 and 3732 MTps rates
The DDR calibration tool for i.MX8M currently produces 3732 MTps rate in lpddr4_timing.c , while the PHY code expects 3733 MTps rate. Support both variants to avoid surprises where the system fails to boot. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
352c402397
commit
6e0ca0658e
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ void ddrphy_init_set_dfi_clk(unsigned int drate)
|
|||
dram_disable_bypass();
|
||||
break;
|
||||
case 3733:
|
||||
case 3732:
|
||||
dram_pll_init(MHZ(933));
|
||||
dram_disable_bypass();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue