diff options
author | Tom Rini <trini@konsulko.com> | 2024-10-07 09:06:49 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-07 09:06:49 -0600 |
commit | c530f6079c70219e01022142b404bf8a6b572366 (patch) | |
tree | 7696586afaf4c0ae8a94ef811abd7d4a2276eb64 /drivers/ddr/imx/phy/ddrphy_utils.c | |
parent | f919c3a889f0ec7d63a48b5d0ed064386b0980bd (diff) | |
parent | 28dc47038edc4e93f32d75a357131bcf01a18d85 (diff) |
Merge branch 'next'
Diffstat (limited to 'drivers/ddr/imx/phy/ddrphy_utils.c')
-rw-r--r-- | drivers/ddr/imx/phy/ddrphy_utils.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/ddr/imx/phy/ddrphy_utils.c b/drivers/ddr/imx/phy/ddrphy_utils.c index cf5bdad7abe..14278f5ad8f 100644 --- a/drivers/ddr/imx/phy/ddrphy_utils.c +++ b/drivers/ddr/imx/phy/ddrphy_utils.c @@ -148,6 +148,10 @@ void ddrphy_init_set_dfi_clk(unsigned int drate) dram_pll_init(MHZ(266)); dram_disable_bypass(); break; + case 933: + dram_pll_init(MHZ(233)); + dram_disable_bypass(); + break; case 667: dram_pll_init(MHZ(167)); dram_disable_bypass(); |