diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3logic.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-omap3logic.c | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/arch/arm/mach-omap2/board-omap3logic.c b/arch/arm/mach-omap2/board-omap3logic.c index fca93d1afd43..b5e56fa83c19 100644 --- a/arch/arm/mach-omap2/board-omap3logic.c +++ b/arch/arm/mach-omap2/board-omap3logic.c | |||
| @@ -30,24 +30,21 @@ | |||
| 30 | #include <linux/i2c/twl.h> | 30 | #include <linux/i2c/twl.h> |
| 31 | #include <linux/mmc/host.h> | 31 | #include <linux/mmc/host.h> |
| 32 | 32 | ||
| 33 | #include <mach/hardware.h> | ||
| 34 | #include <asm/mach-types.h> | 33 | #include <asm/mach-types.h> |
| 35 | #include <asm/mach/arch.h> | 34 | #include <asm/mach/arch.h> |
| 36 | #include <asm/mach/map.h> | 35 | #include <asm/mach/map.h> |
| 37 | 36 | ||
| 38 | #include "mux.h" | ||
| 39 | #include "hsmmc.h" | ||
| 40 | #include "control.h" | ||
| 41 | #include "common-board-devices.h" | ||
| 42 | |||
| 43 | #include <plat/mux.h> | ||
| 44 | #include <plat/board.h> | ||
| 45 | #include "common.h" | ||
| 46 | #include <plat/gpmc-smsc911x.h> | 37 | #include <plat/gpmc-smsc911x.h> |
| 47 | #include <plat/gpmc.h> | 38 | #include <plat/gpmc.h> |
| 48 | #include <plat/sdrc.h> | 39 | #include <plat/sdrc.h> |
| 49 | #include <plat/usb.h> | 40 | #include <plat/usb.h> |
| 50 | 41 | ||
| 42 | #include "common.h" | ||
| 43 | #include "mux.h" | ||
| 44 | #include "hsmmc.h" | ||
| 45 | #include "control.h" | ||
| 46 | #include "common-board-devices.h" | ||
| 47 | |||
| 51 | #define OMAP3LOGIC_SMSC911X_CS 1 | 48 | #define OMAP3LOGIC_SMSC911X_CS 1 |
| 52 | 49 | ||
| 53 | #define OMAP3530_LV_SOM_MMC_GPIO_CD 110 | 50 | #define OMAP3530_LV_SOM_MMC_GPIO_CD 110 |
| @@ -78,9 +75,6 @@ static struct regulator_init_data omap3logic_vmmc1 = { | |||
| 78 | }; | 75 | }; |
| 79 | 76 | ||
| 80 | static struct twl4030_gpio_platform_data omap3logic_gpio_data = { | 77 | static struct twl4030_gpio_platform_data omap3logic_gpio_data = { |
| 81 | .gpio_base = OMAP_MAX_GPIO_LINES, | ||
| 82 | .irq_base = TWL4030_GPIO_IRQ_BASE, | ||
| 83 | .irq_end = TWL4030_GPIO_IRQ_END, | ||
| 84 | .use_leds = true, | 78 | .use_leds = true, |
| 85 | .pullups = BIT(1), | 79 | .pullups = BIT(1), |
| 86 | .pulldowns = BIT(2) | BIT(6) | BIT(7) | BIT(8) | 80 | .pulldowns = BIT(2) | BIT(6) | BIT(7) | BIT(8) |
