summaryrefslogtreecommitdiff
path: root/drivers/ddr/imx/phy/ddrphy_utils.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-05-25 14:27:39 -0400
committerTom Rini <trini@konsulko.com>2023-05-25 14:27:39 -0400
commit6dcee70692601bd3296c86ac07d0317bf06d2b7b (patch)
treea536484ff6a341b65d195b6351d239b506cba867 /drivers/ddr/imx/phy/ddrphy_utils.c
parent62df7a39442902a71259568c13a4d496d5a514f4 (diff)
parentff476897ed698eae1fa439d52b30694a2b40464a (diff)
Merge tag 'u-boot-imx-20230525' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
u-boot-imx-20230525 ------------------- - i.MX93 series - Fixes CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/16412
Diffstat (limited to 'drivers/ddr/imx/phy/ddrphy_utils.c')
-rw-r--r--drivers/ddr/imx/phy/ddrphy_utils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ddr/imx/phy/ddrphy_utils.c b/drivers/ddr/imx/phy/ddrphy_utils.c
index 6a8b6be42b2..fd8b4113b7b 100644
--- a/drivers/ddr/imx/phy/ddrphy_utils.c
+++ b/drivers/ddr/imx/phy/ddrphy_utils.c
@@ -148,6 +148,9 @@ void ddrphy_init_set_dfi_clk(unsigned int drate)
dram_pll_init(MHZ(167));
dram_disable_bypass();
break;
+ case 625:
+ dram_enable_bypass(MHZ(625));
+ break;
case 400:
dram_enable_bypass(MHZ(400));
break;