ddr: imx8m: Fix the ddr init hang on imx8mq
authorJacky Bai <ping.bai@nxp.com>
Thu, 8 Aug 2019 09:59:11 +0000 (09:59 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Oct 2019 14:36:37 +0000 (16:36 +0200)
commit69b8e50975c3ca623cf0f0d5bde0c93df76889e9
tree235a5d7b2e87873631aac7a7c09647514544e662
parent825ab6b406cba74ae63a1e3373c2f0b62b855f08
ddr: imx8m: Fix the ddr init hang on imx8mq

On, i.MX8MQ, the PLL config must be done when ddrmix
isolation is released. So move the dram pll init after
iso config done. For other i.MX8M SOC, either init pll
before or after isolation is ok.

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/ddr/imx/imx8m/ddr_init.c