MLK-22245 mx6qp: Fix issue caused by moving pre_misc_setting()
authorYe Li <ye.li@nxp.com>
Wed, 10 Jul 2019 05:28:40 +0000 (22:28 -0700)
committerYe Li <ye.li@nxp.com>
Wed, 10 Jul 2019 06:22:57 +0000 (23:22 -0700)
commitb79c165d5a8114f5e09bd2a26c9523196a7e4ee5
treee472ff1d6372967f41273e870a61bb64bbfd1090
parent7ffd25bddc89db30612f4e805d103c7d8dde5d95
MLK-22245 mx6qp: Fix issue caused by moving pre_misc_setting()

The commit "MLK-22219 mx6: Place pre_misc_setting() into a common location"
causes iMX6QP boot hang. Because QoS settings in pre_misc_setting depends on
IPU and PRG clocks enabled.
So still calling pre_misc_setting in enable_ipu_clock, and move
enable_ipu_clock to arch_cpu_init

Signed-off-by: Ye Li <ye.li@nxp.com>
arch/arm/mach-imx/mx6/clock.c
arch/arm/mach-imx/mx6/soc.c