[PATCH] mach-imx: iomux-v3: add a define for the SION bit

Angus Ainslie angus at akkea.ca
Wed Feb 2 23:22:00 CET 2022


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

Signed-off-by: Angus Ainslie <angus at 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



More information about the U-Boot mailing list