From be63dc79560c21fa8d6674254b62ae412d612466 Mon Sep 17 00:00:00 2001
From: Angus Ainslie <angus@akkea.ca>
Date: Wed, 2 Feb 2022 14:22:00 -0800
Subject: [PATCH] mach-imx: iomux-v3: add a define for the SION bit

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.39.5