* [PATCH] ARM: dts: vf-colibri: apply the EXT_IO pin group
@ 2026-08-07 15:31 Mehmet Fide
0 siblings, 0 replies; only message in thread
From: Mehmet Fide @ 2026-08-07 15:31 UTC (permalink / raw)
To: Shawn Guo, Sascha Hauer
Cc: Pengutronix Kernel Team, Stefan Agner, linux-arm-kernel,
linux-kernel
From: Mehmet Fide <mehmet.fide@screeningeagle.com>
pinctrl_gpio_ext describes the three Colibri EXT_IO pins, but no node
references it, so the pin controller never applies it and the pads keep
whatever mux and bias they came up with. It is the only pin group in the
Vybrid Colibri device trees that is defined and never used.
Hog it on the pin controller, which is the usual home for pins no device
owns, so EXT_IO_0..2 are muxed as GPIO with the drive settings the group
already spells out.
Signed-off-by: Mehmet Fide <mehmet.fide@screeningeagle.com>
---
arch/arm/boot/dts/nxp/vf/vf-colibri.dtsi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/boot/dts/nxp/vf/vf-colibri.dtsi b/arch/arm/boot/dts/nxp/vf/vf-colibri.dtsi
index 1111111..2222222 100644
--- a/arch/arm/boot/dts/nxp/vf/vf-colibri.dtsi
+++ b/arch/arm/boot/dts/nxp/vf/vf-colibri.dtsi
@@ -171,6 +171,9 @@
};
&iomuxc {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_gpio_ext>;
+
pinctrl_flexcan0: can0grp {
fsl,pins = <
VF610_PAD_PTB14__CAN0_RX 0x31F1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 15:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-07 15:31 [PATCH] ARM: dts: vf-colibri: apply the EXT_IO pin group Mehmet Fide
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox