Skip to content

Commit

Permalink
arm: mxc: move IOMUX_CONFIG_SION definition to iomux-v3.h
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Richard Zhao authored and Sascha Hauer committed Jan 7, 2011
1 parent a58154d commit 14c6500
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/plat-mxc/include/mach/iomux-mx53.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ typedef enum iomux_config {
IOMUX_CONFIG_ALT6,
IOMUX_CONFIG_ALT7,
IOMUX_CONFIG_GPIO, /* added to help user use GPIO mode */
IOMUX_CONFIG_SION = 0x1 << 4, /* LOOPBACK:MUX SION bit */
} iomux_pin_cfg_t;

/* These 2 defines are for pins that may not have a mux register, but could
Expand Down
1 change: 1 addition & 0 deletions arch/arm/plat-mxc/include/mach/iomux-v3.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ typedef u64 iomux_v3_cfg_t;
#define PAD_CTL_SRE_FAST (1 << 0)
#define PAD_CTL_SRE_SLOW (0 << 0)

#define IOMUX_CONFIG_SION (0x1 << 4)

#define MX51_NUM_GPIO_PORT 4

Expand Down

0 comments on commit 14c6500

Please sign in to comment.