summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-mx53/iomux.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-mx53/iomux.h')
-rw-r--r--include/asm-arm/arch-mx53/iomux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/arch-mx53/iomux.h b/include/asm-arm/arch-mx53/iomux.h
index 2184863..f17bd7f 100644
--- a/include/asm-arm/arch-mx53/iomux.h
+++ b/include/asm-arm/arch-mx53/iomux.h
@@ -62,8 +62,8 @@ typedef enum iomux_pad_config {
PAD_CTL_DRV_MAX = 0x3 << 1,
PAD_CTL_ODE_OPENDRAIN_NONE = 0x0 << 3,
PAD_CTL_ODE_OPENDRAIN_ENABLE = 0x1 << 3,
- PAD_CTL_100K_PD = 0x0 << 4,
- PAD_CTL_47K_PU = 0x1 << 4,
+ PAD_CTL_360K_PD = 0x0 << 4,
+ PAD_CTL_75K_PU = 0x1 << 4,
PAD_CTL_100K_PU = 0x2 << 4,
PAD_CTL_22K_PU = 0x3 << 4,
PAD_CTL_PUE_KEEPER = 0x0 << 6,