We're using an i.MX8M Mini EVK based board with UART4(ttymxc3) as the console. However, the boot process gets stuck on the call to clk_disable_unused where the kernel tries to disable clocks set up by U-Boot that it deems unnecessary. With some printk debugging...
Hi, clk_disable_unused (in plat-omap/clock.c) is bugged in latest kernel. It checks whether ck->enable_reg is zero, and in most cases this happens to be so (CM_FCLKEN = 0.) Seems to be caused by some late change to clocktree where enable_reg fields are defined as module offset...
We're using an i.MX8M Mini EVK based board with UART4(ttymxc3) as the console. However, the boot process gets stuck on the call to clk_disable_unused where the kernel tries to disable clocks set up by U-Boot that it deems unnecessary. With some prin...
However, the boot process gets stuck on the call to clk_disable_unused where the kernel tries to disable clocks set up by U-Boot that it deems unnecessary. With some printk debugging we found that the call is hanging up while trying to disable a clock nam...