Commit e6c37966 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Renamed OMAP2_MUX_CFG to MUX_CFG_24XX

OMAP2_MUX_CFG to MUX_CFG_24XX
parent 5e4646fa
...@@ -40,11 +40,11 @@ struct pin_config __initdata_or_module omap24xx_pins[] = { ...@@ -40,11 +40,11 @@ struct pin_config __initdata_or_module omap24xx_pins[] = {
*/ */
/* 24xx I2C */ /* 24xx I2C */
OMAP2_MUX_CFG("M19_24XX_I2C1_SCL", 0x111, 0, 0, 0, 1) MUX_CFG_24XX("M19_24XX_I2C1_SCL", 0x111, 0, 0, 0, 1)
OMAP2_MUX_CFG("L15_24XX_I2C1_SDA", 0x112, 0, 0, 0, 1) MUX_CFG_24XX("L15_24XX_I2C1_SDA", 0x112, 0, 0, 0, 1)
OMAP2_MUX_CFG("J15_24XX_I2C2_SCL", 0x113, 0, 0, 0, 1) MUX_CFG_24XX("J15_24XX_I2C2_SCL", 0x113, 0, 0, 0, 1)
OMAP2_MUX_CFG("H19_24XX_I2C2_SDA", 0x114, 0, 0, 0, 1) MUX_CFG_24XX("H19_24XX_I2C2_SDA", 0x114, 0, 0, 0, 1)
OMAP2_MUX_CFG("W19_24XX_SYS_NIRQ", 0x12c, 0, 1, 1, 1) MUX_CFG_24XX("W19_24XX_SYS_NIRQ", 0x12c, 0, 1, 1, 1)
}; };
int __init omap2_mux_init(void) int __init omap2_mux_init(void)
......
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
PU_PD_REG(pu_pd_reg, pu_pd_status) \ PU_PD_REG(pu_pd_reg, pu_pd_status) \
}, },
#define OMAP2_MUX_CFG(desc, reg_offset, mode, \ #define MUX_CFG_24XX(desc, reg_offset, mode, \
pull_en, pull_mode, dbg) \ pull_en, pull_mode, dbg) \
{ \ { \
.name = desc, \ .name = desc, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment