public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] mach-imx: iomux-v3: add a define for the SION bit
@ 2022-02-02 22:22 Angus Ainslie
  2022-02-05 16:43 ` sbabic
  0 siblings, 1 reply; 2+ messages in thread
From: Angus Ainslie @ 2022-02-02 22:22 UTC (permalink / raw)
  To: NXP i.MX U-Boot Team
  Cc: Stefano Babic, Fabio Estevam, u-boot, kernel, Angus Ainslie

SION (Software Input On Field) - force the select mode input path

Signed-off-by: Angus Ainslie <angus@akkea.ca>
---
 arch/arm/include/asm/mach-imx/iomux-v3.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/include/asm/mach-imx/iomux-v3.h b/arch/arm/include/asm/mach-imx/iomux-v3.h
index 9330a32fe9..231b9c027c 100644
--- a/arch/arm/include/asm/mach-imx/iomux-v3.h
+++ b/arch/arm/include/asm/mach-imx/iomux-v3.h
@@ -243,6 +243,7 @@ typedef u64 iomux_v3_cfg_t;
 
 #endif
 
+#define IMX_PAD_SION		0x40000000
 #define IOMUX_CONFIG_SION	0x10
 
 #define GPIO_PIN_MASK		0x1f
-- 
2.25.1


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

end of thread, other threads:[~2022-02-05 16:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-02 22:22 [PATCH] mach-imx: iomux-v3: add a define for the SION bit Angus Ainslie
2022-02-05 16:43 ` sbabic

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