blob: 28133d5b4fed19ca1976bae99dce66a328e46e5d [file] [log] [blame]
Grazvydas Ignotasda177242008-12-10 17:36:54 -08001/*
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>
Grazvydas Ignotas64f535a2009-05-28 14:04:04 -070025#include <linux/regulator/machine.h>
Santosh Shilimkarb07682b2009-12-13 20:05:51 +010026#include <linux/i2c/twl.h>
Ohad Ben-Cohenc1f9a092010-09-16 13:16:02 +020027#include <linux/wl12xx.h>
Grazvydas Ignotas79ccf542010-08-02 13:18:01 +030028#include <linux/mtd/partitions.h>
29#include <linux/mtd/nand.h>
Grazvydas Ignotas74190452009-05-28 14:15:44 -070030#include <linux/leds.h>
31#include <linux/input.h>
Janusz Krzysztofik61354342009-10-22 14:43:17 -070032#include <linux/input/matrix_keypad.h>
Axel Linf9fa1bb2011-05-31 20:55:44 +080033#include <linux/gpio.h>
Grazvydas Ignotas74190452009-05-28 14:15:44 -070034#include <linux/gpio_keys.h>
Sukumar Ghorai3a638332010-09-15 14:49:23 +000035#include <linux/mmc/host.h>
Grazvydas Ignotased199f72010-08-10 18:01:52 -070036#include <linux/mmc/card.h>
Grazvydas Ignotas690a4a32010-10-01 16:35:25 -070037#include <linux/regulator/fixed.h>
Kishon Vijay Abraham I51482be2013-02-06 18:58:50 +053038#include <linux/usb/phy.h>
Arnd Bergmann22037472012-08-24 15:21:06 +020039#include <linux/platform_data/spi-omap2-mcspi.h>
Grazvydas Ignotasda177242008-12-10 17:36:54 -080040
41#include <asm/mach-types.h>
42#include <asm/mach/arch.h>
43#include <asm/mach/map.h>
44
Tony Lindgren4e653312011-11-10 22:45:17 +010045#include "common.h"
Tomi Valkeinena0b38cc2011-05-11 14:05:07 +030046#include <video/omapdss.h>
Archit Taneja2af2ac72012-11-21 15:53:36 +053047#include <video/omap-panel-data.h>
Arnd Bergmann22037472012-08-24 15:21:06 +020048#include <linux/platform_data/mtd-nand-omap2.h>
Grazvydas Ignotasda177242008-12-10 17:36:54 -080049
Tony Lindgrenca5742b2009-12-11 16:16:32 -080050#include "mux.h"
Paul Walmsley2e12bd72009-05-28 14:03:59 -070051#include "sdram-micron-mt46h32m32lf-6.h"
Adrian Hunterd02a900b2010-02-15 10:03:34 -080052#include "hsmmc.h"
Mike Rapoport96974a22011-04-25 01:09:05 +030053#include "common-board-devices.h"
Afzal Mohammedbc3668e2012-09-29 12:26:13 +053054#include "gpmc-nand.h"
Tony Lindgren90c62bf2008-12-10 17:37:17 -080055
Grazvydas Ignotas79ccf542010-08-02 13:18:01 +030056#define PANDORA_WIFI_IRQ_GPIO 21
57#define PANDORA_WIFI_NRESET_GPIO 23
Grazvydas Ignotasda177242008-12-10 17:36:54 -080058#define OMAP3_PANDORA_TS_GPIO 94
59
Grazvydas Ignotas79ccf542010-08-02 13:18:01 +030060static struct mtd_partition omap3pandora_nand_partitions[] = {
61 {
62 .name = "xloader",
63 .offset = 0,
64 .size = 4 * NAND_BLOCK_SIZE,
65 .mask_flags = MTD_WRITEABLE
66 }, {
67 .name = "uboot",
68 .offset = MTDPART_OFS_APPEND,
69 .size = 15 * NAND_BLOCK_SIZE,
70 }, {
71 .name = "uboot-env",
72 .offset = MTDPART_OFS_APPEND,
73 .size = 1 * NAND_BLOCK_SIZE,
74 }, {
75 .name = "boot",
76 .offset = MTDPART_OFS_APPEND,
77 .size = 80 * NAND_BLOCK_SIZE,
78 }, {
79 .name = "rootfs",
80 .offset = MTDPART_OFS_APPEND,
81 .size = MTDPART_SIZ_FULL,
82 },
83};
84
85static struct omap_nand_platform_data pandora_nand_data = {
86 .cs = 0,
Grazvydas Ignotas9d5ae7c2011-06-03 20:24:03 +000087 .devsize = NAND_BUSWIDTH_16,
88 .xfer_type = NAND_OMAP_PREFETCH_DMA,
Grazvydas Ignotas79ccf542010-08-02 13:18:01 +030089 .parts = omap3pandora_nand_partitions,
90 .nr_parts = ARRAY_SIZE(omap3pandora_nand_partitions),
91};
92
Grazvydas Ignotas74190452009-05-28 14:15:44 -070093static struct gpio_led pandora_gpio_leds[] = {
94 {
95 .name = "pandora::sd1",
96 .default_trigger = "mmc0",
97 .gpio = 128,
98 }, {
99 .name = "pandora::sd2",
100 .default_trigger = "mmc1",
101 .gpio = 129,
102 }, {
103 .name = "pandora::bluetooth",
104 .gpio = 158,
105 }, {
106 .name = "pandora::wifi",
107 .gpio = 159,
108 },
109};
110
111static struct gpio_led_platform_data pandora_gpio_led_data = {
112 .leds = pandora_gpio_leds,
113 .num_leds = ARRAY_SIZE(pandora_gpio_leds),
114};
115
116static struct platform_device pandora_leds_gpio = {
117 .name = "leds-gpio",
118 .id = -1,
119 .dev = {
120 .platform_data = &pandora_gpio_led_data,
121 },
122};
123
Grazvydas Ignotas7846e162012-03-05 11:08:37 -0800124static struct platform_device pandora_backlight = {
125 .name = "pandora-backlight",
126 .id = -1,
127};
128
Grazvydas Ignotas74190452009-05-28 14:15:44 -0700129#define GPIO_BUTTON(gpio_num, ev_type, ev_code, act_low, descr) \
130{ \
131 .gpio = gpio_num, \
132 .type = ev_type, \
133 .code = ev_code, \
134 .active_low = act_low, \
Grazvydas Ignotasad74db62010-08-02 13:18:01 +0300135 .debounce_interval = 4, \
Grazvydas Ignotas74190452009-05-28 14:15:44 -0700136 .desc = "btn " descr, \
137}
138
139#define GPIO_BUTTON_LOW(gpio_num, event_code, description) \
140 GPIO_BUTTON(gpio_num, EV_KEY, event_code, 1, description)
141
142static struct gpio_keys_button pandora_gpio_keys[] = {
143 GPIO_BUTTON_LOW(110, KEY_UP, "up"),
144 GPIO_BUTTON_LOW(103, KEY_DOWN, "down"),
145 GPIO_BUTTON_LOW(96, KEY_LEFT, "left"),
146 GPIO_BUTTON_LOW(98, KEY_RIGHT, "right"),
Grazvydas Ignotasad74db62010-08-02 13:18:01 +0300147 GPIO_BUTTON_LOW(109, KEY_PAGEUP, "game 1"),
148 GPIO_BUTTON_LOW(111, KEY_END, "game 2"),
149 GPIO_BUTTON_LOW(106, KEY_PAGEDOWN, "game 3"),
150 GPIO_BUTTON_LOW(101, KEY_HOME, "game 4"),
151 GPIO_BUTTON_LOW(102, KEY_RIGHTSHIFT, "l"),
152 GPIO_BUTTON_LOW(97, KEY_KPPLUS, "l2"),
153 GPIO_BUTTON_LOW(105, KEY_RIGHTCTRL, "r"),
154 GPIO_BUTTON_LOW(107, KEY_KPMINUS, "r2"),
Grazvydas Ignotas74190452009-05-28 14:15:44 -0700155 GPIO_BUTTON_LOW(104, KEY_LEFTCTRL, "ctrl"),
156 GPIO_BUTTON_LOW(99, KEY_MENU, "menu"),
157 GPIO_BUTTON_LOW(176, KEY_COFFEE, "hold"),
158 GPIO_BUTTON(100, EV_KEY, KEY_LEFTALT, 0, "alt"),
159 GPIO_BUTTON(108, EV_SW, SW_LID, 1, "lid"),
160};
161
162static struct gpio_keys_platform_data pandora_gpio_key_info = {
163 .buttons = pandora_gpio_keys,
164 .nbuttons = ARRAY_SIZE(pandora_gpio_keys),
165};
166
167static struct platform_device pandora_keys_gpio = {
168 .name = "gpio-keys",
169 .id = -1,
170 .dev = {
171 .platform_data = &pandora_gpio_key_info,
172 },
173};
174
Grazvydas Ignotasad74db62010-08-02 13:18:01 +0300175static const uint32_t board_keymap[] = {
Grazvydas Ignotas24de0422009-11-11 11:00:35 -0800176 /* row, col, code */
Grazvydas Ignotas74190452009-05-28 14:15:44 -0700177 KEY(0, 0, KEY_9),
Grazvydas Ignotas24de0422009-11-11 11:00:35 -0800178 KEY(0, 1, KEY_8),
179 KEY(0, 2, KEY_I),
180 KEY(0, 3, KEY_J),
181 KEY(0, 4, KEY_N),
182 KEY(0, 5, KEY_M),
183 KEY(1, 0, KEY_0),
Grazvydas Ignotas74190452009-05-28 14:15:44 -0700184 KEY(1, 1, KEY_7),
Grazvydas Ignotas24de0422009-11-11 11:00:35 -0800185 KEY(1, 2, KEY_U),
186 KEY(1, 3, KEY_H),
187 KEY(1, 4, KEY_B),
188 KEY(1, 5, KEY_SPACE),
189 KEY(2, 0, KEY_BACKSPACE),
190 KEY(2, 1, KEY_6),
Grazvydas Ignotas74190452009-05-28 14:15:44 -0700191 KEY(2, 2, KEY_Y),
Grazvydas Ignotas24de0422009-11-11 11:00:35 -0800192 KEY(2, 3, KEY_G),
193 KEY(2, 4, KEY_V),
194 KEY(2, 5, KEY_FN),
195 KEY(3, 0, KEY_O),
196 KEY(3, 1, KEY_5),
197 KEY(3, 2, KEY_T),
Grazvydas Ignotas74190452009-05-28 14:15:44 -0700198 KEY(3, 3, KEY_F),
Grazvydas Ignotas24de0422009-11-11 11:00:35 -0800199 KEY(3, 4, KEY_C),
200 KEY(4, 0, KEY_P),
201 KEY(4, 1, KEY_4),
202 KEY(4, 2, KEY_R),
203 KEY(4, 3, KEY_D),
Grazvydas Ignotas74190452009-05-28 14:15:44 -0700204 KEY(4, 4, KEY_X),
Grazvydas Ignotas24de0422009-11-11 11:00:35 -0800205 KEY(5, 0, KEY_K),
206 KEY(5, 1, KEY_3),
207 KEY(5, 2, KEY_E),
208 KEY(5, 3, KEY_S),
209 KEY(5, 4, KEY_Z),
210 KEY(6, 0, KEY_L),
211 KEY(6, 1, KEY_2),
212 KEY(6, 2, KEY_W),
213 KEY(6, 3, KEY_A),
214 KEY(6, 4, KEY_DOT),
215 KEY(7, 0, KEY_ENTER),
216 KEY(7, 1, KEY_1),
217 KEY(7, 2, KEY_Q),
218 KEY(7, 3, KEY_LEFTSHIFT),
219 KEY(7, 4, KEY_COMMA),
Grazvydas Ignotas74190452009-05-28 14:15:44 -0700220};
221
Tony Lindgren4f543332009-09-24 16:23:16 -0700222static struct matrix_keymap_data board_map_data = {
223 .keymap = board_keymap,
224 .keymap_size = ARRAY_SIZE(board_keymap),
225};
226
Grazvydas Ignotas74190452009-05-28 14:15:44 -0700227static struct twl4030_keypad_data pandora_kp_data = {
Tony Lindgren4f543332009-09-24 16:23:16 -0700228 .keymap_data = &board_map_data,
Grazvydas Ignotas74190452009-05-28 14:15:44 -0700229 .rows = 8,
230 .cols = 6,
Grazvydas Ignotas74190452009-05-28 14:15:44 -0700231 .rep = 1,
232};
233
Archit Taneja2af2ac72012-11-21 15:53:36 +0530234static struct panel_tpo_td043_data lcd_data = {
235 .nreset_gpio = 157,
236};
237
Grazvydas Ignotas7b097892010-02-17 14:09:24 -0800238static struct omap_dss_device pandora_lcd_device = {
239 .name = "lcd",
240 .driver_name = "tpo_td043mtea1_panel",
241 .type = OMAP_DISPLAY_TYPE_DPI,
242 .phy.dpi.data_lines = 24,
Archit Taneja2af2ac72012-11-21 15:53:36 +0530243 .data = &lcd_data,
Grazvydas Ignotas7b097892010-02-17 14:09:24 -0800244};
245
246static struct omap_dss_device pandora_tv_device = {
247 .name = "tv",
248 .driver_name = "venc",
249 .type = OMAP_DISPLAY_TYPE_VENC,
250 .phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO,
251};
252
253static struct omap_dss_device *pandora_dss_devices[] = {
254 &pandora_lcd_device,
255 &pandora_tv_device,
256};
257
258static struct omap_dss_board_info pandora_dss_data = {
259 .num_devices = ARRAY_SIZE(pandora_dss_devices),
260 .devices = pandora_dss_devices,
261 .default_device = &pandora_lcd_device,
262};
263
Grazvydas Ignotased199f72010-08-10 18:01:52 -0700264static void pandora_wl1251_init_card(struct mmc_card *card)
265{
266 /*
267 * We have TI wl1251 attached to MMC3. Pass this information to
268 * SDIO core because it can't be probed by normal methods.
269 */
270 card->quirks |= MMC_QUIRK_NONSTD_SDIO;
271 card->cccr.wide_bus = 1;
272 card->cis.vendor = 0x104c;
273 card->cis.device = 0x9066;
274 card->cis.blksize = 512;
275 card->cis.max_dtr = 20000000;
276}
277
Adrian Hunter68ff0422010-02-15 10:03:34 -0800278static struct omap2_hsmmc_info omap3pandora_mmc[] = {
Tony Lindgren90c62bf2008-12-10 17:37:17 -0800279 {
280 .mmc = 1,
Sukumar Ghorai3a638332010-09-15 14:49:23 +0000281 .caps = MMC_CAP_4_BIT_DATA,
Tony Lindgren90c62bf2008-12-10 17:37:17 -0800282 .gpio_cd = -EINVAL,
283 .gpio_wp = 126,
284 .ext_clock = 0,
Tony Lindgren3b972bf2012-02-20 09:43:29 -0800285 .deferred = true,
Tony Lindgren90c62bf2008-12-10 17:37:17 -0800286 },
287 {
288 .mmc = 2,
Sukumar Ghorai3a638332010-09-15 14:49:23 +0000289 .caps = MMC_CAP_4_BIT_DATA,
Tony Lindgren90c62bf2008-12-10 17:37:17 -0800290 .gpio_cd = -EINVAL,
291 .gpio_wp = 127,
292 .ext_clock = 1,
David Brownell0329c372009-03-23 18:23:47 -0700293 .transceiver = true,
Tony Lindgren3b972bf2012-02-20 09:43:29 -0800294 .deferred = true,
Tony Lindgren90c62bf2008-12-10 17:37:17 -0800295 },
Grazvydas Ignotas07d83cc2009-03-23 18:23:47 -0700296 {
297 .mmc = 3,
Grazvydas Ignotasf861fc12010-12-19 22:33:36 +0000298 .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_POWER_OFF_CARD,
Grazvydas Ignotas07d83cc2009-03-23 18:23:47 -0700299 .gpio_cd = -EINVAL,
300 .gpio_wp = -EINVAL,
Grazvydas Ignotased199f72010-08-10 18:01:52 -0700301 .init_card = pandora_wl1251_init_card,
Grazvydas Ignotas07d83cc2009-03-23 18:23:47 -0700302 },
Tony Lindgren90c62bf2008-12-10 17:37:17 -0800303 {} /* Terminator */
304};
305
Tony Lindgren90c62bf2008-12-10 17:37:17 -0800306static int omap3pandora_twl_gpio_setup(struct device *dev,
307 unsigned gpio, unsigned ngpio)
308{
Grazvydas Ignotas79ccf542010-08-02 13:18:01 +0300309 int ret, gpio_32khz;
310
Tony Lindgren90c62bf2008-12-10 17:37:17 -0800311 /* gpio + {0,1} is "mmc{0,1}_cd" (input/IRQ) */
312 omap3pandora_mmc[0].gpio_cd = gpio + 0;
313 omap3pandora_mmc[1].gpio_cd = gpio + 1;
Tony Lindgren3b972bf2012-02-20 09:43:29 -0800314 omap_hsmmc_late_init(omap3pandora_mmc);
Tony Lindgren90c62bf2008-12-10 17:37:17 -0800315
Grazvydas Ignotas79ccf542010-08-02 13:18:01 +0300316 /* gpio + 13 drives 32kHz buffer for wifi module */
317 gpio_32khz = gpio + 13;
Igor Grinbergbc593f52011-05-03 18:22:09 +0300318 ret = gpio_request_one(gpio_32khz, GPIOF_OUT_INIT_HIGH, "wifi 32kHz");
Grazvydas Ignotas79ccf542010-08-02 13:18:01 +0300319 if (ret < 0) {
320 pr_err("Cannot get GPIO line %d, ret=%d\n", gpio_32khz, ret);
Igor Grinbergbc593f52011-05-03 18:22:09 +0300321 return -ENODEV;
Grazvydas Ignotas79ccf542010-08-02 13:18:01 +0300322 }
323
Tony Lindgren90c62bf2008-12-10 17:37:17 -0800324 return 0;
325}
326
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800327static struct twl4030_gpio_platform_data omap3pandora_gpio_data = {
Tony Lindgren90c62bf2008-12-10 17:37:17 -0800328 .setup = omap3pandora_twl_gpio_setup,
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800329};
330
Oleg Drokin786b01a2011-06-06 18:57:07 +0000331static struct regulator_consumer_supply pandora_vmmc1_supply[] = {
332 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
333};
Grazvydas Ignotasf6873ee2010-02-17 14:09:25 -0800334
Oleg Drokin786b01a2011-06-06 18:57:07 +0000335static struct regulator_consumer_supply pandora_vmmc2_supply[] = {
336 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1")
337};
Grazvydas Ignotasf6873ee2010-02-17 14:09:25 -0800338
Oleg Drokin786b01a2011-06-06 18:57:07 +0000339static struct regulator_consumer_supply pandora_vmmc3_supply[] = {
340 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.2"),
341};
Grazvydas Ignotas690a4a32010-10-01 16:35:25 -0700342
Grazvydas Ignotasf6873ee2010-02-17 14:09:25 -0800343static struct regulator_consumer_supply pandora_vdds_supplies[] = {
344 REGULATOR_SUPPLY("vdds_sdi", "omapdss"),
345 REGULATOR_SUPPLY("vdds_dsi", "omapdss"),
Tomi Valkeinen7c68dd92011-08-03 14:00:57 +0300346 REGULATOR_SUPPLY("vdds_dsi", "omapdss_dsi.0"),
Grazvydas Ignotasf6873ee2010-02-17 14:09:25 -0800347};
348
Oleg Drokin786b01a2011-06-06 18:57:07 +0000349static struct regulator_consumer_supply pandora_vcc_lcd_supply[] = {
350 REGULATOR_SUPPLY("vcc", "display0"),
351};
Grazvydas Ignotasf6873ee2010-02-17 14:09:25 -0800352
Oleg Drokin786b01a2011-06-06 18:57:07 +0000353static struct regulator_consumer_supply pandora_usb_phy_supply[] = {
Roger Quadros08a15fe2013-03-20 17:44:53 +0200354 REGULATOR_SUPPLY("vcc", "nop_usb_xceiv.2"), /* hsusb port 2 */
Oleg Drokin786b01a2011-06-06 18:57:07 +0000355};
Grazvydas Ignotasf6873ee2010-02-17 14:09:25 -0800356
357/* ads7846 on SPI and 2 nub controllers on I2C */
358static struct regulator_consumer_supply pandora_vaux4_supplies[] = {
359 REGULATOR_SUPPLY("vcc", "spi1.0"),
360 REGULATOR_SUPPLY("vcc", "3-0066"),
361 REGULATOR_SUPPLY("vcc", "3-0067"),
362};
363
Oleg Drokin786b01a2011-06-06 18:57:07 +0000364static struct regulator_consumer_supply pandora_adac_supply[] = {
365 REGULATOR_SUPPLY("vcc", "soc-audio"),
366};
Grazvydas Ignotasf6873ee2010-02-17 14:09:25 -0800367
Grazvydas Ignotas64f535a2009-05-28 14:04:04 -0700368/* VMMC1 for MMC1 pins CMD, CLK, DAT0..DAT3 (20 mA, plus card == max 220 mA) */
369static struct regulator_init_data pandora_vmmc1 = {
370 .constraints = {
371 .min_uV = 1850000,
372 .max_uV = 3150000,
373 .valid_modes_mask = REGULATOR_MODE_NORMAL
374 | REGULATOR_MODE_STANDBY,
375 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
376 | REGULATOR_CHANGE_MODE
377 | REGULATOR_CHANGE_STATUS,
378 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000379 .num_consumer_supplies = ARRAY_SIZE(pandora_vmmc1_supply),
380 .consumer_supplies = pandora_vmmc1_supply,
Grazvydas Ignotas64f535a2009-05-28 14:04:04 -0700381};
382
383/* VMMC2 for MMC2 pins CMD, CLK, DAT0..DAT3 (max 100 mA) */
384static struct regulator_init_data pandora_vmmc2 = {
385 .constraints = {
386 .min_uV = 1850000,
387 .max_uV = 3150000,
388 .valid_modes_mask = REGULATOR_MODE_NORMAL
389 | REGULATOR_MODE_STANDBY,
390 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
391 | REGULATOR_CHANGE_MODE
392 | REGULATOR_CHANGE_STATUS,
393 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000394 .num_consumer_supplies = ARRAY_SIZE(pandora_vmmc2_supply),
395 .consumer_supplies = pandora_vmmc2_supply,
Grazvydas Ignotas64f535a2009-05-28 14:04:04 -0700396};
397
Grazvydas Ignotas7b097892010-02-17 14:09:24 -0800398/* VAUX1 for LCD */
399static struct regulator_init_data pandora_vaux1 = {
400 .constraints = {
401 .min_uV = 3000000,
402 .max_uV = 3000000,
403 .apply_uV = true,
404 .valid_modes_mask = REGULATOR_MODE_NORMAL
405 | REGULATOR_MODE_STANDBY,
406 .valid_ops_mask = REGULATOR_CHANGE_MODE
407 | REGULATOR_CHANGE_STATUS,
408 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000409 .num_consumer_supplies = ARRAY_SIZE(pandora_vcc_lcd_supply),
410 .consumer_supplies = pandora_vcc_lcd_supply,
Grazvydas Ignotas7b097892010-02-17 14:09:24 -0800411};
412
Grazvydas Ignotasf6873ee2010-02-17 14:09:25 -0800413/* VAUX2 for USB host PHY */
414static struct regulator_init_data pandora_vaux2 = {
415 .constraints = {
416 .min_uV = 1800000,
417 .max_uV = 1800000,
418 .apply_uV = true,
419 .valid_modes_mask = REGULATOR_MODE_NORMAL
420 | REGULATOR_MODE_STANDBY,
421 .valid_ops_mask = REGULATOR_CHANGE_MODE
422 | REGULATOR_CHANGE_STATUS,
423 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000424 .num_consumer_supplies = ARRAY_SIZE(pandora_usb_phy_supply),
425 .consumer_supplies = pandora_usb_phy_supply,
Grazvydas Ignotasf6873ee2010-02-17 14:09:25 -0800426};
427
428/* VAUX4 for ads7846 and nubs */
429static struct regulator_init_data pandora_vaux4 = {
430 .constraints = {
431 .min_uV = 2800000,
432 .max_uV = 2800000,
433 .apply_uV = true,
434 .valid_modes_mask = REGULATOR_MODE_NORMAL
435 | REGULATOR_MODE_STANDBY,
436 .valid_ops_mask = REGULATOR_CHANGE_MODE
437 | REGULATOR_CHANGE_STATUS,
438 },
439 .num_consumer_supplies = ARRAY_SIZE(pandora_vaux4_supplies),
440 .consumer_supplies = pandora_vaux4_supplies,
441};
442
443/* VSIM for audio DAC */
444static struct regulator_init_data pandora_vsim = {
445 .constraints = {
446 .min_uV = 2800000,
447 .max_uV = 2800000,
448 .apply_uV = true,
449 .valid_modes_mask = REGULATOR_MODE_NORMAL
450 | REGULATOR_MODE_STANDBY,
451 .valid_ops_mask = REGULATOR_CHANGE_MODE
452 | REGULATOR_CHANGE_STATUS,
453 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000454 .num_consumer_supplies = ARRAY_SIZE(pandora_adac_supply),
455 .consumer_supplies = pandora_adac_supply,
Grazvydas Ignotasf6873ee2010-02-17 14:09:25 -0800456};
457
Grazvydas Ignotas690a4a32010-10-01 16:35:25 -0700458/* Fixed regulator internal to Wifi module */
459static struct regulator_init_data pandora_vmmc3 = {
460 .constraints = {
461 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
462 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000463 .num_consumer_supplies = ARRAY_SIZE(pandora_vmmc3_supply),
464 .consumer_supplies = pandora_vmmc3_supply,
Grazvydas Ignotas690a4a32010-10-01 16:35:25 -0700465};
466
467static struct fixed_voltage_config pandora_vwlan = {
468 .supply_name = "vwlan",
469 .microvolts = 1800000, /* 1.8V */
470 .gpio = PANDORA_WIFI_NRESET_GPIO,
471 .startup_delay = 50000, /* 50ms */
472 .enable_high = 1,
473 .enabled_at_boot = 0,
474 .init_data = &pandora_vmmc3,
475};
476
477static struct platform_device pandora_vwlan_device = {
478 .name = "reg-fixed-voltage",
479 .id = 1,
480 .dev = {
481 .platform_data = &pandora_vwlan,
482 },
483};
484
Grazvydas Ignotase13bb342010-10-01 16:35:25 -0700485static struct twl4030_bci_platform_data pandora_bci_data;
486
Grazvydas Ignotas7846e162012-03-05 11:08:37 -0800487static struct twl4030_power_data pandora_power_data = {
488 .use_poweroff = true,
489};
490
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800491static struct twl4030_platform_data omap3pandora_twldata = {
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800492 .gpio = &omap3pandora_gpio_data,
Grazvydas Ignotas64f535a2009-05-28 14:04:04 -0700493 .vmmc1 = &pandora_vmmc1,
494 .vmmc2 = &pandora_vmmc2,
Grazvydas Ignotas7b097892010-02-17 14:09:24 -0800495 .vaux1 = &pandora_vaux1,
Grazvydas Ignotasf6873ee2010-02-17 14:09:25 -0800496 .vaux2 = &pandora_vaux2,
497 .vaux4 = &pandora_vaux4,
498 .vsim = &pandora_vsim,
Grazvydas Ignotas74190452009-05-28 14:15:44 -0700499 .keypad = &pandora_kp_data,
Grazvydas Ignotase13bb342010-10-01 16:35:25 -0700500 .bci = &pandora_bci_data,
Grazvydas Ignotas7846e162012-03-05 11:08:37 -0800501 .power = &pandora_power_data,
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800502};
503
Grazvydas Ignotas03d56712010-03-10 11:13:53 +0000504static struct i2c_board_info __initdata omap3pandora_i2c3_boardinfo[] = {
505 {
506 I2C_BOARD_INFO("bq27500", 0x55),
507 .flags = I2C_CLIENT_WAKE,
508 },
509};
510
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800511static int __init omap3pandora_i2c_init(void)
512{
Peter Ujfalusi827ed9a2011-06-07 10:28:54 +0300513 omap3_pmic_get_config(&omap3pandora_twldata,
Peter Ujfalusib252b0e2011-06-07 11:38:24 +0300514 TWL_COMMON_PDATA_USB | TWL_COMMON_PDATA_AUDIO,
515 TWL_COMMON_REGULATOR_VDAC | TWL_COMMON_REGULATOR_VPLL2);
516
517 omap3pandora_twldata.vdac->constraints.apply_uV = true;
518
519 omap3pandora_twldata.vpll2->constraints.apply_uV = true;
520 omap3pandora_twldata.vpll2->num_consumer_supplies =
521 ARRAY_SIZE(pandora_vdds_supplies);
522 omap3pandora_twldata.vpll2->consumer_supplies = pandora_vdds_supplies;
523
Mike Rapoportfbd80712011-04-25 01:09:06 +0300524 omap3_pmic_init("tps65950", &omap3pandora_twldata);
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800525 /* i2c2 pins are not connected */
Grazvydas Ignotas03d56712010-03-10 11:13:53 +0000526 omap_register_i2c_bus(3, 100, omap3pandora_i2c3_boardinfo,
527 ARRAY_SIZE(omap3pandora_i2c3_boardinfo));
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800528 return 0;
529}
530
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800531static struct spi_board_info omap3pandora_spi_board_info[] __initdata = {
532 {
Grazvydas Ignotas7b097892010-02-17 14:09:24 -0800533 .modalias = "tpo_td043mtea1_panel_spi",
534 .bus_num = 1,
535 .chip_select = 1,
536 .max_speed_hz = 375000,
537 .platform_data = &pandora_lcd_device,
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800538 }
539};
540
Grazvydas Ignotase4b3fdb2010-11-04 00:13:49 +0200541static void __init pandora_wl1251_init(void)
Grazvydas Ignotas79ccf542010-08-02 13:18:01 +0300542{
Grazvydas Ignotase4b3fdb2010-11-04 00:13:49 +0200543 struct wl12xx_platform_data pandora_wl1251_pdata;
Grazvydas Ignotas79ccf542010-08-02 13:18:01 +0300544 int ret;
545
Grazvydas Ignotase4b3fdb2010-11-04 00:13:49 +0200546 memset(&pandora_wl1251_pdata, 0, sizeof(pandora_wl1251_pdata));
547
Igor Grinbergbc593f52011-05-03 18:22:09 +0300548 ret = gpio_request_one(PANDORA_WIFI_IRQ_GPIO, GPIOF_IN, "wl1251 irq");
Grazvydas Ignotas79ccf542010-08-02 13:18:01 +0300549 if (ret < 0)
550 goto fail;
551
Grazvydas Ignotas79ccf542010-08-02 13:18:01 +0300552 pandora_wl1251_pdata.irq = gpio_to_irq(PANDORA_WIFI_IRQ_GPIO);
553 if (pandora_wl1251_pdata.irq < 0)
554 goto fail_irq;
555
Grazvydas Ignotase4b3fdb2010-11-04 00:13:49 +0200556 pandora_wl1251_pdata.use_eeprom = true;
557 ret = wl12xx_set_platform_data(&pandora_wl1251_pdata);
558 if (ret < 0)
559 goto fail_irq;
560
Grazvydas Ignotas79ccf542010-08-02 13:18:01 +0300561 return;
562
Grazvydas Ignotas79ccf542010-08-02 13:18:01 +0300563fail_irq:
564 gpio_free(PANDORA_WIFI_IRQ_GPIO);
565fail:
566 printk(KERN_ERR "wl1251 board initialisation failed\n");
567}
568
Roger Quadros08a15fe2013-03-20 17:44:53 +0200569static struct usbhs_phy_data phy_data[] __initdata = {
570 {
571 .port = 2,
572 .reset_gpio = 16,
573 .vcc_gpio = -EINVAL,
574 },
575};
576
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800577static struct platform_device *omap3pandora_devices[] __initdata = {
Grazvydas Ignotas74190452009-05-28 14:15:44 -0700578 &pandora_leds_gpio,
579 &pandora_keys_gpio,
Grazvydas Ignotas690a4a32010-10-01 16:35:25 -0700580 &pandora_vwlan_device,
Grazvydas Ignotas7846e162012-03-05 11:08:37 -0800581 &pandora_backlight,
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800582};
583
Roger Quadros42973152013-02-14 10:13:48 +0200584static struct usbhs_omap_platform_data usbhs_bdata __initdata = {
Grazvydas Ignotas17e22ca2012-03-05 16:11:02 -0800585 .port_mode[1] = OMAP_EHCI_PORT_MODE_PHY,
Felipe Balbi58a54912009-11-22 10:11:01 -0800586};
587
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800588#ifdef CONFIG_OMAP_MUX
589static struct omap_board_mux board_mux[] __initdata = {
590 { .reg_offset = OMAP_MUX_TERMINATOR },
591};
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800592#endif
593
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800594static void __init omap3pandora_init(void)
595{
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800596 omap3_mux_init(board_mux, OMAP_PACKAGE_CBB);
Tony Lindgren3b972bf2012-02-20 09:43:29 -0800597 omap_hsmmc_init(omap3pandora_mmc);
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800598 omap3pandora_i2c_init();
Grazvydas Ignotas79ccf542010-08-02 13:18:01 +0300599 pandora_wl1251_init();
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800600 platform_add_devices(omap3pandora_devices,
601 ARRAY_SIZE(omap3pandora_devices));
Senthilvadivu Guruswamyd5e13222011-02-22 11:24:50 +0200602 omap_display_init(&pandora_dss_data);
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800603 omap_serial_init();
Tony Lindgrena4ca9db2011-08-22 23:57:23 -0700604 omap_sdrc_init(mt46h32m32lf6_sdrc_params,
605 mt46h32m32lf6_sdrc_params);
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800606 spi_register_board_info(omap3pandora_spi_board_info,
607 ARRAY_SIZE(omap3pandora_spi_board_info));
Mike Rapoport96974a22011-04-25 01:09:05 +0300608 omap_ads7846_init(1, OMAP3_PANDORA_TS_GPIO, 0, NULL);
Roger Quadros08a15fe2013-03-20 17:44:53 +0200609
610 usbhs_init_phys(phy_data, ARRAY_SIZE(phy_data));
Keshava Munegowda9e64bb12011-03-01 20:08:19 +0530611 usbhs_init(&usbhs_bdata);
Roger Quadros08a15fe2013-03-20 17:44:53 +0200612
Kishon Vijay Abraham I51482be2013-02-06 18:58:50 +0530613 usb_bind_phy("musb-hdrc.0.auto", 0, "twl4030_usb");
Mike Rapoport9e186302011-04-27 11:56:12 +0300614 usb_musb_init(NULL);
Afzal Mohammedbc3668e2012-09-29 12:26:13 +0530615 gpmc_nand_init(&pandora_nand_data, NULL);
Jean Pihet9fb97412009-07-24 19:43:25 -0600616
617 /* Ensure SDRC pins are mux'd for self-refresh */
Tony Lindgren4896e392009-12-11 16:16:32 -0800618 omap_mux_init_signal("sdrc_cke0", OMAP_PIN_OUTPUT);
619 omap_mux_init_signal("sdrc_cke1", OMAP_PIN_OUTPUT);
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800620}
621
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800622MACHINE_START(OMAP3_PANDORA, "Pandora Handheld Console")
Nicolas Pitre5e52b432011-07-05 22:38:15 -0400623 .atag_offset = 0x100,
Russell King71ee7da2010-05-23 10:18:16 +0100624 .reserve = omap_reserve,
Russell King - ARM Linux3dc3bad2011-02-14 15:40:20 -0800625 .map_io = omap3_map_io,
Tony Lindgren8f5b5a42011-08-22 23:57:24 -0700626 .init_early = omap35xx_init_early,
Tony Lindgren741e3a82011-05-17 03:51:26 -0700627 .init_irq = omap3_init_irq,
Marc Zyngier6b2f55d2011-09-06 10:23:45 +0100628 .handle_irq = omap3_intc_handle_irq,
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800629 .init_machine = omap3pandora_init,
Shawn Guobbd707a2012-04-26 16:06:50 +0800630 .init_late = omap35xx_init_late,
Stephen Warren6bb27d72012-11-08 12:40:59 -0700631 .init_time = omap3_sync32k_timer_init,
Paul Walmsley187e3e02012-10-29 20:56:12 -0600632 .restart = omap3xxx_restart,
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800633MACHINE_END