summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-mx6/mx6_pins.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-mx6/mx6_pins.h')
-rw-r--r--include/asm-arm/arch-mx6/mx6_pins.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-arm/arch-mx6/mx6_pins.h b/include/asm-arm/arch-mx6/mx6_pins.h
index af835ce..a7a2041 100644
--- a/include/asm-arm/arch-mx6/mx6_pins.h
+++ b/include/asm-arm/arch-mx6/mx6_pins.h
@@ -40,9 +40,6 @@ typedef enum iomux_config {
IOMUX_CONFIG_SION = 0x1 << 4, /* LOOPBACK:MUX SION bit */
} iomux_pin_cfg_t;
-#define NON_MUX_I 0x3FF
-#define NON_PAD_I 0x7FF
-
#define MX6Q_UART_PAD_CTRL (PAD_CTL_PKE | PAD_CTL_PUE | \
PAD_CTL_PUS_100K_UP | PAD_CTL_SPEED_MED | \
PAD_CTL_DSE_40ohm | PAD_CTL_SRE_FAST | PAD_CTL_HYS)