Re: [PATCH] nvmem: core: Mark nWP GPIO as non-exclusive
From: Marek Vasut
Date: Wed Jul 29 2026 - 01:04:39 EST
On 7/28/26 10:32 AM, Bartosz Golaszewski wrote:
Hello Bartosz,
Will do (sorted alphabetically).It will be. I'm doing it gradually. It's enabled for Qualcomm platforms byNXP i.MX8M Nano (arm64)
default and - by extension - in arm64 defconfig. I plan to enable it for other
platforms and architectures too, I just don't want to rush it. Enabling it for
arm64 defconfig had caused quite a lot of regressions a few months ago so I
prefer to be careful.
What platform are you running this on?
Just consider sending the following once you can make this work for you?
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index d2acfac730037..a02b37c752887 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -281,6 +281,7 @@ config ARCH_MXC
select PM_GENERIC_DOMAINS
select SOC_BUS
select TIMER_IMX_SYS_CTR
+ select HAVE_SHARED_GPIOS
help
This enables support for the ARMv8 based SoCs in the
NXP i.MX family.
Thank you !