Devicetree
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: Select HAVE_SHARED_GPIOS for ARCH_MXC
@ 2026-08-10 21:34 Marek Vasut
  2026-08-10 21:34 ` [PATCH 2/2] arm64: dts: imx8mn: Expand EEPROM description on ifm VHIP4 EvalBoard Marek Vasut
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Marek Vasut @ 2026-08-10 21:34 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Marek Vasut, Bartosz Golaszewski, Catalin Marinas, Conor Dooley,
	Fabio Estevam, Fedor Ross, Frank Li, Krzysztof Kozlowski,
	Linus Walleij, Mark Rutland, Rob Herring, Will Deacon, devicetree,
	imx, linux-kernel

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@nabladev.com>
---
Cc: Bartosz Golaszewski <brgl@kernel.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Fedor Ross <fedor.ross@ifm.com>
Cc: Frank Li <Frank.Li@nxp.com>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Rob Herring <robh@kernel.org>
Cc: Will Deacon <will@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: imx@lists.linux.dev
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-08-11  7:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-10 21:34 [PATCH 1/2] arm64: Select HAVE_SHARED_GPIOS for ARCH_MXC Marek Vasut
2026-08-10 21:34 ` [PATCH 2/2] arm64: dts: imx8mn: Expand EEPROM description on ifm VHIP4 EvalBoard Marek Vasut
2026-08-11  7:30   ` Bartosz Golaszewski
2026-08-10 21:44 ` [PATCH 1/2] arm64: Select HAVE_SHARED_GPIOS for ARCH_MXC Frank Li
2026-08-10 21:54   ` Marek Vasut
2026-08-11  7:29 ` Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox