Re: ARM iMX6sx board fails to boot with kernel 6.17

From: Sergey Organov

Date: Tue Oct 14 2025 - 08:04:25 EST


Hi Fabio,

Fabio Estevam <festevam@xxxxxxxxx> writes:

> Hi Sergey,
>
> On Sat, Oct 11, 2025 at 5:57 PM Sergey Organov <sorganov@xxxxxxxxx> wrote:
>
>> I'm not familiar with the code and can't figure what exactly I'm
>> expected to check. Could you please prepare a patch, and I'll be happy
>> to apply and check it.
>
> Here is a patch you can try.
>
> It's not a formal patch yet, as it needs to be split.

No, this patch doesn't help. Still doesn't even after I added the
following (maybe overlooked) change from the original patch:

modified arch/arm/mach-imx/mach-imx6sx.c
@@ -32,10 +32,10 @@ static void __init imx6sx_init_irq(void)

static void __init imx6sx_init_late(void)
{
- imx6sx_cpuidle_init();
-
if (IS_ENABLED(CONFIG_ARM_IMX6Q_CPUFREQ))
platform_device_register_simple("imx6q-cpufreq", -1, NULL, 0);
+
+ imx6sx_cpuidle_init();
}


-- Sergey Organov