Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 1 | /* |
| 2 | * board-omap3pandora.c (Pandora Handheld Console) |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or |
| 5 | * modify it under the terms of the GNU General Public License |
| 6 | * version 2 as published by the Free Software Foundation. |
| 7 | * |
| 8 | * This program is distributed in the hope that it will be useful, but |
| 9 | * WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 11 | * General Public License for more details. |
| 12 | * |
| 13 | * You should have received a copy of the GNU General Public License |
| 14 | * along with this program; if not, write to the Free Software |
| 15 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA |
| 16 | * 02110-1301 USA |
| 17 | * |
| 18 | */ |
| 19 | |
| 20 | #include <linux/init.h> |
| 21 | #include <linux/kernel.h> |
| 22 | #include <linux/platform_device.h> |
| 23 | |
| 24 | #include <linux/spi/spi.h> |
| 25 | #include <linux/spi/ads7846.h> |
Grazvydas Ignotas | 64f535a | 2009-05-28 14:04:04 -0700 | [diff] [blame] | 26 | #include <linux/regulator/machine.h> |
Santosh Shilimkar | b07682b | 2009-12-13 20:05:51 +0100 | [diff] [blame] | 27 | #include <linux/i2c/twl.h> |
Ohad Ben-Cohen | c1f9a09 | 2010-09-16 13:16:02 +0200 | [diff] [blame] | 28 | #include <linux/wl12xx.h> |
Grazvydas Ignotas | 79ccf54 | 2010-08-02 13:18:01 +0300 | [diff] [blame] | 29 | #include <linux/mtd/partitions.h> |
| 30 | #include <linux/mtd/nand.h> |
Grazvydas Ignotas | 7419045 | 2009-05-28 14:15:44 -0700 | [diff] [blame] | 31 | #include <linux/leds.h> |
| 32 | #include <linux/input.h> |
Janusz Krzysztofik | 6135434 | 2009-10-22 14:43:17 -0700 | [diff] [blame] | 33 | #include <linux/input/matrix_keypad.h> |
Grazvydas Ignotas | 7419045 | 2009-05-28 14:15:44 -0700 | [diff] [blame] | 34 | #include <linux/gpio_keys.h> |
Sukumar Ghorai | 3a63833 | 2010-09-15 14:49:23 +0000 | [diff] [blame] | 35 | #include <linux/mmc/host.h> |
Grazvydas Ignotas | ed199f7 | 2010-08-10 18:01:52 -0700 | [diff] [blame] | 36 | #include <linux/mmc/card.h> |
Grazvydas Ignotas | 690a4a3 | 2010-10-01 16:35:25 -0700 | [diff] [blame] | 37 | #include <linux/regulator/fixed.h> |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 38 | |
| 39 | #include <asm/mach-types.h> |
| 40 | #include <asm/mach/arch.h> |
| 41 | #include <asm/mach/map.h> |
| 42 | |
Tony Lindgren | ce491cf | 2009-10-20 09:40:47 -0700 | [diff] [blame] | 43 | #include <plat/board.h> |
| 44 | #include <plat/common.h> |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 45 | #include <mach/gpio.h> |
| 46 | #include <mach/hardware.h> |
Tony Lindgren | ce491cf | 2009-10-20 09:40:47 -0700 | [diff] [blame] | 47 | #include <plat/mcspi.h> |
| 48 | #include <plat/usb.h> |
Grazvydas Ignotas | 7b09789 | 2010-02-17 14:09:24 -0800 | [diff] [blame] | 49 | #include <plat/display.h> |
Grazvydas Ignotas | 79ccf54 | 2010-08-02 13:18:01 +0300 | [diff] [blame] | 50 | #include <plat/nand.h> |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 51 | |
Tony Lindgren | ca5742b | 2009-12-11 16:16:32 -0800 | [diff] [blame] | 52 | #include "mux.h" |
Paul Walmsley | 2e12bd7 | 2009-05-28 14:03:59 -0700 | [diff] [blame] | 53 | #include "sdram-micron-mt46h32m32lf-6.h" |
Adrian Hunter | d02a900 | 2010-02-15 10:03:34 -0800 | [diff] [blame] | 54 | #include "hsmmc.h" |
Tony Lindgren | 90c62bf | 2008-12-10 17:37:17 -0800 | [diff] [blame] | 55 | |
Grazvydas Ignotas | 79ccf54 | 2010-08-02 13:18:01 +0300 | [diff] [blame] | 56 | #define PANDORA_WIFI_IRQ_GPIO 21 |
| 57 | #define PANDORA_WIFI_NRESET_GPIO 23 |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 58 | #define OMAP3_PANDORA_TS_GPIO 94 |
| 59 | |
Grazvydas Ignotas | 79ccf54 | 2010-08-02 13:18:01 +0300 | [diff] [blame] | 60 | #define NAND_BLOCK_SIZE SZ_128K |
| 61 | |
| 62 | static struct mtd_partition omap3pandora_nand_partitions[] = { |
| 63 | { |
| 64 | .name = "xloader", |
| 65 | .offset = 0, |
| 66 | .size = 4 * NAND_BLOCK_SIZE, |
| 67 | .mask_flags = MTD_WRITEABLE |
| 68 | }, { |
| 69 | .name = "uboot", |
| 70 | .offset = MTDPART_OFS_APPEND, |
| 71 | .size = 15 * NAND_BLOCK_SIZE, |
| 72 | }, { |
| 73 | .name = "uboot-env", |
| 74 | .offset = MTDPART_OFS_APPEND, |
| 75 | .size = 1 * NAND_BLOCK_SIZE, |
| 76 | }, { |
| 77 | .name = "boot", |
| 78 | .offset = MTDPART_OFS_APPEND, |
| 79 | .size = 80 * NAND_BLOCK_SIZE, |
| 80 | }, { |
| 81 | .name = "rootfs", |
| 82 | .offset = MTDPART_OFS_APPEND, |
| 83 | .size = MTDPART_SIZ_FULL, |
| 84 | }, |
| 85 | }; |
| 86 | |
| 87 | static struct omap_nand_platform_data pandora_nand_data = { |
| 88 | .cs = 0, |
| 89 | .devsize = 1, /* '0' for 8-bit, '1' for 16-bit device */ |
| 90 | .parts = omap3pandora_nand_partitions, |
| 91 | .nr_parts = ARRAY_SIZE(omap3pandora_nand_partitions), |
| 92 | }; |
| 93 | |
Grazvydas Ignotas | 7419045 | 2009-05-28 14:15:44 -0700 | [diff] [blame] | 94 | static struct gpio_led pandora_gpio_leds[] = { |
| 95 | { |
| 96 | .name = "pandora::sd1", |
| 97 | .default_trigger = "mmc0", |
| 98 | .gpio = 128, |
| 99 | }, { |
| 100 | .name = "pandora::sd2", |
| 101 | .default_trigger = "mmc1", |
| 102 | .gpio = 129, |
| 103 | }, { |
| 104 | .name = "pandora::bluetooth", |
| 105 | .gpio = 158, |
| 106 | }, { |
| 107 | .name = "pandora::wifi", |
| 108 | .gpio = 159, |
| 109 | }, |
| 110 | }; |
| 111 | |
| 112 | static struct gpio_led_platform_data pandora_gpio_led_data = { |
| 113 | .leds = pandora_gpio_leds, |
| 114 | .num_leds = ARRAY_SIZE(pandora_gpio_leds), |
| 115 | }; |
| 116 | |
| 117 | static struct platform_device pandora_leds_gpio = { |
| 118 | .name = "leds-gpio", |
| 119 | .id = -1, |
| 120 | .dev = { |
| 121 | .platform_data = &pandora_gpio_led_data, |
| 122 | }, |
| 123 | }; |
| 124 | |
| 125 | #define GPIO_BUTTON(gpio_num, ev_type, ev_code, act_low, descr) \ |
| 126 | { \ |
| 127 | .gpio = gpio_num, \ |
| 128 | .type = ev_type, \ |
| 129 | .code = ev_code, \ |
| 130 | .active_low = act_low, \ |
Grazvydas Ignotas | ad74db6 | 2010-08-02 13:18:01 +0300 | [diff] [blame] | 131 | .debounce_interval = 4, \ |
Grazvydas Ignotas | 7419045 | 2009-05-28 14:15:44 -0700 | [diff] [blame] | 132 | .desc = "btn " descr, \ |
| 133 | } |
| 134 | |
| 135 | #define GPIO_BUTTON_LOW(gpio_num, event_code, description) \ |
| 136 | GPIO_BUTTON(gpio_num, EV_KEY, event_code, 1, description) |
| 137 | |
| 138 | static struct gpio_keys_button pandora_gpio_keys[] = { |
| 139 | GPIO_BUTTON_LOW(110, KEY_UP, "up"), |
| 140 | GPIO_BUTTON_LOW(103, KEY_DOWN, "down"), |
| 141 | GPIO_BUTTON_LOW(96, KEY_LEFT, "left"), |
| 142 | GPIO_BUTTON_LOW(98, KEY_RIGHT, "right"), |
Grazvydas Ignotas | ad74db6 | 2010-08-02 13:18:01 +0300 | [diff] [blame] | 143 | GPIO_BUTTON_LOW(109, KEY_PAGEUP, "game 1"), |
| 144 | GPIO_BUTTON_LOW(111, KEY_END, "game 2"), |
| 145 | GPIO_BUTTON_LOW(106, KEY_PAGEDOWN, "game 3"), |
| 146 | GPIO_BUTTON_LOW(101, KEY_HOME, "game 4"), |
| 147 | GPIO_BUTTON_LOW(102, KEY_RIGHTSHIFT, "l"), |
| 148 | GPIO_BUTTON_LOW(97, KEY_KPPLUS, "l2"), |
| 149 | GPIO_BUTTON_LOW(105, KEY_RIGHTCTRL, "r"), |
| 150 | GPIO_BUTTON_LOW(107, KEY_KPMINUS, "r2"), |
Grazvydas Ignotas | 7419045 | 2009-05-28 14:15:44 -0700 | [diff] [blame] | 151 | GPIO_BUTTON_LOW(104, KEY_LEFTCTRL, "ctrl"), |
| 152 | GPIO_BUTTON_LOW(99, KEY_MENU, "menu"), |
| 153 | GPIO_BUTTON_LOW(176, KEY_COFFEE, "hold"), |
| 154 | GPIO_BUTTON(100, EV_KEY, KEY_LEFTALT, 0, "alt"), |
| 155 | GPIO_BUTTON(108, EV_SW, SW_LID, 1, "lid"), |
| 156 | }; |
| 157 | |
| 158 | static struct gpio_keys_platform_data pandora_gpio_key_info = { |
| 159 | .buttons = pandora_gpio_keys, |
| 160 | .nbuttons = ARRAY_SIZE(pandora_gpio_keys), |
| 161 | }; |
| 162 | |
| 163 | static struct platform_device pandora_keys_gpio = { |
| 164 | .name = "gpio-keys", |
| 165 | .id = -1, |
| 166 | .dev = { |
| 167 | .platform_data = &pandora_gpio_key_info, |
| 168 | }, |
| 169 | }; |
| 170 | |
Grazvydas Ignotas | ad74db6 | 2010-08-02 13:18:01 +0300 | [diff] [blame] | 171 | static const uint32_t board_keymap[] = { |
Grazvydas Ignotas | 24de042 | 2009-11-11 11:00:35 -0800 | [diff] [blame] | 172 | /* row, col, code */ |
Grazvydas Ignotas | 7419045 | 2009-05-28 14:15:44 -0700 | [diff] [blame] | 173 | KEY(0, 0, KEY_9), |
Grazvydas Ignotas | 24de042 | 2009-11-11 11:00:35 -0800 | [diff] [blame] | 174 | KEY(0, 1, KEY_8), |
| 175 | KEY(0, 2, KEY_I), |
| 176 | KEY(0, 3, KEY_J), |
| 177 | KEY(0, 4, KEY_N), |
| 178 | KEY(0, 5, KEY_M), |
| 179 | KEY(1, 0, KEY_0), |
Grazvydas Ignotas | 7419045 | 2009-05-28 14:15:44 -0700 | [diff] [blame] | 180 | KEY(1, 1, KEY_7), |
Grazvydas Ignotas | 24de042 | 2009-11-11 11:00:35 -0800 | [diff] [blame] | 181 | KEY(1, 2, KEY_U), |
| 182 | KEY(1, 3, KEY_H), |
| 183 | KEY(1, 4, KEY_B), |
| 184 | KEY(1, 5, KEY_SPACE), |
| 185 | KEY(2, 0, KEY_BACKSPACE), |
| 186 | KEY(2, 1, KEY_6), |
Grazvydas Ignotas | 7419045 | 2009-05-28 14:15:44 -0700 | [diff] [blame] | 187 | KEY(2, 2, KEY_Y), |
Grazvydas Ignotas | 24de042 | 2009-11-11 11:00:35 -0800 | [diff] [blame] | 188 | KEY(2, 3, KEY_G), |
| 189 | KEY(2, 4, KEY_V), |
| 190 | KEY(2, 5, KEY_FN), |
| 191 | KEY(3, 0, KEY_O), |
| 192 | KEY(3, 1, KEY_5), |
| 193 | KEY(3, 2, KEY_T), |
Grazvydas Ignotas | 7419045 | 2009-05-28 14:15:44 -0700 | [diff] [blame] | 194 | KEY(3, 3, KEY_F), |
Grazvydas Ignotas | 24de042 | 2009-11-11 11:00:35 -0800 | [diff] [blame] | 195 | KEY(3, 4, KEY_C), |
| 196 | KEY(4, 0, KEY_P), |
| 197 | KEY(4, 1, KEY_4), |
| 198 | KEY(4, 2, KEY_R), |
| 199 | KEY(4, 3, KEY_D), |
Grazvydas Ignotas | 7419045 | 2009-05-28 14:15:44 -0700 | [diff] [blame] | 200 | KEY(4, 4, KEY_X), |
Grazvydas Ignotas | 24de042 | 2009-11-11 11:00:35 -0800 | [diff] [blame] | 201 | KEY(5, 0, KEY_K), |
| 202 | KEY(5, 1, KEY_3), |
| 203 | KEY(5, 2, KEY_E), |
| 204 | KEY(5, 3, KEY_S), |
| 205 | KEY(5, 4, KEY_Z), |
| 206 | KEY(6, 0, KEY_L), |
| 207 | KEY(6, 1, KEY_2), |
| 208 | KEY(6, 2, KEY_W), |
| 209 | KEY(6, 3, KEY_A), |
| 210 | KEY(6, 4, KEY_DOT), |
| 211 | KEY(7, 0, KEY_ENTER), |
| 212 | KEY(7, 1, KEY_1), |
| 213 | KEY(7, 2, KEY_Q), |
| 214 | KEY(7, 3, KEY_LEFTSHIFT), |
| 215 | KEY(7, 4, KEY_COMMA), |
Grazvydas Ignotas | 7419045 | 2009-05-28 14:15:44 -0700 | [diff] [blame] | 216 | }; |
| 217 | |
Tony Lindgren | 4f54333 | 2009-09-24 16:23:16 -0700 | [diff] [blame] | 218 | static struct matrix_keymap_data board_map_data = { |
| 219 | .keymap = board_keymap, |
| 220 | .keymap_size = ARRAY_SIZE(board_keymap), |
| 221 | }; |
| 222 | |
Grazvydas Ignotas | 7419045 | 2009-05-28 14:15:44 -0700 | [diff] [blame] | 223 | static struct twl4030_keypad_data pandora_kp_data = { |
Tony Lindgren | 4f54333 | 2009-09-24 16:23:16 -0700 | [diff] [blame] | 224 | .keymap_data = &board_map_data, |
Grazvydas Ignotas | 7419045 | 2009-05-28 14:15:44 -0700 | [diff] [blame] | 225 | .rows = 8, |
| 226 | .cols = 6, |
Grazvydas Ignotas | 7419045 | 2009-05-28 14:15:44 -0700 | [diff] [blame] | 227 | .rep = 1, |
| 228 | }; |
| 229 | |
Grazvydas Ignotas | 7b09789 | 2010-02-17 14:09:24 -0800 | [diff] [blame] | 230 | static struct omap_dss_device pandora_lcd_device = { |
| 231 | .name = "lcd", |
| 232 | .driver_name = "tpo_td043mtea1_panel", |
| 233 | .type = OMAP_DISPLAY_TYPE_DPI, |
| 234 | .phy.dpi.data_lines = 24, |
| 235 | .reset_gpio = 157, |
| 236 | }; |
| 237 | |
| 238 | static struct omap_dss_device pandora_tv_device = { |
| 239 | .name = "tv", |
| 240 | .driver_name = "venc", |
| 241 | .type = OMAP_DISPLAY_TYPE_VENC, |
| 242 | .phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO, |
| 243 | }; |
| 244 | |
| 245 | static struct omap_dss_device *pandora_dss_devices[] = { |
| 246 | &pandora_lcd_device, |
| 247 | &pandora_tv_device, |
| 248 | }; |
| 249 | |
| 250 | static struct omap_dss_board_info pandora_dss_data = { |
| 251 | .num_devices = ARRAY_SIZE(pandora_dss_devices), |
| 252 | .devices = pandora_dss_devices, |
| 253 | .default_device = &pandora_lcd_device, |
| 254 | }; |
| 255 | |
Grazvydas Ignotas | ed199f7 | 2010-08-10 18:01:52 -0700 | [diff] [blame] | 256 | static void pandora_wl1251_init_card(struct mmc_card *card) |
| 257 | { |
| 258 | /* |
| 259 | * We have TI wl1251 attached to MMC3. Pass this information to |
| 260 | * SDIO core because it can't be probed by normal methods. |
| 261 | */ |
| 262 | card->quirks |= MMC_QUIRK_NONSTD_SDIO; |
| 263 | card->cccr.wide_bus = 1; |
| 264 | card->cis.vendor = 0x104c; |
| 265 | card->cis.device = 0x9066; |
| 266 | card->cis.blksize = 512; |
| 267 | card->cis.max_dtr = 20000000; |
| 268 | } |
| 269 | |
Adrian Hunter | 68ff042 | 2010-02-15 10:03:34 -0800 | [diff] [blame] | 270 | static struct omap2_hsmmc_info omap3pandora_mmc[] = { |
Tony Lindgren | 90c62bf | 2008-12-10 17:37:17 -0800 | [diff] [blame] | 271 | { |
| 272 | .mmc = 1, |
Sukumar Ghorai | 3a63833 | 2010-09-15 14:49:23 +0000 | [diff] [blame] | 273 | .caps = MMC_CAP_4_BIT_DATA, |
Tony Lindgren | 90c62bf | 2008-12-10 17:37:17 -0800 | [diff] [blame] | 274 | .gpio_cd = -EINVAL, |
| 275 | .gpio_wp = 126, |
| 276 | .ext_clock = 0, |
| 277 | }, |
| 278 | { |
| 279 | .mmc = 2, |
Sukumar Ghorai | 3a63833 | 2010-09-15 14:49:23 +0000 | [diff] [blame] | 280 | .caps = MMC_CAP_4_BIT_DATA, |
Tony Lindgren | 90c62bf | 2008-12-10 17:37:17 -0800 | [diff] [blame] | 281 | .gpio_cd = -EINVAL, |
| 282 | .gpio_wp = 127, |
| 283 | .ext_clock = 1, |
David Brownell | 0329c37 | 2009-03-23 18:23:47 -0700 | [diff] [blame] | 284 | .transceiver = true, |
Tony Lindgren | 90c62bf | 2008-12-10 17:37:17 -0800 | [diff] [blame] | 285 | }, |
Grazvydas Ignotas | 07d83cc | 2009-03-23 18:23:47 -0700 | [diff] [blame] | 286 | { |
| 287 | .mmc = 3, |
Grazvydas Ignotas | f861fc1 | 2010-12-19 22:33:36 +0000 | [diff] [blame] | 288 | .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_POWER_OFF_CARD, |
Grazvydas Ignotas | 07d83cc | 2009-03-23 18:23:47 -0700 | [diff] [blame] | 289 | .gpio_cd = -EINVAL, |
| 290 | .gpio_wp = -EINVAL, |
Grazvydas Ignotas | ed199f7 | 2010-08-10 18:01:52 -0700 | [diff] [blame] | 291 | .init_card = pandora_wl1251_init_card, |
Grazvydas Ignotas | 07d83cc | 2009-03-23 18:23:47 -0700 | [diff] [blame] | 292 | }, |
Tony Lindgren | 90c62bf | 2008-12-10 17:37:17 -0800 | [diff] [blame] | 293 | {} /* Terminator */ |
| 294 | }; |
| 295 | |
Tony Lindgren | 90c62bf | 2008-12-10 17:37:17 -0800 | [diff] [blame] | 296 | static int omap3pandora_twl_gpio_setup(struct device *dev, |
| 297 | unsigned gpio, unsigned ngpio) |
| 298 | { |
Grazvydas Ignotas | 79ccf54 | 2010-08-02 13:18:01 +0300 | [diff] [blame] | 299 | int ret, gpio_32khz; |
| 300 | |
Tony Lindgren | 90c62bf | 2008-12-10 17:37:17 -0800 | [diff] [blame] | 301 | /* gpio + {0,1} is "mmc{0,1}_cd" (input/IRQ) */ |
| 302 | omap3pandora_mmc[0].gpio_cd = gpio + 0; |
| 303 | omap3pandora_mmc[1].gpio_cd = gpio + 1; |
Adrian Hunter | 68ff042 | 2010-02-15 10:03:34 -0800 | [diff] [blame] | 304 | omap2_hsmmc_init(omap3pandora_mmc); |
Tony Lindgren | 90c62bf | 2008-12-10 17:37:17 -0800 | [diff] [blame] | 305 | |
Grazvydas Ignotas | 79ccf54 | 2010-08-02 13:18:01 +0300 | [diff] [blame] | 306 | /* gpio + 13 drives 32kHz buffer for wifi module */ |
| 307 | gpio_32khz = gpio + 13; |
| 308 | ret = gpio_request(gpio_32khz, "wifi 32kHz"); |
| 309 | if (ret < 0) { |
| 310 | pr_err("Cannot get GPIO line %d, ret=%d\n", gpio_32khz, ret); |
| 311 | goto fail; |
| 312 | } |
| 313 | |
| 314 | ret = gpio_direction_output(gpio_32khz, 1); |
| 315 | if (ret < 0) { |
| 316 | pr_err("Cannot set GPIO line %d, ret=%d\n", gpio_32khz, ret); |
| 317 | goto fail_direction; |
| 318 | } |
| 319 | |
Tony Lindgren | 90c62bf | 2008-12-10 17:37:17 -0800 | [diff] [blame] | 320 | return 0; |
Grazvydas Ignotas | 79ccf54 | 2010-08-02 13:18:01 +0300 | [diff] [blame] | 321 | |
| 322 | fail_direction: |
| 323 | gpio_free(gpio_32khz); |
| 324 | fail: |
| 325 | return -ENODEV; |
Tony Lindgren | 90c62bf | 2008-12-10 17:37:17 -0800 | [diff] [blame] | 326 | } |
| 327 | |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 328 | static struct twl4030_gpio_platform_data omap3pandora_gpio_data = { |
| 329 | .gpio_base = OMAP_MAX_GPIO_LINES, |
| 330 | .irq_base = TWL4030_GPIO_IRQ_BASE, |
| 331 | .irq_end = TWL4030_GPIO_IRQ_END, |
Tony Lindgren | 90c62bf | 2008-12-10 17:37:17 -0800 | [diff] [blame] | 332 | .setup = omap3pandora_twl_gpio_setup, |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 333 | }; |
| 334 | |
Grazvydas Ignotas | f6873ee | 2010-02-17 14:09:25 -0800 | [diff] [blame] | 335 | static struct regulator_consumer_supply pandora_vmmc1_supply = |
Kishore Kadiyala | 0005ae7 | 2011-02-28 20:48:05 +0530 | [diff] [blame] | 336 | REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"); |
Grazvydas Ignotas | f6873ee | 2010-02-17 14:09:25 -0800 | [diff] [blame] | 337 | |
| 338 | static struct regulator_consumer_supply pandora_vmmc2_supply = |
Kishore Kadiyala | 0005ae7 | 2011-02-28 20:48:05 +0530 | [diff] [blame] | 339 | REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"); |
Grazvydas Ignotas | f6873ee | 2010-02-17 14:09:25 -0800 | [diff] [blame] | 340 | |
Grazvydas Ignotas | 690a4a3 | 2010-10-01 16:35:25 -0700 | [diff] [blame] | 341 | static struct regulator_consumer_supply pandora_vmmc3_supply = |
Kishore Kadiyala | 0005ae7 | 2011-02-28 20:48:05 +0530 | [diff] [blame] | 342 | REGULATOR_SUPPLY("vmmc", "omap_hsmmc.2"); |
Grazvydas Ignotas | 690a4a3 | 2010-10-01 16:35:25 -0700 | [diff] [blame] | 343 | |
Grazvydas Ignotas | f6873ee | 2010-02-17 14:09:25 -0800 | [diff] [blame] | 344 | static struct regulator_consumer_supply pandora_vdda_dac_supply = |
Senthilvadivu Guruswamy | 30ea50c | 2011-01-24 06:22:01 +0000 | [diff] [blame] | 345 | REGULATOR_SUPPLY("vdda_dac", "omapdss_venc"); |
Grazvydas Ignotas | f6873ee | 2010-02-17 14:09:25 -0800 | [diff] [blame] | 346 | |
| 347 | static struct regulator_consumer_supply pandora_vdds_supplies[] = { |
| 348 | REGULATOR_SUPPLY("vdds_sdi", "omapdss"), |
| 349 | REGULATOR_SUPPLY("vdds_dsi", "omapdss"), |
Senthilvadivu Guruswamy | c8aac01 | 2011-01-24 06:22:02 +0000 | [diff] [blame^] | 350 | REGULATOR_SUPPLY("vdds_dsi", "omapdss_dsi1"), |
Grazvydas Ignotas | f6873ee | 2010-02-17 14:09:25 -0800 | [diff] [blame] | 351 | }; |
| 352 | |
| 353 | static struct regulator_consumer_supply pandora_vcc_lcd_supply = |
| 354 | REGULATOR_SUPPLY("vcc", "display0"); |
| 355 | |
| 356 | static struct regulator_consumer_supply pandora_usb_phy_supply = |
| 357 | REGULATOR_SUPPLY("hsusb0", "ehci-omap.0"); |
| 358 | |
| 359 | /* ads7846 on SPI and 2 nub controllers on I2C */ |
| 360 | static struct regulator_consumer_supply pandora_vaux4_supplies[] = { |
| 361 | REGULATOR_SUPPLY("vcc", "spi1.0"), |
| 362 | REGULATOR_SUPPLY("vcc", "3-0066"), |
| 363 | REGULATOR_SUPPLY("vcc", "3-0067"), |
| 364 | }; |
| 365 | |
| 366 | static struct regulator_consumer_supply pandora_adac_supply = |
| 367 | REGULATOR_SUPPLY("vcc", "soc-audio"); |
| 368 | |
Grazvydas Ignotas | 64f535a | 2009-05-28 14:04:04 -0700 | [diff] [blame] | 369 | /* VMMC1 for MMC1 pins CMD, CLK, DAT0..DAT3 (20 mA, plus card == max 220 mA) */ |
| 370 | static struct regulator_init_data pandora_vmmc1 = { |
| 371 | .constraints = { |
| 372 | .min_uV = 1850000, |
| 373 | .max_uV = 3150000, |
| 374 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 375 | | REGULATOR_MODE_STANDBY, |
| 376 | .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE |
| 377 | | REGULATOR_CHANGE_MODE |
| 378 | | REGULATOR_CHANGE_STATUS, |
| 379 | }, |
| 380 | .num_consumer_supplies = 1, |
| 381 | .consumer_supplies = &pandora_vmmc1_supply, |
| 382 | }; |
| 383 | |
| 384 | /* VMMC2 for MMC2 pins CMD, CLK, DAT0..DAT3 (max 100 mA) */ |
| 385 | static struct regulator_init_data pandora_vmmc2 = { |
| 386 | .constraints = { |
| 387 | .min_uV = 1850000, |
| 388 | .max_uV = 3150000, |
| 389 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 390 | | REGULATOR_MODE_STANDBY, |
| 391 | .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE |
| 392 | | REGULATOR_CHANGE_MODE |
| 393 | | REGULATOR_CHANGE_STATUS, |
| 394 | }, |
| 395 | .num_consumer_supplies = 1, |
| 396 | .consumer_supplies = &pandora_vmmc2_supply, |
| 397 | }; |
| 398 | |
Grazvydas Ignotas | 7b09789 | 2010-02-17 14:09:24 -0800 | [diff] [blame] | 399 | /* VDAC for DSS driving S-Video */ |
| 400 | static struct regulator_init_data pandora_vdac = { |
| 401 | .constraints = { |
| 402 | .min_uV = 1800000, |
| 403 | .max_uV = 1800000, |
| 404 | .apply_uV = true, |
| 405 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 406 | | REGULATOR_MODE_STANDBY, |
| 407 | .valid_ops_mask = REGULATOR_CHANGE_MODE |
| 408 | | REGULATOR_CHANGE_STATUS, |
| 409 | }, |
| 410 | .num_consumer_supplies = 1, |
| 411 | .consumer_supplies = &pandora_vdda_dac_supply, |
| 412 | }; |
| 413 | |
| 414 | /* VPLL2 for digital video outputs */ |
| 415 | static struct regulator_init_data pandora_vpll2 = { |
| 416 | .constraints = { |
| 417 | .min_uV = 1800000, |
| 418 | .max_uV = 1800000, |
| 419 | .apply_uV = true, |
| 420 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 421 | | REGULATOR_MODE_STANDBY, |
| 422 | .valid_ops_mask = REGULATOR_CHANGE_MODE |
| 423 | | REGULATOR_CHANGE_STATUS, |
| 424 | }, |
| 425 | .num_consumer_supplies = ARRAY_SIZE(pandora_vdds_supplies), |
| 426 | .consumer_supplies = pandora_vdds_supplies, |
| 427 | }; |
| 428 | |
| 429 | /* VAUX1 for LCD */ |
| 430 | static struct regulator_init_data pandora_vaux1 = { |
| 431 | .constraints = { |
| 432 | .min_uV = 3000000, |
| 433 | .max_uV = 3000000, |
| 434 | .apply_uV = true, |
| 435 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 436 | | REGULATOR_MODE_STANDBY, |
| 437 | .valid_ops_mask = REGULATOR_CHANGE_MODE |
| 438 | | REGULATOR_CHANGE_STATUS, |
| 439 | }, |
| 440 | .num_consumer_supplies = 1, |
| 441 | .consumer_supplies = &pandora_vcc_lcd_supply, |
| 442 | }; |
| 443 | |
Grazvydas Ignotas | f6873ee | 2010-02-17 14:09:25 -0800 | [diff] [blame] | 444 | /* VAUX2 for USB host PHY */ |
| 445 | static struct regulator_init_data pandora_vaux2 = { |
| 446 | .constraints = { |
| 447 | .min_uV = 1800000, |
| 448 | .max_uV = 1800000, |
| 449 | .apply_uV = true, |
| 450 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 451 | | REGULATOR_MODE_STANDBY, |
| 452 | .valid_ops_mask = REGULATOR_CHANGE_MODE |
| 453 | | REGULATOR_CHANGE_STATUS, |
| 454 | }, |
| 455 | .num_consumer_supplies = 1, |
| 456 | .consumer_supplies = &pandora_usb_phy_supply, |
| 457 | }; |
| 458 | |
| 459 | /* VAUX4 for ads7846 and nubs */ |
| 460 | static struct regulator_init_data pandora_vaux4 = { |
| 461 | .constraints = { |
| 462 | .min_uV = 2800000, |
| 463 | .max_uV = 2800000, |
| 464 | .apply_uV = true, |
| 465 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 466 | | REGULATOR_MODE_STANDBY, |
| 467 | .valid_ops_mask = REGULATOR_CHANGE_MODE |
| 468 | | REGULATOR_CHANGE_STATUS, |
| 469 | }, |
| 470 | .num_consumer_supplies = ARRAY_SIZE(pandora_vaux4_supplies), |
| 471 | .consumer_supplies = pandora_vaux4_supplies, |
| 472 | }; |
| 473 | |
| 474 | /* VSIM for audio DAC */ |
| 475 | static struct regulator_init_data pandora_vsim = { |
| 476 | .constraints = { |
| 477 | .min_uV = 2800000, |
| 478 | .max_uV = 2800000, |
| 479 | .apply_uV = true, |
| 480 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 481 | | REGULATOR_MODE_STANDBY, |
| 482 | .valid_ops_mask = REGULATOR_CHANGE_MODE |
| 483 | | REGULATOR_CHANGE_STATUS, |
| 484 | }, |
| 485 | .num_consumer_supplies = 1, |
| 486 | .consumer_supplies = &pandora_adac_supply, |
| 487 | }; |
| 488 | |
Grazvydas Ignotas | 690a4a3 | 2010-10-01 16:35:25 -0700 | [diff] [blame] | 489 | /* Fixed regulator internal to Wifi module */ |
| 490 | static struct regulator_init_data pandora_vmmc3 = { |
| 491 | .constraints = { |
| 492 | .valid_ops_mask = REGULATOR_CHANGE_STATUS, |
| 493 | }, |
| 494 | .num_consumer_supplies = 1, |
| 495 | .consumer_supplies = &pandora_vmmc3_supply, |
| 496 | }; |
| 497 | |
| 498 | static struct fixed_voltage_config pandora_vwlan = { |
| 499 | .supply_name = "vwlan", |
| 500 | .microvolts = 1800000, /* 1.8V */ |
| 501 | .gpio = PANDORA_WIFI_NRESET_GPIO, |
| 502 | .startup_delay = 50000, /* 50ms */ |
| 503 | .enable_high = 1, |
| 504 | .enabled_at_boot = 0, |
| 505 | .init_data = &pandora_vmmc3, |
| 506 | }; |
| 507 | |
| 508 | static struct platform_device pandora_vwlan_device = { |
| 509 | .name = "reg-fixed-voltage", |
| 510 | .id = 1, |
| 511 | .dev = { |
| 512 | .platform_data = &pandora_vwlan, |
| 513 | }, |
| 514 | }; |
| 515 | |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 516 | static struct twl4030_usb_data omap3pandora_usb_data = { |
| 517 | .usb_mode = T2_USB_MODE_ULPI, |
| 518 | }; |
| 519 | |
Ilkka Koskinen | 6a58baf | 2011-03-02 13:24:05 +0000 | [diff] [blame] | 520 | static struct twl4030_codec_audio_data omap3pandora_audio_data; |
Peter Ujfalusi | e86fa0b | 2009-10-22 13:26:46 +0300 | [diff] [blame] | 521 | |
| 522 | static struct twl4030_codec_data omap3pandora_codec_data = { |
Peter Ujfalusi | 6df74ef | 2009-11-04 09:58:18 +0200 | [diff] [blame] | 523 | .audio_mclk = 26000000, |
Peter Ujfalusi | e86fa0b | 2009-10-22 13:26:46 +0300 | [diff] [blame] | 524 | .audio = &omap3pandora_audio_data, |
| 525 | }; |
| 526 | |
Grazvydas Ignotas | e13bb34 | 2010-10-01 16:35:25 -0700 | [diff] [blame] | 527 | static struct twl4030_bci_platform_data pandora_bci_data; |
| 528 | |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 529 | static struct twl4030_platform_data omap3pandora_twldata = { |
| 530 | .irq_base = TWL4030_IRQ_BASE, |
| 531 | .irq_end = TWL4030_IRQ_END, |
| 532 | .gpio = &omap3pandora_gpio_data, |
| 533 | .usb = &omap3pandora_usb_data, |
Peter Ujfalusi | e86fa0b | 2009-10-22 13:26:46 +0300 | [diff] [blame] | 534 | .codec = &omap3pandora_codec_data, |
Grazvydas Ignotas | 64f535a | 2009-05-28 14:04:04 -0700 | [diff] [blame] | 535 | .vmmc1 = &pandora_vmmc1, |
| 536 | .vmmc2 = &pandora_vmmc2, |
Grazvydas Ignotas | 7b09789 | 2010-02-17 14:09:24 -0800 | [diff] [blame] | 537 | .vdac = &pandora_vdac, |
| 538 | .vpll2 = &pandora_vpll2, |
| 539 | .vaux1 = &pandora_vaux1, |
Grazvydas Ignotas | f6873ee | 2010-02-17 14:09:25 -0800 | [diff] [blame] | 540 | .vaux2 = &pandora_vaux2, |
| 541 | .vaux4 = &pandora_vaux4, |
| 542 | .vsim = &pandora_vsim, |
Grazvydas Ignotas | 7419045 | 2009-05-28 14:15:44 -0700 | [diff] [blame] | 543 | .keypad = &pandora_kp_data, |
Grazvydas Ignotas | e13bb34 | 2010-10-01 16:35:25 -0700 | [diff] [blame] | 544 | .bci = &pandora_bci_data, |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 545 | }; |
| 546 | |
| 547 | static struct i2c_board_info __initdata omap3pandora_i2c_boardinfo[] = { |
| 548 | { |
| 549 | I2C_BOARD_INFO("tps65950", 0x48), |
| 550 | .flags = I2C_CLIENT_WAKE, |
| 551 | .irq = INT_34XX_SYS_NIRQ, |
| 552 | .platform_data = &omap3pandora_twldata, |
| 553 | }, |
| 554 | }; |
| 555 | |
Grazvydas Ignotas | 03d5671 | 2010-03-10 11:13:53 +0000 | [diff] [blame] | 556 | static struct i2c_board_info __initdata omap3pandora_i2c3_boardinfo[] = { |
| 557 | { |
| 558 | I2C_BOARD_INFO("bq27500", 0x55), |
| 559 | .flags = I2C_CLIENT_WAKE, |
| 560 | }, |
| 561 | }; |
| 562 | |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 563 | static int __init omap3pandora_i2c_init(void) |
| 564 | { |
| 565 | omap_register_i2c_bus(1, 2600, omap3pandora_i2c_boardinfo, |
| 566 | ARRAY_SIZE(omap3pandora_i2c_boardinfo)); |
| 567 | /* i2c2 pins are not connected */ |
Grazvydas Ignotas | 03d5671 | 2010-03-10 11:13:53 +0000 | [diff] [blame] | 568 | omap_register_i2c_bus(3, 100, omap3pandora_i2c3_boardinfo, |
| 569 | ARRAY_SIZE(omap3pandora_i2c3_boardinfo)); |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 570 | return 0; |
| 571 | } |
| 572 | |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 573 | static void __init omap3pandora_ads7846_init(void) |
| 574 | { |
| 575 | int gpio = OMAP3_PANDORA_TS_GPIO; |
| 576 | int ret; |
| 577 | |
| 578 | ret = gpio_request(gpio, "ads7846_pen_down"); |
| 579 | if (ret < 0) { |
| 580 | printk(KERN_ERR "Failed to request GPIO %d for " |
| 581 | "ads7846 pen down IRQ\n", gpio); |
| 582 | return; |
| 583 | } |
| 584 | |
| 585 | gpio_direction_input(gpio); |
| 586 | } |
| 587 | |
| 588 | static int ads7846_get_pendown_state(void) |
| 589 | { |
| 590 | return !gpio_get_value(OMAP3_PANDORA_TS_GPIO); |
| 591 | } |
| 592 | |
| 593 | static struct ads7846_platform_data ads7846_config = { |
| 594 | .x_max = 0x0fff, |
| 595 | .y_max = 0x0fff, |
| 596 | .x_plate_ohms = 180, |
| 597 | .pressure_max = 255, |
| 598 | .debounce_max = 10, |
| 599 | .debounce_tol = 3, |
| 600 | .debounce_rep = 1, |
| 601 | .get_pendown_state = ads7846_get_pendown_state, |
| 602 | .keep_vref_on = 1, |
| 603 | }; |
| 604 | |
| 605 | static struct omap2_mcspi_device_config ads7846_mcspi_config = { |
| 606 | .turbo_mode = 0, |
| 607 | .single_channel = 1, /* 0: slave, 1: master */ |
| 608 | }; |
| 609 | |
| 610 | static struct spi_board_info omap3pandora_spi_board_info[] __initdata = { |
| 611 | { |
| 612 | .modalias = "ads7846", |
| 613 | .bus_num = 1, |
| 614 | .chip_select = 0, |
| 615 | .max_speed_hz = 1500000, |
| 616 | .controller_data = &ads7846_mcspi_config, |
| 617 | .irq = OMAP_GPIO_IRQ(OMAP3_PANDORA_TS_GPIO), |
| 618 | .platform_data = &ads7846_config, |
Grazvydas Ignotas | 7b09789 | 2010-02-17 14:09:24 -0800 | [diff] [blame] | 619 | }, { |
| 620 | .modalias = "tpo_td043mtea1_panel_spi", |
| 621 | .bus_num = 1, |
| 622 | .chip_select = 1, |
| 623 | .max_speed_hz = 375000, |
| 624 | .platform_data = &pandora_lcd_device, |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 625 | } |
| 626 | }; |
| 627 | |
Russell King - ARM Linux | 3dc3bad | 2011-02-14 15:40:20 -0800 | [diff] [blame] | 628 | static void __init omap3pandora_init_early(void) |
Paul Walmsley | b3c6df3 | 2009-09-03 20:14:02 +0300 | [diff] [blame] | 629 | { |
Paul Walmsley | 4805734 | 2010-12-21 15:25:10 -0700 | [diff] [blame] | 630 | omap2_init_common_infrastructure(); |
| 631 | omap2_init_common_devices(mt46h32m32lf6_sdrc_params, |
| 632 | mt46h32m32lf6_sdrc_params); |
Paul Walmsley | b3c6df3 | 2009-09-03 20:14:02 +0300 | [diff] [blame] | 633 | } |
| 634 | |
Grazvydas Ignotas | e4b3fdb | 2010-11-04 00:13:49 +0200 | [diff] [blame] | 635 | static void __init pandora_wl1251_init(void) |
Grazvydas Ignotas | 79ccf54 | 2010-08-02 13:18:01 +0300 | [diff] [blame] | 636 | { |
Grazvydas Ignotas | e4b3fdb | 2010-11-04 00:13:49 +0200 | [diff] [blame] | 637 | struct wl12xx_platform_data pandora_wl1251_pdata; |
Grazvydas Ignotas | 79ccf54 | 2010-08-02 13:18:01 +0300 | [diff] [blame] | 638 | int ret; |
| 639 | |
Grazvydas Ignotas | e4b3fdb | 2010-11-04 00:13:49 +0200 | [diff] [blame] | 640 | memset(&pandora_wl1251_pdata, 0, sizeof(pandora_wl1251_pdata)); |
| 641 | |
Grazvydas Ignotas | 79ccf54 | 2010-08-02 13:18:01 +0300 | [diff] [blame] | 642 | ret = gpio_request(PANDORA_WIFI_IRQ_GPIO, "wl1251 irq"); |
| 643 | if (ret < 0) |
| 644 | goto fail; |
| 645 | |
| 646 | ret = gpio_direction_input(PANDORA_WIFI_IRQ_GPIO); |
| 647 | if (ret < 0) |
| 648 | goto fail_irq; |
| 649 | |
| 650 | pandora_wl1251_pdata.irq = gpio_to_irq(PANDORA_WIFI_IRQ_GPIO); |
| 651 | if (pandora_wl1251_pdata.irq < 0) |
| 652 | goto fail_irq; |
| 653 | |
Grazvydas Ignotas | e4b3fdb | 2010-11-04 00:13:49 +0200 | [diff] [blame] | 654 | pandora_wl1251_pdata.use_eeprom = true; |
| 655 | ret = wl12xx_set_platform_data(&pandora_wl1251_pdata); |
| 656 | if (ret < 0) |
| 657 | goto fail_irq; |
| 658 | |
Grazvydas Ignotas | 79ccf54 | 2010-08-02 13:18:01 +0300 | [diff] [blame] | 659 | return; |
| 660 | |
Grazvydas Ignotas | 79ccf54 | 2010-08-02 13:18:01 +0300 | [diff] [blame] | 661 | fail_irq: |
| 662 | gpio_free(PANDORA_WIFI_IRQ_GPIO); |
| 663 | fail: |
| 664 | printk(KERN_ERR "wl1251 board initialisation failed\n"); |
| 665 | } |
| 666 | |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 667 | static struct platform_device *omap3pandora_devices[] __initdata = { |
Grazvydas Ignotas | 7419045 | 2009-05-28 14:15:44 -0700 | [diff] [blame] | 668 | &pandora_leds_gpio, |
| 669 | &pandora_keys_gpio, |
Grazvydas Ignotas | 690a4a3 | 2010-10-01 16:35:25 -0700 | [diff] [blame] | 670 | &pandora_vwlan_device, |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 671 | }; |
| 672 | |
Felipe Balbi | 6f69a18 | 2010-03-04 09:45:53 +0200 | [diff] [blame] | 673 | static const struct ehci_hcd_omap_platform_data ehci_pdata __initconst = { |
Felipe Balbi | 58a5491 | 2009-11-22 10:11:01 -0800 | [diff] [blame] | 674 | |
| 675 | .port_mode[0] = EHCI_HCD_OMAP_MODE_PHY, |
| 676 | .port_mode[1] = EHCI_HCD_OMAP_MODE_UNKNOWN, |
| 677 | .port_mode[2] = EHCI_HCD_OMAP_MODE_UNKNOWN, |
| 678 | |
| 679 | .phy_reset = true, |
| 680 | .reset_gpio_port[0] = 16, |
| 681 | .reset_gpio_port[1] = -EINVAL, |
| 682 | .reset_gpio_port[2] = -EINVAL |
| 683 | }; |
| 684 | |
Tony Lindgren | ca5742b | 2009-12-11 16:16:32 -0800 | [diff] [blame] | 685 | #ifdef CONFIG_OMAP_MUX |
| 686 | static struct omap_board_mux board_mux[] __initdata = { |
| 687 | { .reg_offset = OMAP_MUX_TERMINATOR }, |
| 688 | }; |
Tony Lindgren | ca5742b | 2009-12-11 16:16:32 -0800 | [diff] [blame] | 689 | #endif |
| 690 | |
Maulik Mankad | 884b836 | 2010-02-17 14:09:30 -0800 | [diff] [blame] | 691 | static struct omap_musb_board_data musb_board_data = { |
| 692 | .interface_type = MUSB_INTERFACE_ULPI, |
| 693 | .mode = MUSB_OTG, |
| 694 | .power = 100, |
| 695 | }; |
| 696 | |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 697 | static void __init omap3pandora_init(void) |
| 698 | { |
Tony Lindgren | ca5742b | 2009-12-11 16:16:32 -0800 | [diff] [blame] | 699 | omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 700 | omap3pandora_i2c_init(); |
Grazvydas Ignotas | 79ccf54 | 2010-08-02 13:18:01 +0300 | [diff] [blame] | 701 | pandora_wl1251_init(); |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 702 | platform_add_devices(omap3pandora_devices, |
| 703 | ARRAY_SIZE(omap3pandora_devices)); |
Senthilvadivu Guruswamy | d5e1322 | 2011-02-22 11:24:50 +0200 | [diff] [blame] | 704 | omap_display_init(&pandora_dss_data); |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 705 | omap_serial_init(); |
| 706 | spi_register_board_info(omap3pandora_spi_board_info, |
| 707 | ARRAY_SIZE(omap3pandora_spi_board_info)); |
| 708 | omap3pandora_ads7846_init(); |
Felipe Balbi | 58a5491 | 2009-11-22 10:11:01 -0800 | [diff] [blame] | 709 | usb_ehci_init(&ehci_pdata); |
Maulik Mankad | 884b836 | 2010-02-17 14:09:30 -0800 | [diff] [blame] | 710 | usb_musb_init(&musb_board_data); |
Grazvydas Ignotas | 79ccf54 | 2010-08-02 13:18:01 +0300 | [diff] [blame] | 711 | gpmc_nand_init(&pandora_nand_data); |
Jean Pihet | 9fb9741 | 2009-07-24 19:43:25 -0600 | [diff] [blame] | 712 | |
| 713 | /* Ensure SDRC pins are mux'd for self-refresh */ |
Tony Lindgren | 4896e39 | 2009-12-11 16:16:32 -0800 | [diff] [blame] | 714 | omap_mux_init_signal("sdrc_cke0", OMAP_PIN_OUTPUT); |
| 715 | omap_mux_init_signal("sdrc_cke1", OMAP_PIN_OUTPUT); |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 716 | } |
| 717 | |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 718 | MACHINE_START(OMAP3_PANDORA, "Pandora Handheld Console") |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 719 | .boot_params = 0x80000100, |
Russell King | 71ee7da | 2010-05-23 10:18:16 +0100 | [diff] [blame] | 720 | .reserve = omap_reserve, |
Russell King - ARM Linux | 3dc3bad | 2011-02-14 15:40:20 -0800 | [diff] [blame] | 721 | .map_io = omap3_map_io, |
| 722 | .init_early = omap3pandora_init_early, |
| 723 | .init_irq = omap_init_irq, |
Grazvydas Ignotas | da17724 | 2008-12-10 17:36:54 -0800 | [diff] [blame] | 724 | .init_machine = omap3pandora_init, |
| 725 | .timer = &omap_timer, |
| 726 | MACHINE_END |