diff options
Diffstat (limited to 'include/asm-arm/arch-mx6/iomux-v3.h')
-rw-r--r-- | include/asm-arm/arch-mx6/iomux-v3.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-arm/arch-mx6/iomux-v3.h b/include/asm-arm/arch-mx6/iomux-v3.h index 750cb61..b67a31f 100644 --- a/include/asm-arm/arch-mx6/iomux-v3.h +++ b/include/asm-arm/arch-mx6/iomux-v3.h @@ -2,7 +2,7 @@ * Copyright (C) 2009 by Jan Weitzel Phytec Messtechnik GmbH, * <armlinux@phytec.de> * - * Copyright (C) 2011 Freescale Semiconductor, Inc. + * Copyright (C) 2011-2012 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -91,6 +91,9 @@ typedef u64 iomux_v3_cfg_t; #define NO_PAD_CTRL (1 << 17) #define PAD_CTL_HYS (1 << 16) +#define NO_PAD_I 0 +#define NO_MUX_I 0 + #define PAD_CTL_PUS_100K_DOWN (0 << 14) #define PAD_CTL_PUS_47K_UP (1 << 14) #define PAD_CTL_PUS_100K_UP (2 << 14) |