Commit 127c4cb8 authored by Kevin Hilman's avatar Kevin Hilman Committed by Tony Lindgren

ARM: OMAP: Kconfig: replace ARCH_OMAP243X with ARCH_OMAP2430

Signed-off-by: default avatarKevin Hilman <khilman@mvista.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 64e78a98
This diff is collapsed.
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
#define GPIO3_SYSCONFIG __REG32((GPIOX_BASE(3) + 0x10)) #define GPIO3_SYSCONFIG __REG32((GPIOX_BASE(3) + 0x10))
#define GPIO4_SYSCONFIG __REG32((GPIOX_BASE(4) + 0x10)) #define GPIO4_SYSCONFIG __REG32((GPIOX_BASE(4) + 0x10))
#if defined(CONFIG_ARCH_OMAP243X) #if defined(CONFIG_ARCH_OMAP2430)
#define GPIO5_SYSCONFIG __REG32((OMAP24XX_GPIO5_BASE + 0x10)) #define GPIO5_SYSCONFIG __REG32((OMAP24XX_GPIO5_BASE + 0x10))
#endif #endif
...@@ -332,7 +332,7 @@ ...@@ -332,7 +332,7 @@
#define GPIO4_DEBOUNCENABLE GPIO4_REG32(0x050) #define GPIO4_DEBOUNCENABLE GPIO4_REG32(0x050)
#define GPIO4_DEBOUNCINGTIME GPIO4_REG32(0x054) #define GPIO4_DEBOUNCINGTIME GPIO4_REG32(0x054)
#if defined(CONFIG_ARCH_OMAP243X) #if defined(CONFIG_ARCH_OMAP2430)
/* GPIO 5 */ /* GPIO 5 */
#define GPIO5_REG32(offset) __REG32((OMAP24XX_GPIO5_BASE + (offset))) #define GPIO5_REG32(offset) __REG32((OMAP24XX_GPIO5_BASE + (offset)))
#define GPIO5_IRQENABLE1 GPIO5_REG32(0x01C) #define GPIO5_IRQENABLE1 GPIO5_REG32(0x01C)
......
...@@ -206,7 +206,7 @@ enum musb_g_ep0_state { ...@@ -206,7 +206,7 @@ enum musb_g_ep0_state {
* directly with the "flat" model, or after setting up an index register. * directly with the "flat" model, or after setting up an index register.
*/ */
#if defined(CONFIG_ARCH_DAVINCI) || defined(CONFIG_ARCH_OMAP243X) #if defined(CONFIG_ARCH_DAVINCI) || defined(CONFIG_ARCH_OMAP2430)
/* REVISIT indexed access seemed to /* REVISIT indexed access seemed to
* misbehave (on DaVinci) for at least peripheral IN ... * misbehave (on DaVinci) for at least peripheral IN ...
*/ */
......
...@@ -23,6 +23,6 @@ ...@@ -23,6 +23,6 @@
#define OTG_INTERFSEL HS_OTG(0x40c) #define OTG_INTERFSEL HS_OTG(0x40c)
#define OTG_SIMENABLE HS_OTG(0x410) #define OTG_SIMENABLE HS_OTG(0x410)
#endif /* CONFIG_ARCH_OMAP243X */ #endif /* CONFIG_ARCH_OMAP2430 */
#endif /* __MUSB_OMAP243X_H__ */ #endif /* __MUSB_OMAP243X_H__ */
...@@ -1314,7 +1314,7 @@ static int __init musb_core_init(u16 wType, struct musb *pThis) ...@@ -1314,7 +1314,7 @@ static int __init musb_core_init(u16 wType, struct musb *pThis)
/*-------------------------------------------------------------------------*/ /*-------------------------------------------------------------------------*/
#ifdef CONFIG_ARCH_OMAP243X #ifdef CONFIG_ARCH_OMAP2430
static irqreturn_t generic_interrupt(int irq, void *__hci) static irqreturn_t generic_interrupt(int irq, void *__hci)
{ {
......
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