From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E820EB64DA for ; Wed, 5 Jul 2023 12:07:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231937AbjGEMHF (ORCPT ); Wed, 5 Jul 2023 08:07:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33142 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229493AbjGEMHE (ORCPT ); Wed, 5 Jul 2023 08:07:04 -0400 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3A96F170A for ; Wed, 5 Jul 2023 05:07:03 -0700 (PDT) Received: from ptz.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::77] helo=[127.0.0.1]) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1qH1Hh-0003un-Ab; Wed, 05 Jul 2023 14:07:01 +0200 Message-ID: Date: Wed, 5 Jul 2023 14:06:59 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.2 From: Ahmad Fatoum Subject: Re: [PATCH 2/2] ARM: dts: imx6: pfla02: Fix SD card reboot problem To: Andrej Picej , Marco Felsch Cc: devicetree@vger.kernel.org, conor+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, festevam@gmail.com, s.hauer@pengutronix.de, linux-kernel@vger.kernel.org, robh+dt@kernel.org, linux-imx@nxp.com, kernel@pengutronix.de, shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org, upstream@phytec.de References: <20230704080304.816942-1-andrej.picej@norik.com> <20230704080304.816942-3-andrej.picej@norik.com> <20230704081712.7dyj2mspj2m25rp7@pengutronix.de> <7ed6fde0-37a4-a667-2629-0a6b8a202a69@norik.com> <14cd16df-ef47-05b3-5266-ffff109a8326@pengutronix.de> <3c0de35f-915a-7ae9-c369-9545b55dd2e4@norik.com> <6a2e5b14-c5d3-b384-2539-033381768dca@norik.com> Content-Language: en-US In-Reply-To: <6a2e5b14-c5d3-b384-2539-033381768dca@norik.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 2a0a:edc0:0:900:1d::77 X-SA-Exim-Mail-From: a.fatoum@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: devicetree@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 05.07.23 12:39, Andrej Picej wrote:> On 5. 07. 23 10:40, Andrej Picej wrote: >> On 5. 07. 23 10:30, Ahmad Fatoum wrote: >>> On 05.07.23 10:28, Andrej Picej wrote: >>>> I think the main reason for a failed boot is that the PMIC doesn't get reset and that the bootloader doesn't specifically enable the SD card regulator. >>>> >>>> Could this patch still be applied or should we put the fix in reset routine/bootloader? >>> >>> Is SD-Card not main boot medium? From your description, I thought BootROM >>> will fail to boot before bootloader has a chance to do anything about it. >>> >> >> Yes sorry, you are absolutly right, the BootROM fails. It confused me because I could see the booloader booting, but it was from one of the fallback mediums. So I guess fixing the bootloader is not really an option. >> Sorry for the confusion. >> > > Ok, the main problem is well known, that's why PHYTEC disables the imx watchdog and uses a PMIC one for the reboot handler. This one resets the board completely. The SD card regulator problem is really just the manifestation of that bug. Unfortunately I didn't noticed that. :( > > I will create a v2 with a proper fix, where imx watchdog gets disabled. I'd be wary about solving it this way at the DTSI level, because it can break existing users: - Boot flow depends on reading boot reason, but with PMIC reset, everything is power-on reset - Bootloader starts i.MX watchdog, but new kernel will service only PMIC watchdog leading to system reset - Even if updating bootloader and kernel together, fallback of kernel may end up that bootloader uses PMIC watchdog, but kernel uses i.MX watchdog - There can be valid reasons to use both watchdogs and disabling one at the SoM level breaks that I had a similar issue once (Board controller reset to be used instead of SoC reset) and settled on using the barebox watchdog-priority/restart-priority[1] binding to select the "better" watchdog and then fixed up this choice into the kernel command line (barebox CONFIG_SYSTEMD_OF_WATCHDOG). If you decide to fix it for the evaluation kits, please add some text into the commit message that this fix should not be backported to older kernels. While it's ultimately the correct thing to do, changing this is IMO not stable backport material. [1]: FWIW, there was past discussion about adding restart priorities to Linux, e.g. https://lore.kernel.org/all/20201006102949.dbw6b2mrgt2ltgpw@pengutronix.de/ Cheers, Ahmad > > Thanks for your help, > Andrej > > >> >>>> >>>> Best regards, >>>> Andrej >>>> >>>>> >>>>> Regards, >>>>>     Marco >>>>> >>>>>>                }; >>>>>>                  vdd_sd1_reg: ldo10 { >>>>>> --  >>>>>> 2.25.1 >>>>>> >>>>>> >>>>>> >>>> >>>> >>> > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |