[PATCH] ARM: imx: Update DDR frequency on i.MX8M Plus DHCOM

2022-09-18 Thread sbabic
> Commit 99c7cc58e12 ("ddr: imx: Add i.MX9 DDR controller driver") > contains an inobvious side-effect which renders all systems using > DRAM controller at 3732 MT/s unbootable. The change is located in > ddrphy_init_set_dfi_clk(), where the switch case statement entry > 3732 changed to entry 3733,

Re: [PATCH] ARM: imx: Update DDR frequency on i.MX8M Plus DHCOM

2022-08-21 Thread Fabio Estevam
On 19/08/2022 08:02, Marek Vasut wrote: Commit 99c7cc58e12 ("ddr: imx: Add i.MX9 DDR controller driver") contains an inobvious side-effect which renders all systems using DRAM controller at 3732 MT/s unbootable. The change is located in ddrphy_init_set_dfi_clk(), where the switch case statement e

[PATCH] ARM: imx: Update DDR frequency on i.MX8M Plus DHCOM

2022-08-19 Thread Marek Vasut
Commit 99c7cc58e12 ("ddr: imx: Add i.MX9 DDR controller driver") contains an inobvious side-effect which renders all systems using DRAM controller at 3732 MT/s unbootable. The change is located in ddrphy_init_set_dfi_clk(), where the switch case statement entry 3732 changed to entry 3733, so any bo