MLK-22576 imx8: video: Set clock parent for DC0 display channel
When enable u-boot splash screen and set kernel dtb with -hdmi.dtb on
imx8qm, the kernel reboot (partition reboot) will hang in u-boot if HDMI
cable is plugged in.
The root cause is kernel set the clock source of DC0 display0 channel to
bypass clock, when doing reboot this clock setting may not be cleared. So
u-boot has wrong clock source and cause lpcg stop bit always set.
Fix the issue by adding the clock parent setting and not depend on default
parent value.
Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit
104c4b5cdc83fb671c6474708bdd00c2dfb01113)
(cherry picked from commit
8a287c629018e6bf647c3c617fca3e6c94a3d2a4)