[PATCH 1/2] arm64: Select HAVE_SHARED_GPIOS for ARCH_MXC

Frank Li Frank.li at oss.nxp.com
Mon Aug 10 14:44:36 PDT 2026


On Mon, Aug 10, 2026 at 11:34:38PM +0200, Marek Vasut wrote:
> Some NXP i.MX platforms use shared GPIOs. Enable support for them by
> selecting the Kconfig switch provided by GPIOLIB.
>
> Signed-off-by: Marek Vasut <marex at nabladev.com>
> ---

Haibo have similar patch
https://lore.kernel.org/imx/20260730-can-share-silent-v1-2-63fd603f943d@nxp.com/

But I hope the SoC maintainer provide review/ack-by tags

Frank

> Cc: Bartosz Golaszewski <brgl at kernel.org>
> Cc: Catalin Marinas <catalin.marinas at arm.com>
> Cc: Conor Dooley <conor+dt at kernel.org>
> Cc: Fabio Estevam <festevam at gmail.com>
> Cc: Fedor Ross <fedor.ross at ifm.com>
> Cc: Frank Li <Frank.Li at nxp.com>
> Cc: Krzysztof Kozlowski <krzk+dt at kernel.org>
> Cc: Linus Walleij <linus.walleij at linaro.org>
> Cc: Mark Rutland <mark.rutland at arm.com>
> Cc: Rob Herring <robh at kernel.org>
> Cc: Will Deacon <will at kernel.org>
> Cc: devicetree at vger.kernel.org
> Cc: imx at lists.linux.dev
> Cc: linux-arm-kernel at lists.infradead.org
> Cc: linux-kernel at vger.kernel.org
> ---
>  arch/arm64/Kconfig.platforms | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index d2acfac730037..bc279b864d3cb 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -275,6 +275,7 @@ config ARCH_MXC
>  	bool "NXP i.MX SoC family"
>  	select ARM64_ERRATUM_843419
>  	select ARM64_ERRATUM_845719 if COMPAT
> +	select HAVE_SHARED_GPIOS
>  	select IMX_GPCV2
>  	select IMX_GPCV2_PM_DOMAINS
>  	select PM
> --
> 2.53.0
>
>



More information about the linux-arm-kernel mailing list