From: Esben Haabendal <esben@geanix.com>
To: Fabio Estevam <festevam@gmail.com>
Cc: shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org,
imx@lists.linux.dev, kernel@pengutronix.de, linux@roeck-us.net,
Fabio Estevam <festevam@denx.de>
Subject: Re: [PATCH] ARM: imx: defconfig: Explicitly select CONFIG_PINCTRL
Date: Thu, 28 Nov 2024 08:29:04 +0100 [thread overview]
Message-ID: <87ttbr6clb.fsf@geanix.com> (raw)
In-Reply-To: <20241126194146.1193094-1-festevam@gmail.com> (Fabio Estevam's message of "Tue, 26 Nov 2024 16:41:46 -0300")
Fabio Estevam <festevam@gmail.com> writes:
> From: Fabio Estevam <festevam@denx.de>
>
> Since commit 17d210018914 ("ARM: imx: Allow user to disable pinctrl"),
> the CONFIG_PINCTRL option is no longer implicitly selected, causing
> several i.MX SoC pinctrl drivers no longer getting selected by default.
>
> This causes boot regressions on the ARMv4, ARMv5, ARMv6 and ARMv7
> i.MX SoCs.
>
> Fix it by selecting CONFIG_PINCTRL inside the affected defconfigs.
>
> Fixes: 17d210018914 ("ARM: imx: Allow user to disable pinctrl")
> Reported-by: Guenter Roeck <linux@roeck-us.net>
> Closes: https://lore.kernel.org/linux-arm-kernel/49ff070a-ce67-42d7-84ec-8b54fd7e9742@roeck-us.net/
> Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Esben Haabendal <esben@geanix.com>
> ---
> arch/arm/configs/imx_v4_v5_defconfig | 1 +
> arch/arm/configs/imx_v6_v7_defconfig | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig
> index 875c8cdbada7..1af29d12129d 100644
> --- a/arch/arm/configs/imx_v4_v5_defconfig
> +++ b/arch/arm/configs/imx_v4_v5_defconfig
> @@ -83,6 +83,7 @@ CONFIG_I2C_IMX=y
> CONFIG_SPI=y
> CONFIG_SPI_IMX=y
> CONFIG_SPI_SPIDEV=y
> +CONFIG_PINCTRL=y
> CONFIG_GPIO_SYSFS=y
> CONFIG_GPIO_MXC=y
> CONFIG_W1=y
> diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
> index 0beecdde55f5..73f7aa7e75f7 100644
> --- a/arch/arm/configs/imx_v6_v7_defconfig
> +++ b/arch/arm/configs/imx_v6_v7_defconfig
> @@ -204,6 +204,7 @@ CONFIG_SPI_FSL_QUADSPI=y
> CONFIG_SPI_GPIO=y
> CONFIG_SPI_IMX=y
> CONFIG_SPI_FSL_DSPI=y
> +CONFIG_PINCTRL=y
> CONFIG_PINCTRL_IMX8MM=y
> CONFIG_PINCTRL_IMX8MN=y
> CONFIG_PINCTRL_IMX8MP=y
prev parent reply other threads:[~2024-11-28 7:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-26 19:41 [PATCH] ARM: imx: defconfig: Explicitly select CONFIG_PINCTRL Fabio Estevam
2024-11-26 20:59 ` Guenter Roeck
2024-11-28 7:29 ` Esben Haabendal [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ttbr6clb.fsf@geanix.com \
--to=esben@geanix.com \
--cc=festevam@denx.de \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux@roeck-us.net \
--cc=shawnguo@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).