git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a03cf3
)
ddr: imx: Handle 3734 in addition to 3733 and 3732 MTps rates
author
Marek Vasut
<marex@denx.de>
Sat, 2 Dec 2023 01:48:00 +0000
(
02:48
+0100)
committer
Fabio Estevam
<festevam@denx.de>
Thu, 14 Dec 2023 18:29:08 +0000
(15:29 -0300)
The new MX8M DDR tool 3.31 now generates a programming file which uses
data rate 3734 instead of 3733 or 3732 . Handle another rounding option .
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
drivers/ddr/imx/phy/ddrphy_utils.c
patch
|
blob
|
history
diff --git
a/drivers/ddr/imx/phy/ddrphy_utils.c
b/drivers/ddr/imx/phy/ddrphy_utils.c
index
fd8b411
..
d5dac0f
100644
(file)
--- a/
drivers/ddr/imx/phy/ddrphy_utils.c
+++ b/
drivers/ddr/imx/phy/ddrphy_utils.c
@@
-111,6
+111,7
@@
void ddrphy_init_set_dfi_clk(unsigned int drate)
dram_pll_init(MHZ(1000));
dram_disable_bypass();
break;
+ case 3734:
case 3733:
case 3732:
dram_pll_init(MHZ(933));