[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <871pn5pu4a.fsf@osv.gnss.ru>
Date: Tue, 14 Oct 2025 15:04:21 +0300
From: Sergey Organov <sorganov@...il.com>
To: Fabio Estevam <festevam@...il.com>
Cc: linux-kernel@...r.kernel.org, Russell King <linux@...linux.org.uk>,
Ulf Hansson <ulf.hansson@...aro.org>, Shawn Guo <shawnguo@...nel.org>,
"Rob Herring (Arm)" <robh@...nel.org>, Angelo Dureghello
<angelo@...nel-space.org>
Subject: Re: ARM iMX6sx board fails to boot with kernel 6.17
Hi Fabio,
Fabio Estevam <festevam@...il.com> writes:
> Hi Sergey,
>
> On Sat, Oct 11, 2025 at 5:57 PM Sergey Organov <sorganov@...il.com> 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
Powered by blists - more mailing lists