]> git.baikalelectronics.ru Git - uboot.git/commit
ddr: imx: Handle both 3733 and 3732 MTps rates
authorMarek Vasut <marex@denx.de>
Mon, 23 Jan 2023 16:53:19 +0000 (17:53 +0100)
committerStefano Babic <sbabic@denx.de>
Mon, 30 Jan 2023 20:02:27 +0000 (21:02 +0100)
commitc28294f75742037daa2444562fd6fc3a997d2ca7
treec3b22f73008ba0a0d89710da7b24daefc9ab9cac
parent693f7734cd568e060f28ae8391f5d4f25d0ce207
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>
drivers/ddr/imx/phy/ddrphy_utils.c