blob: d27a4ef6eb638a618afbf7372c88da5cf595f298 [file] [log] [blame]
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001/*
Amit Kucheria9312fff2009-08-27 20:27:57 +02002 * linux/arch/arm/mach-omap2/board-rx51-peripherals.c
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07003 *
4 * Copyright (C) 2008-2009 Nokia
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10
11#include <linux/kernel.h>
12#include <linux/init.h>
13#include <linux/platform_device.h>
14#include <linux/input.h>
Janusz Krzysztofik61354342009-10-22 14:43:17 -070015#include <linux/input/matrix_keypad.h>
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070016#include <linux/spi/spi.h>
Kalle Valoa24e61a2009-11-18 18:41:06 -080017#include <linux/spi/wl12xx.h>
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070018#include <linux/i2c.h>
Balaji T Kebeb53e2009-12-15 20:09:02 +053019#include <linux/i2c/twl.h>
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070020#include <linux/clk.h>
21#include <linux/delay.h>
22#include <linux/regulator/machine.h>
23#include <linux/gpio.h>
Jani Nikulaf014ee32009-11-05 22:59:47 -080024#include <linux/gpio_keys.h>
Adrian Hunter5e763d22009-09-22 16:45:05 -070025#include <linux/mmc/host.h>
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070026
Tony Lindgrence491cf2009-10-20 09:40:47 -070027#include <plat/mcspi.h>
28#include <plat/mux.h>
29#include <plat/board.h>
30#include <plat/common.h>
31#include <plat/dma.h>
32#include <plat/gpmc.h>
Tony Lindgrence491cf2009-10-20 09:40:47 -070033#include <plat/onenand.h>
34#include <plat/gpmc-smc91x.h>
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070035
Tony Lindgren4896e392009-12-11 16:16:32 -080036#include "mux.h"
Adrian Hunterd02a9002010-02-15 10:03:34 -080037#include "hsmmc.h"
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070038
Adrian Hunterf52eeee2009-05-28 14:04:04 -070039#define SYSTEM_REV_B_USES_VAUX3 0x1699
40#define SYSTEM_REV_S_USES_VAUX3 0x8
41
Kalle Valoa24e61a2009-11-18 18:41:06 -080042#define RX51_WL1251_POWER_GPIO 87
43#define RX51_WL1251_IRQ_GPIO 42
44
45/* list all spi devices here */
46enum {
47 RX51_SPI_WL1251,
Roger Quadros03e11102010-05-10 10:35:17 +020048 RX51_SPI_MIPID, /* LCD panel */
Roger Quadros6996e7f2010-03-22 17:16:25 +020049 RX51_SPI_TSC2005, /* Touch Controller */
Kalle Valoa24e61a2009-11-18 18:41:06 -080050};
51
52static struct wl12xx_platform_data wl1251_pdata;
53
54static struct omap2_mcspi_device_config wl1251_mcspi_config = {
55 .turbo_mode = 0,
56 .single_channel = 1,
57};
58
Roger Quadros03e11102010-05-10 10:35:17 +020059static struct omap2_mcspi_device_config mipid_mcspi_config = {
60 .turbo_mode = 0,
61 .single_channel = 1,
62};
63
Roger Quadros6996e7f2010-03-22 17:16:25 +020064static struct omap2_mcspi_device_config tsc2005_mcspi_config = {
65 .turbo_mode = 0,
66 .single_channel = 1,
67};
68
Kalle Valoa24e61a2009-11-18 18:41:06 -080069static struct spi_board_info rx51_peripherals_spi_board_info[] __initdata = {
70 [RX51_SPI_WL1251] = {
71 .modalias = "wl1251",
72 .bus_num = 4,
73 .chip_select = 0,
74 .max_speed_hz = 48000000,
Kalle Valo860fc972009-12-11 16:16:37 -080075 .mode = SPI_MODE_3,
Kalle Valoa24e61a2009-11-18 18:41:06 -080076 .controller_data = &wl1251_mcspi_config,
77 .platform_data = &wl1251_pdata,
78 },
Roger Quadros03e11102010-05-10 10:35:17 +020079 [RX51_SPI_MIPID] = {
80 .modalias = "acx565akm",
81 .bus_num = 1,
82 .chip_select = 2,
83 .max_speed_hz = 6000000,
84 .controller_data = &mipid_mcspi_config,
85 },
Roger Quadros6996e7f2010-03-22 17:16:25 +020086 [RX51_SPI_TSC2005] = {
87 .modalias = "tsc2005",
88 .bus_num = 1,
89 .chip_select = 0,
90 /* .irq = OMAP_GPIO_IRQ(RX51_TSC2005_IRQ_GPIO),*/
91 .max_speed_hz = 6000000,
92 .controller_data = &tsc2005_mcspi_config,
93 /* .platform_data = &tsc2005_config,*/
94 },
Kalle Valoa24e61a2009-11-18 18:41:06 -080095};
96
Jani Nikulaf014ee32009-11-05 22:59:47 -080097#if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE)
98
99#define RX51_GPIO_CAMERA_LENS_COVER 110
100#define RX51_GPIO_CAMERA_FOCUS 68
101#define RX51_GPIO_CAMERA_CAPTURE 69
102#define RX51_GPIO_KEYPAD_SLIDE 71
103#define RX51_GPIO_LOCK_BUTTON 113
104#define RX51_GPIO_PROXIMITY 89
105
106#define RX51_GPIO_DEBOUNCE_TIMEOUT 10
107
108static struct gpio_keys_button rx51_gpio_keys[] = {
109 {
110 .desc = "Camera Lens Cover",
111 .type = EV_SW,
112 .code = SW_CAMERA_LENS_COVER,
113 .gpio = RX51_GPIO_CAMERA_LENS_COVER,
114 .active_low = 1,
115 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
116 }, {
117 .desc = "Camera Focus",
118 .type = EV_KEY,
119 .code = KEY_CAMERA_FOCUS,
120 .gpio = RX51_GPIO_CAMERA_FOCUS,
121 .active_low = 1,
122 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
123 }, {
124 .desc = "Camera Capture",
125 .type = EV_KEY,
126 .code = KEY_CAMERA,
127 .gpio = RX51_GPIO_CAMERA_CAPTURE,
128 .active_low = 1,
129 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
130 }, {
131 .desc = "Lock Button",
132 .type = EV_KEY,
133 .code = KEY_SCREENLOCK,
134 .gpio = RX51_GPIO_LOCK_BUTTON,
135 .active_low = 1,
136 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
137 }, {
138 .desc = "Keypad Slide",
139 .type = EV_SW,
140 .code = SW_KEYPAD_SLIDE,
141 .gpio = RX51_GPIO_KEYPAD_SLIDE,
142 .active_low = 1,
143 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
144 }, {
145 .desc = "Proximity Sensor",
146 .type = EV_SW,
147 .code = SW_FRONT_PROXIMITY,
148 .gpio = RX51_GPIO_PROXIMITY,
149 .active_low = 0,
150 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
151 }
152};
153
154static struct gpio_keys_platform_data rx51_gpio_keys_data = {
155 .buttons = rx51_gpio_keys,
156 .nbuttons = ARRAY_SIZE(rx51_gpio_keys),
157};
158
159static struct platform_device rx51_gpio_keys_device = {
160 .name = "gpio-keys",
161 .id = -1,
162 .dev = {
163 .platform_data = &rx51_gpio_keys_data,
164 },
165};
166
167static void __init rx51_add_gpio_keys(void)
168{
169 platform_device_register(&rx51_gpio_keys_device);
170}
171#else
172static void __init rx51_add_gpio_keys(void)
173{
174}
175#endif /* CONFIG_KEYBOARD_GPIO || CONFIG_KEYBOARD_GPIO_MODULE */
176
Tony Lindgren4f543332009-09-24 16:23:16 -0700177static int board_keymap[] = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700178 KEY(0, 0, KEY_Q),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700179 KEY(0, 1, KEY_O),
180 KEY(0, 2, KEY_P),
181 KEY(0, 3, KEY_COMMA),
182 KEY(0, 4, KEY_BACKSPACE),
183 KEY(0, 6, KEY_A),
184 KEY(0, 7, KEY_S),
185 KEY(1, 0, KEY_W),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700186 KEY(1, 1, KEY_D),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700187 KEY(1, 2, KEY_F),
188 KEY(1, 3, KEY_G),
189 KEY(1, 4, KEY_H),
190 KEY(1, 5, KEY_J),
191 KEY(1, 6, KEY_K),
192 KEY(1, 7, KEY_L),
193 KEY(2, 0, KEY_E),
194 KEY(2, 1, KEY_DOT),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700195 KEY(2, 2, KEY_UP),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700196 KEY(2, 3, KEY_ENTER),
197 KEY(2, 5, KEY_Z),
198 KEY(2, 6, KEY_X),
199 KEY(2, 7, KEY_C),
200 KEY(3, 0, KEY_R),
201 KEY(3, 1, KEY_V),
202 KEY(3, 2, KEY_B),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700203 KEY(3, 3, KEY_N),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700204 KEY(3, 4, KEY_M),
205 KEY(3, 5, KEY_SPACE),
206 KEY(3, 6, KEY_SPACE),
207 KEY(3, 7, KEY_LEFT),
208 KEY(4, 0, KEY_T),
209 KEY(4, 1, KEY_DOWN),
210 KEY(4, 2, KEY_RIGHT),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700211 KEY(4, 4, KEY_LEFTCTRL),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700212 KEY(4, 5, KEY_RIGHTALT),
213 KEY(4, 6, KEY_LEFTSHIFT),
214 KEY(5, 0, KEY_Y),
215 KEY(6, 0, KEY_U),
216 KEY(7, 0, KEY_I),
217 KEY(7, 1, KEY_F7),
218 KEY(7, 2, KEY_F8),
219 KEY(0xff, 2, KEY_F9),
220 KEY(0xff, 4, KEY_F10),
221 KEY(0xff, 5, KEY_F11),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700222};
223
Tony Lindgren4f543332009-09-24 16:23:16 -0700224static struct matrix_keymap_data board_map_data = {
225 .keymap = board_keymap,
226 .keymap_size = ARRAY_SIZE(board_keymap),
227};
228
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700229static struct twl4030_keypad_data rx51_kp_data = {
Tony Lindgren4f543332009-09-24 16:23:16 -0700230 .keymap_data = &board_map_data,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700231 .rows = 8,
232 .cols = 8,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700233 .rep = 1,
234};
235
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700236static struct twl4030_madc_platform_data rx51_madc_data = {
237 .irq_line = 1,
238};
239
Adrian Hunterce6f0012010-02-15 10:03:34 -0800240/* Enable input logic and pull all lines up when eMMC is on. */
241static struct omap_board_mux rx51_mmc2_on_mux[] = {
242 OMAP3_MUX(SDMMC2_CMD, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
243 OMAP3_MUX(SDMMC2_DAT0, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
244 OMAP3_MUX(SDMMC2_DAT1, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
245 OMAP3_MUX(SDMMC2_DAT2, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
246 OMAP3_MUX(SDMMC2_DAT3, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
247 OMAP3_MUX(SDMMC2_DAT4, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
248 OMAP3_MUX(SDMMC2_DAT5, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
249 OMAP3_MUX(SDMMC2_DAT6, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
250 OMAP3_MUX(SDMMC2_DAT7, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
251 { .reg_offset = OMAP_MUX_TERMINATOR },
252};
253
254/* Disable input logic and pull all lines down when eMMC is off. */
255static struct omap_board_mux rx51_mmc2_off_mux[] = {
256 OMAP3_MUX(SDMMC2_CMD, OMAP_PULL_ENA | OMAP_MUX_MODE0),
257 OMAP3_MUX(SDMMC2_DAT0, OMAP_PULL_ENA | OMAP_MUX_MODE0),
258 OMAP3_MUX(SDMMC2_DAT1, OMAP_PULL_ENA | OMAP_MUX_MODE0),
259 OMAP3_MUX(SDMMC2_DAT2, OMAP_PULL_ENA | OMAP_MUX_MODE0),
260 OMAP3_MUX(SDMMC2_DAT3, OMAP_PULL_ENA | OMAP_MUX_MODE0),
261 OMAP3_MUX(SDMMC2_DAT4, OMAP_PULL_ENA | OMAP_MUX_MODE0),
262 OMAP3_MUX(SDMMC2_DAT5, OMAP_PULL_ENA | OMAP_MUX_MODE0),
263 OMAP3_MUX(SDMMC2_DAT6, OMAP_PULL_ENA | OMAP_MUX_MODE0),
264 OMAP3_MUX(SDMMC2_DAT7, OMAP_PULL_ENA | OMAP_MUX_MODE0),
265 { .reg_offset = OMAP_MUX_TERMINATOR },
266};
267
268/*
269 * Current flows to eMMC when eMMC is off and the data lines are pulled up,
270 * so pull them down. N.B. we pull 8 lines because we are using 8 lines.
271 */
272static void rx51_mmc2_remux(struct device *dev, int slot, int power_on)
273{
274 if (power_on)
275 omap_mux_write_array(rx51_mmc2_on_mux);
276 else
277 omap_mux_write_array(rx51_mmc2_off_mux);
278}
279
Adrian Hunter68ff0422010-02-15 10:03:34 -0800280static struct omap2_hsmmc_info mmc[] __initdata = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700281 {
282 .name = "external",
283 .mmc = 1,
284 .wires = 4,
285 .cover_only = true,
286 .gpio_cd = 160,
287 .gpio_wp = -EINVAL,
Adrian Hunter5e763d22009-09-22 16:45:05 -0700288 .power_saving = true,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700289 },
290 {
291 .name = "internal",
292 .mmc = 2,
Adrian Hunterce6f0012010-02-15 10:03:34 -0800293 .wires = 8, /* See also rx51_mmc2_remux */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700294 .gpio_cd = -EINVAL,
295 .gpio_wp = -EINVAL,
Adrian Hunter5e763d22009-09-22 16:45:05 -0700296 .nonremovable = true,
297 .power_saving = true,
Adrian Hunterce6f0012010-02-15 10:03:34 -0800298 .remux = rx51_mmc2_remux,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700299 },
300 {} /* Terminator */
301};
302
303static struct regulator_consumer_supply rx51_vmmc1_supply = {
Adrian Hunter68ff0422010-02-15 10:03:34 -0800304 .supply = "vmmc",
305 .dev_name = "mmci-omap-hs.0",
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700306};
307
308static struct regulator_consumer_supply rx51_vmmc2_supply = {
Adrian Hunter68ff0422010-02-15 10:03:34 -0800309 .supply = "vmmc",
310 .dev_name = "mmci-omap-hs.1",
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700311};
312
313static struct regulator_consumer_supply rx51_vsim_supply = {
Adrian Hunter68ff0422010-02-15 10:03:34 -0800314 .supply = "vmmc_aux",
315 .dev_name = "mmci-omap-hs.1",
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700316};
317
318static struct regulator_init_data rx51_vaux1 = {
319 .constraints = {
320 .name = "V28",
321 .min_uV = 2800000,
322 .max_uV = 2800000,
323 .valid_modes_mask = REGULATOR_MODE_NORMAL
324 | REGULATOR_MODE_STANDBY,
325 .valid_ops_mask = REGULATOR_CHANGE_MODE
326 | REGULATOR_CHANGE_STATUS,
327 },
328};
329
330static struct regulator_init_data rx51_vaux2 = {
331 .constraints = {
332 .name = "VCSI",
333 .min_uV = 1800000,
334 .max_uV = 1800000,
335 .valid_modes_mask = REGULATOR_MODE_NORMAL
336 | REGULATOR_MODE_STANDBY,
337 .valid_ops_mask = REGULATOR_CHANGE_MODE
338 | REGULATOR_CHANGE_STATUS,
339 },
340};
341
342/* VAUX3 - adds more power to VIO_18 rail */
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700343static struct regulator_init_data rx51_vaux3_cam = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700344 .constraints = {
345 .name = "VCAM_DIG_18",
346 .min_uV = 1800000,
347 .max_uV = 1800000,
348 .apply_uV = true,
349 .valid_modes_mask = REGULATOR_MODE_NORMAL
350 | REGULATOR_MODE_STANDBY,
351 .valid_ops_mask = REGULATOR_CHANGE_MODE
352 | REGULATOR_CHANGE_STATUS,
353 },
354};
355
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700356static struct regulator_init_data rx51_vaux3_mmc = {
357 .constraints = {
358 .name = "VMMC2_30",
359 .min_uV = 2800000,
360 .max_uV = 3000000,
361 .apply_uV = true,
362 .valid_modes_mask = REGULATOR_MODE_NORMAL
363 | REGULATOR_MODE_STANDBY,
364 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
365 | REGULATOR_CHANGE_MODE
366 | REGULATOR_CHANGE_STATUS,
367 },
368 .num_consumer_supplies = 1,
369 .consumer_supplies = &rx51_vmmc2_supply,
370};
371
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700372static struct regulator_init_data rx51_vaux4 = {
373 .constraints = {
374 .name = "VCAM_ANA_28",
375 .min_uV = 2800000,
376 .max_uV = 2800000,
377 .apply_uV = true,
378 .valid_modes_mask = REGULATOR_MODE_NORMAL
379 | REGULATOR_MODE_STANDBY,
380 .valid_ops_mask = REGULATOR_CHANGE_MODE
381 | REGULATOR_CHANGE_STATUS,
382 },
383};
384
385static struct regulator_init_data rx51_vmmc1 = {
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 = &rx51_vmmc1_supply,
397};
398
399static struct regulator_init_data rx51_vmmc2 = {
400 .constraints = {
401 .name = "VMMC2_30",
402 .min_uV = 1850000,
403 .max_uV = 3150000,
404 .apply_uV = true,
405 .valid_modes_mask = REGULATOR_MODE_NORMAL
406 | REGULATOR_MODE_STANDBY,
407 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
408 | REGULATOR_CHANGE_MODE
409 | REGULATOR_CHANGE_STATUS,
410 },
411 .num_consumer_supplies = 1,
412 .consumer_supplies = &rx51_vmmc2_supply,
413};
414
415static struct regulator_init_data rx51_vsim = {
416 .constraints = {
417 .name = "VMMC2_IO_18",
418 .min_uV = 1800000,
419 .max_uV = 1800000,
420 .apply_uV = true,
421 .valid_modes_mask = REGULATOR_MODE_NORMAL
422 | REGULATOR_MODE_STANDBY,
423 .valid_ops_mask = REGULATOR_CHANGE_MODE
424 | REGULATOR_CHANGE_STATUS,
425 },
426 .num_consumer_supplies = 1,
427 .consumer_supplies = &rx51_vsim_supply,
428};
429
430static struct regulator_init_data rx51_vdac = {
431 .constraints = {
432 .min_uV = 1800000,
433 .max_uV = 1800000,
434 .valid_modes_mask = REGULATOR_MODE_NORMAL
435 | REGULATOR_MODE_STANDBY,
436 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
437 | REGULATOR_CHANGE_MODE
438 | REGULATOR_CHANGE_STATUS,
439 },
440};
441
442static int rx51_twlgpio_setup(struct device *dev, unsigned gpio, unsigned n)
443{
444 /* FIXME this gpio setup is just a placeholder for now */
445 gpio_request(gpio + 6, "backlight_pwm");
446 gpio_direction_output(gpio + 6, 0);
447 gpio_request(gpio + 7, "speaker_en");
448 gpio_direction_output(gpio + 7, 1);
449
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700450 return 0;
451}
452
453static struct twl4030_gpio_platform_data rx51_gpio_data = {
454 .gpio_base = OMAP_MAX_GPIO_LINES,
455 .irq_base = TWL4030_GPIO_IRQ_BASE,
456 .irq_end = TWL4030_GPIO_IRQ_END,
457 .pulldowns = BIT(0) | BIT(1) | BIT(2) | BIT(3)
458 | BIT(4) | BIT(5)
459 | BIT(8) | BIT(9) | BIT(10) | BIT(11)
460 | BIT(12) | BIT(13) | BIT(14) | BIT(15)
461 | BIT(16) | BIT(17) ,
462 .setup = rx51_twlgpio_setup,
463};
464
Roger Quadrosdfc27b32009-08-10 14:49:51 +0300465static struct twl4030_usb_data rx51_usb_data = {
466 .usb_mode = T2_USB_MODE_ULPI,
467};
468
Amit Kucheria9312fff2009-08-27 20:27:57 +0200469static struct twl4030_ins sleep_on_seq[] __initdata = {
470/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300471 * Turn off everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200472 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300473 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_SLEEP), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200474};
475
476static struct twl4030_script sleep_on_script __initdata = {
477 .script = sleep_on_seq,
478 .size = ARRAY_SIZE(sleep_on_seq),
479 .flags = TWL4030_SLEEP_SCRIPT,
480};
481
482static struct twl4030_ins wakeup_seq[] __initdata = {
483/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300484 * Reenable everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200485 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300486 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200487};
488
489static struct twl4030_script wakeup_script __initdata = {
490 .script = wakeup_seq,
491 .size = ARRAY_SIZE(wakeup_seq),
492 .flags = TWL4030_WAKEUP12_SCRIPT,
493};
494
495static struct twl4030_ins wakeup_p3_seq[] __initdata = {
496/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300497 * Reenable everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200498 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300499 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200500};
501
502static struct twl4030_script wakeup_p3_script __initdata = {
503 .script = wakeup_p3_seq,
504 .size = ARRAY_SIZE(wakeup_p3_seq),
505 .flags = TWL4030_WAKEUP3_SCRIPT,
506};
507
508static struct twl4030_ins wrst_seq[] __initdata = {
509/*
510 * Reset twl4030.
511 * Reset VDD1 regulator.
512 * Reset VDD2 regulator.
513 * Reset VPLL1 regulator.
514 * Enable sysclk output.
515 * Reenable twl4030.
516 */
517 {MSG_SINGULAR(DEV_GRP_NULL, RES_RESET, RES_STATE_OFF), 2},
518 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 0, 1, RES_STATE_ACTIVE),
519 0x13},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200520 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_PP, 0, 3, RES_STATE_OFF), 0x13},
521 {MSG_SINGULAR(DEV_GRP_NULL, RES_VDD1, RES_STATE_WRST), 0x13},
522 {MSG_SINGULAR(DEV_GRP_NULL, RES_VDD2, RES_STATE_WRST), 0x13},
523 {MSG_SINGULAR(DEV_GRP_NULL, RES_VPLL1, RES_STATE_WRST), 0x35},
Amit Kucheria3c684e842009-10-19 15:11:08 +0300524 {MSG_SINGULAR(DEV_GRP_P3, RES_HFCLKOUT, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200525 {MSG_SINGULAR(DEV_GRP_NULL, RES_RESET, RES_STATE_ACTIVE), 2},
526};
527
528static struct twl4030_script wrst_script __initdata = {
529 .script = wrst_seq,
530 .size = ARRAY_SIZE(wrst_seq),
531 .flags = TWL4030_WRST_SCRIPT,
532};
533
534static struct twl4030_script *twl4030_scripts[] __initdata = {
535 /* wakeup12 script should be loaded before sleep script, otherwise a
536 board might hit retention before loading of wakeup script is
537 completed. This can cause boot failures depending on timing issues.
538 */
539 &wakeup_script,
540 &sleep_on_script,
541 &wakeup_p3_script,
542 &wrst_script,
543};
544
545static struct twl4030_resconfig twl4030_rconfig[] __initdata = {
Amit Kucheria3c684e842009-10-19 15:11:08 +0300546 { .resource = RES_VDD1, .devgroup = -1,
547 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
548 .remap_sleep = RES_STATE_OFF
549 },
550 { .resource = RES_VDD2, .devgroup = -1,
551 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
552 .remap_sleep = RES_STATE_OFF
553 },
554 { .resource = RES_VPLL1, .devgroup = -1,
555 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
556 .remap_sleep = RES_STATE_OFF
557 },
558 { .resource = RES_VPLL2, .devgroup = -1,
559 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
560 },
561 { .resource = RES_VAUX1, .devgroup = -1,
562 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
563 },
564 { .resource = RES_VAUX2, .devgroup = -1,
565 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
566 },
567 { .resource = RES_VAUX3, .devgroup = -1,
568 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
569 },
570 { .resource = RES_VAUX4, .devgroup = -1,
571 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
572 },
573 { .resource = RES_VMMC1, .devgroup = -1,
574 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
575 },
576 { .resource = RES_VMMC2, .devgroup = -1,
577 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
578 },
579 { .resource = RES_VDAC, .devgroup = -1,
580 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
581 },
582 { .resource = RES_VSIM, .devgroup = -1,
583 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
584 },
585 { .resource = RES_VINTANA1, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
586 .type = -1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
587 },
588 { .resource = RES_VINTANA2, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
589 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
590 },
591 { .resource = RES_VINTDIG, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
592 .type = -1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
593 },
594 { .resource = RES_VIO, .devgroup = DEV_GRP_P3,
595 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
596 },
597 { .resource = RES_CLKEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
598 .type = 1, .type2 = -1 , .remap_off = -1, .remap_sleep = -1
599 },
600 { .resource = RES_REGEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
601 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
602 },
603 { .resource = RES_NRES_PWRON, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
604 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
605 },
606 { .resource = RES_SYSEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
607 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
608 },
609 { .resource = RES_HFCLKOUT, .devgroup = DEV_GRP_P3,
610 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
611 },
612 { .resource = RES_32KCLKOUT, .devgroup = -1,
613 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
614 },
615 { .resource = RES_RESET, .devgroup = -1,
616 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
617 },
618 { .resource = RES_Main_Ref, .devgroup = -1,
619 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
620 },
Amit Kucheria9312fff2009-08-27 20:27:57 +0200621 { 0, 0},
622};
623
624static struct twl4030_power_data rx51_t2scripts_data __initdata = {
625 .scripts = twl4030_scripts,
626 .num = ARRAY_SIZE(twl4030_scripts),
627 .resource_config = twl4030_rconfig,
628};
629
630
631
632static struct twl4030_platform_data rx51_twldata __initdata = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700633 .irq_base = TWL4030_IRQ_BASE,
634 .irq_end = TWL4030_IRQ_END,
635
636 /* platform_data for children goes here */
637 .gpio = &rx51_gpio_data,
638 .keypad = &rx51_kp_data,
639 .madc = &rx51_madc_data,
Roger Quadrosdfc27b32009-08-10 14:49:51 +0300640 .usb = &rx51_usb_data,
Amit Kucheria9312fff2009-08-27 20:27:57 +0200641 .power = &rx51_t2scripts_data,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700642
643 .vaux1 = &rx51_vaux1,
644 .vaux2 = &rx51_vaux2,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700645 .vaux4 = &rx51_vaux4,
646 .vmmc1 = &rx51_vmmc1,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700647 .vsim = &rx51_vsim,
648 .vdac = &rx51_vdac,
649};
650
651static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_1[] = {
652 {
653 I2C_BOARD_INFO("twl5030", 0x48),
654 .flags = I2C_CLIENT_WAKE,
655 .irq = INT_34XX_SYS_NIRQ,
656 .platform_data = &rx51_twldata,
657 },
658};
659
660static int __init rx51_i2c_init(void)
661{
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700662 if ((system_rev >= SYSTEM_REV_S_USES_VAUX3 && system_rev < 0x100) ||
663 system_rev >= SYSTEM_REV_B_USES_VAUX3)
664 rx51_twldata.vaux3 = &rx51_vaux3_mmc;
665 else {
666 rx51_twldata.vaux3 = &rx51_vaux3_cam;
667 rx51_twldata.vmmc2 = &rx51_vmmc2;
668 }
Aaro Koskinencb3cc452009-10-14 09:56:34 -0700669 omap_register_i2c_bus(1, 2200, rx51_peripherals_i2c_board_info_1,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700670 ARRAY_SIZE(rx51_peripherals_i2c_board_info_1));
671 omap_register_i2c_bus(2, 100, NULL, 0);
672 omap_register_i2c_bus(3, 400, NULL, 0);
673 return 0;
674}
675
Juha Yrjolaaa62e902009-05-28 13:23:52 -0700676#if defined(CONFIG_MTD_ONENAND_OMAP2) || \
677 defined(CONFIG_MTD_ONENAND_OMAP2_MODULE)
678
679static struct mtd_partition onenand_partitions[] = {
680 {
681 .name = "bootloader",
682 .offset = 0,
683 .size = 0x20000,
684 .mask_flags = MTD_WRITEABLE, /* Force read-only */
685 },
686 {
687 .name = "config",
688 .offset = MTDPART_OFS_APPEND,
689 .size = 0x60000,
690 },
691 {
692 .name = "log",
693 .offset = MTDPART_OFS_APPEND,
694 .size = 0x40000,
695 },
696 {
697 .name = "kernel",
698 .offset = MTDPART_OFS_APPEND,
699 .size = 0x200000,
700 },
701 {
702 .name = "initfs",
703 .offset = MTDPART_OFS_APPEND,
704 .size = 0x200000,
705 },
706 {
707 .name = "rootfs",
708 .offset = MTDPART_OFS_APPEND,
709 .size = MTDPART_SIZ_FULL,
710 },
711};
712
713static struct omap_onenand_platform_data board_onenand_data = {
714 .cs = 0,
715 .gpio_irq = 65,
716 .parts = onenand_partitions,
717 .nr_parts = ARRAY_SIZE(onenand_partitions),
Adrian Hunterc8e64882009-06-23 13:30:25 +0300718 .flags = ONENAND_SYNC_READWRITE,
Juha Yrjolaaa62e902009-05-28 13:23:52 -0700719};
720
721static void __init board_onenand_init(void)
722{
723 gpmc_onenand_init(&board_onenand_data);
724}
725
726#else
727
728static inline void board_onenand_init(void)
729{
730}
731
732#endif
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700733
Tony Lindgren1a48e152009-05-28 13:23:52 -0700734#if defined(CONFIG_SMC91X) || defined(CONFIG_SMC91X_MODULE)
735
736static struct omap_smc91x_platform_data board_smc91x_data = {
737 .cs = 1,
738 .gpio_irq = 54,
739 .gpio_pwrdwn = 86,
740 .gpio_reset = 164,
741 .flags = GPMC_TIMINGS_SMC91C96 | IORESOURCE_IRQ_HIGHLEVEL,
742};
743
744static void __init board_smc91x_init(void)
745{
Tony Lindgren4896e392009-12-11 16:16:32 -0800746 omap_mux_init_gpio(54, OMAP_PIN_INPUT_PULLDOWN);
747 omap_mux_init_gpio(86, OMAP_PIN_OUTPUT);
748 omap_mux_init_gpio(164, OMAP_PIN_OUTPUT);
Tony Lindgren1a48e152009-05-28 13:23:52 -0700749
750 gpmc_smc91x_init(&board_smc91x_data);
751}
752
753#else
754
755static inline void board_smc91x_init(void)
756{
757}
758
759#endif
760
Kalle Valoa24e61a2009-11-18 18:41:06 -0800761static void rx51_wl1251_set_power(bool enable)
762{
763 gpio_set_value(RX51_WL1251_POWER_GPIO, enable);
764}
765
766static void __init rx51_init_wl1251(void)
767{
768 int irq, ret;
769
770 ret = gpio_request(RX51_WL1251_POWER_GPIO, "wl1251 power");
771 if (ret < 0)
772 goto error;
773
774 ret = gpio_direction_output(RX51_WL1251_POWER_GPIO, 0);
775 if (ret < 0)
776 goto err_power;
777
778 ret = gpio_request(RX51_WL1251_IRQ_GPIO, "wl1251 irq");
779 if (ret < 0)
780 goto err_power;
781
782 ret = gpio_direction_input(RX51_WL1251_IRQ_GPIO);
783 if (ret < 0)
784 goto err_irq;
785
786 irq = gpio_to_irq(RX51_WL1251_IRQ_GPIO);
787 if (irq < 0)
788 goto err_irq;
789
790 wl1251_pdata.set_power = rx51_wl1251_set_power;
791 rx51_peripherals_spi_board_info[RX51_SPI_WL1251].irq = irq;
792
793 return;
794
795err_irq:
796 gpio_free(RX51_WL1251_IRQ_GPIO);
797
798err_power:
799 gpio_free(RX51_WL1251_POWER_GPIO);
800
801error:
802 printk(KERN_ERR "wl1251 board initialisation failed\n");
803 wl1251_pdata.set_power = NULL;
804
805 /*
806 * Now rx51_peripherals_spi_board_info[1].irq is zero and
807 * set_power is null, and wl1251_probe() will fail.
808 */
809}
810
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700811void __init rx51_peripherals_init(void)
812{
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700813 rx51_i2c_init();
Juha Yrjolaaa62e902009-05-28 13:23:52 -0700814 board_onenand_init();
Tony Lindgren1a48e152009-05-28 13:23:52 -0700815 board_smc91x_init();
Jani Nikulaf014ee32009-11-05 22:59:47 -0800816 rx51_add_gpio_keys();
Kalle Valoa24e61a2009-11-18 18:41:06 -0800817 rx51_init_wl1251();
818 spi_register_board_info(rx51_peripherals_spi_board_info,
819 ARRAY_SIZE(rx51_peripherals_spi_board_info));
Adrian Hunter68ff0422010-02-15 10:03:34 -0800820 omap2_hsmmc_init(mmc);
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700821}
822