aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-h4.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2010-07-05 09:31:40 -0400
committerTony Lindgren <tony@atomide.com>2010-07-05 09:31:40 -0400
commitf99bf16d70d8a33e5274e429f2b1d71457d06a06 (patch)
treef806e4953291e97f75f2b813d695b1b74a231776 /arch/arm/mach-omap2/board-h4.c
parent58310acd3ae815687d883c0c0e5950e3576a3dbc (diff)
omap: mux: Convert 2420 platform init code to use new mux code
Convert 2420 platform init code to use new mux code Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-h4.c')
-rw-r--r--arch/arm/mach-omap2/board-h4.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/board-h4.c b/arch/arm/mach-omap2/board-h4.c
index cdcd4fbad153..2d9ff0fa2828 100644
--- a/arch/arm/mach-omap2/board-h4.c
+++ b/arch/arm/mach-omap2/board-h4.c
@@ -33,7 +33,6 @@
33 33
34#include <plat/control.h> 34#include <plat/control.h>
35#include <mach/gpio.h> 35#include <mach/gpio.h>
36#include <plat/mux.h>
37#include <plat/usb.h> 36#include <plat/usb.h>
38#include <plat/board.h> 37#include <plat/board.h>
39#include <plat/common.h> 38#include <plat/common.h>
@@ -248,7 +247,7 @@ static inline void __init h4_init_debug(void)
248 247
249 udelay(100); 248 udelay(100);
250 249
251 omap_cfg_reg(M15_24XX_GPIO92); 250 omap_mux_init_gpio(92, 0);
252 if (debug_card_init(cs_mem_base, H4_ETHR_GPIO_IRQ) < 0) 251 if (debug_card_init(cs_mem_base, H4_ETHR_GPIO_IRQ) < 0)
253 gpmc_cs_free(eth_cs); 252 gpmc_cs_free(eth_cs);
254 253
@@ -358,8 +357,8 @@ static void __init omap_h4_init(void)
358 * if not needed. 357 * if not needed.
359 */ 358 */
360#if defined(CONFIG_OMAP_IR) || defined(CONFIG_OMAP_IR_MODULE) 359#if defined(CONFIG_OMAP_IR) || defined(CONFIG_OMAP_IR_MODULE)
361 omap_cfg_reg(K15_24XX_UART3_TX); 360 omap_mux_init_signal("uart3_tx_irtx.uart3_tx_irtx", 0);
362 omap_cfg_reg(K14_24XX_UART3_RX); 361 omap_mux_init_signal("uart3_rx_irrx.uart3_rx_irrx", 0);
363#endif 362#endif
364 363
365#if defined(CONFIG_KEYBOARD_OMAP) || defined(CONFIG_KEYBOARD_OMAP_MODULE) 364#if defined(CONFIG_KEYBOARD_OMAP) || defined(CONFIG_KEYBOARD_OMAP_MODULE)