blob: ca07264bd3ae7633d370e3ba9047988fd8153bf4 [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>
Ohad Ben-Cohenc1f9a092010-09-16 13:16:02 +020017#include <linux/wl12xx.h>
Aaro Koskinen3dad5352011-12-13 10:48:53 -080018#include <linux/spi/tsc2005.h>
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070019#include <linux/i2c.h>
Balaji T Kebeb53e2009-12-15 20:09:02 +053020#include <linux/i2c/twl.h>
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070021#include <linux/clk.h>
22#include <linux/delay.h>
23#include <linux/regulator/machine.h>
24#include <linux/gpio.h>
Jani Nikulaf014ee32009-11-05 22:59:47 -080025#include <linux/gpio_keys.h>
Adrian Hunter5e763d22009-09-22 16:45:05 -070026#include <linux/mmc/host.h>
Kalle Jokiniemi10299e22011-03-29 16:28:00 +030027#include <linux/power/isp1704_charger.h>
David Howells9f97da72012-03-28 18:30:01 +010028#include <asm/system_info.h>
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070029
Tony Lindgrence491cf2009-10-20 09:40:47 -070030#include <plat/mcspi.h>
Tony Lindgrence491cf2009-10-20 09:40:47 -070031#include <plat/board.h>
Tony Lindgren4e653312011-11-10 22:45:17 +010032#include "common.h"
Tony Lindgrence491cf2009-10-20 09:40:47 -070033#include <plat/dma.h>
34#include <plat/gpmc.h>
Tony Lindgrence491cf2009-10-20 09:40:47 -070035#include <plat/onenand.h>
36#include <plat/gpmc-smc91x.h>
Timo Kokkonen322c1832012-08-10 06:16:37 -030037#include <plat/omap-pm.h>
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070038
Manjunath Kondaiah G04aeae72010-10-08 09:58:35 -070039#include <mach/board-rx51.h>
40
Jarkko Nikula87581fd2010-08-02 13:18:02 +030041#include <sound/tlv320aic3x.h>
Jarkko Nikula64d06692010-08-02 13:18:03 +030042#include <sound/tpa6130a2-plat.h>
Jarkko Nikula589541c2011-02-21 08:42:36 +020043#include <media/radio-si4713.h>
44#include <media/si4713.h>
Ameya Palandeeeada9e2011-07-05 03:38:22 -070045#include <linux/leds-lp5523.h>
Jarkko Nikula87581fd2010-08-02 13:18:02 +030046
Mathias Nyman70b5d732010-08-02 13:18:03 +030047#include <../drivers/staging/iio/light/tsl2563.h>
Ameya Palande3b511202012-05-09 14:19:15 -070048#include <linux/lis3lv02d.h>
Mathias Nyman70b5d732010-08-02 13:18:03 +030049
Timo Kokkonen322c1832012-08-10 06:16:37 -030050#if defined(CONFIG_IR_RX51) || defined(CONFIG_IR_RX51_MODULE)
51#include <media/ir-rx51.h>
52#endif
53
Tony Lindgren4896e392009-12-11 16:16:32 -080054#include "mux.h"
Adrian Hunterd02a900b2010-02-15 10:03:34 -080055#include "hsmmc.h"
Mike Rapoportfbd80712011-04-25 01:09:06 +030056#include "common-board-devices.h"
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070057
Adrian Hunterf52eeee2009-05-28 14:04:04 -070058#define SYSTEM_REV_B_USES_VAUX3 0x1699
59#define SYSTEM_REV_S_USES_VAUX3 0x8
60
Kalle Valoa24e61a2009-11-18 18:41:06 -080061#define RX51_WL1251_POWER_GPIO 87
62#define RX51_WL1251_IRQ_GPIO 42
Jarkko Nikula589541c2011-02-21 08:42:36 +020063#define RX51_FMTX_RESET_GPIO 163
64#define RX51_FMTX_IRQ 53
Ameya Palandeeeada9e2011-07-05 03:38:22 -070065#define RX51_LP5523_CHIP_EN_GPIO 41
Kalle Valoa24e61a2009-11-18 18:41:06 -080066
Kalle Jokiniemi10299e22011-03-29 16:28:00 +030067#define RX51_USB_TRANSCEIVER_RST_GPIO 67
68
Aaro Koskinen3dad5352011-12-13 10:48:53 -080069#define RX51_TSC2005_RESET_GPIO 104
70#define RX51_TSC2005_IRQ_GPIO 100
71
Ameya Palande3b511202012-05-09 14:19:15 -070072#define LIS302_IRQ1_GPIO 181
73#define LIS302_IRQ2_GPIO 180 /* Not yet in use */
74
Kalle Valoa24e61a2009-11-18 18:41:06 -080075/* list all spi devices here */
76enum {
77 RX51_SPI_WL1251,
Roger Quadros03e11102010-05-10 10:35:17 +020078 RX51_SPI_MIPID, /* LCD panel */
Roger Quadros6996e7f2010-03-22 17:16:25 +020079 RX51_SPI_TSC2005, /* Touch Controller */
Kalle Valoa24e61a2009-11-18 18:41:06 -080080};
81
82static struct wl12xx_platform_data wl1251_pdata;
Aaro Koskinen3dad5352011-12-13 10:48:53 -080083static struct tsc2005_platform_data tsc2005_pdata;
Kalle Valoa24e61a2009-11-18 18:41:06 -080084
Ameya Palande3b511202012-05-09 14:19:15 -070085#if defined(CONFIG_SENSORS_LIS3_I2C) || defined(CONFIG_SENSORS_LIS3_I2C_MODULE)
86static int lis302_setup(void)
87{
88 int err;
89 int irq1 = LIS302_IRQ1_GPIO;
90 int irq2 = LIS302_IRQ2_GPIO;
91
92 /* gpio for interrupt pin 1 */
93 err = gpio_request(irq1, "lis3lv02dl_irq1");
94 if (err) {
95 printk(KERN_ERR "lis3lv02dl: gpio request failed\n");
96 goto out;
97 }
98
99 /* gpio for interrupt pin 2 */
100 err = gpio_request(irq2, "lis3lv02dl_irq2");
101 if (err) {
102 gpio_free(irq1);
103 printk(KERN_ERR "lis3lv02dl: gpio request failed\n");
104 goto out;
105 }
106
107 gpio_direction_input(irq1);
108 gpio_direction_input(irq2);
109
110out:
111 return err;
112}
113
114static int lis302_release(void)
115{
116 gpio_free(LIS302_IRQ1_GPIO);
117 gpio_free(LIS302_IRQ2_GPIO);
118
119 return 0;
120}
121
122static struct lis3lv02d_platform_data rx51_lis3lv02d_data = {
123 .click_flags = LIS3_CLICK_SINGLE_X | LIS3_CLICK_SINGLE_Y |
124 LIS3_CLICK_SINGLE_Z,
125 /* Limits are 0.5g * value */
126 .click_thresh_x = 8,
127 .click_thresh_y = 8,
128 .click_thresh_z = 10,
129 /* Click must be longer than time limit */
130 .click_time_limit = 9,
131 /* Kind of debounce filter */
132 .click_latency = 50,
133
134 /* Limits for all axis. millig-value / 18 to get HW values */
135 .wakeup_flags = LIS3_WAKEUP_X_HI | LIS3_WAKEUP_Y_HI,
136 .wakeup_thresh = 800 / 18,
137 .wakeup_flags2 = LIS3_WAKEUP_Z_HI ,
138 .wakeup_thresh2 = 900 / 18,
139
140 .hipass_ctrl = LIS3_HIPASS1_DISABLE | LIS3_HIPASS2_DISABLE,
141
142 /* Interrupt line 2 for click detection, line 1 for thresholds */
143 .irq_cfg = LIS3_IRQ2_CLICK | LIS3_IRQ1_FF_WU_12,
144
145 .axis_x = LIS3_DEV_X,
146 .axis_y = LIS3_INV_DEV_Y,
147 .axis_z = LIS3_INV_DEV_Z,
148 .setup_resources = lis302_setup,
149 .release_resources = lis302_release,
150 .st_min_limits = {-32, 3, 3},
151 .st_max_limits = {-3, 32, 32},
Ameya Palande3b511202012-05-09 14:19:15 -0700152};
153#endif
154
Mathias Nyman70b5d732010-08-02 13:18:03 +0300155#if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE)
156static struct tsl2563_platform_data rx51_tsl2563_platform_data = {
157 .cover_comp_gain = 16,
158};
159#endif
160
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700161#if defined(CONFIG_LEDS_LP5523) || defined(CONFIG_LEDS_LP5523_MODULE)
162static struct lp5523_led_config rx51_lp5523_led_config[] = {
163 {
164 .chan_nr = 0,
165 .led_current = 50,
166 }, {
167 .chan_nr = 1,
168 .led_current = 50,
169 }, {
170 .chan_nr = 2,
171 .led_current = 50,
172 }, {
173 .chan_nr = 3,
174 .led_current = 50,
175 }, {
176 .chan_nr = 4,
177 .led_current = 50,
178 }, {
179 .chan_nr = 5,
180 .led_current = 50,
181 }, {
182 .chan_nr = 6,
183 .led_current = 50,
184 }, {
185 .chan_nr = 7,
186 .led_current = 50,
187 }, {
188 .chan_nr = 8,
189 .led_current = 50,
190 }
191};
192
193static int rx51_lp5523_setup(void)
194{
195 return gpio_request_one(RX51_LP5523_CHIP_EN_GPIO, GPIOF_DIR_OUT,
196 "lp5523_enable");
197}
198
199static void rx51_lp5523_release(void)
200{
201 gpio_free(RX51_LP5523_CHIP_EN_GPIO);
202}
203
204static void rx51_lp5523_enable(bool state)
205{
206 gpio_set_value(RX51_LP5523_CHIP_EN_GPIO, !!state);
207}
208
209static struct lp5523_platform_data rx51_lp5523_platform_data = {
210 .led_config = rx51_lp5523_led_config,
211 .num_channels = ARRAY_SIZE(rx51_lp5523_led_config),
212 .clock_mode = LP5523_CLOCK_AUTO,
213 .setup_resources = rx51_lp5523_setup,
214 .release_resources = rx51_lp5523_release,
215 .enable = rx51_lp5523_enable,
216};
217#endif
218
Kalle Valoa24e61a2009-11-18 18:41:06 -0800219static struct omap2_mcspi_device_config wl1251_mcspi_config = {
220 .turbo_mode = 0,
Kalle Valoa24e61a2009-11-18 18:41:06 -0800221};
222
Roger Quadros03e11102010-05-10 10:35:17 +0200223static struct omap2_mcspi_device_config mipid_mcspi_config = {
224 .turbo_mode = 0,
Roger Quadros03e11102010-05-10 10:35:17 +0200225};
226
Roger Quadros6996e7f2010-03-22 17:16:25 +0200227static struct omap2_mcspi_device_config tsc2005_mcspi_config = {
228 .turbo_mode = 0,
Roger Quadros6996e7f2010-03-22 17:16:25 +0200229};
230
Kalle Valoa24e61a2009-11-18 18:41:06 -0800231static struct spi_board_info rx51_peripherals_spi_board_info[] __initdata = {
232 [RX51_SPI_WL1251] = {
233 .modalias = "wl1251",
234 .bus_num = 4,
235 .chip_select = 0,
236 .max_speed_hz = 48000000,
Kalle Valo860fc972009-12-11 16:16:37 -0800237 .mode = SPI_MODE_3,
Kalle Valoa24e61a2009-11-18 18:41:06 -0800238 .controller_data = &wl1251_mcspi_config,
239 .platform_data = &wl1251_pdata,
240 },
Roger Quadros03e11102010-05-10 10:35:17 +0200241 [RX51_SPI_MIPID] = {
242 .modalias = "acx565akm",
243 .bus_num = 1,
244 .chip_select = 2,
245 .max_speed_hz = 6000000,
246 .controller_data = &mipid_mcspi_config,
247 },
Roger Quadros6996e7f2010-03-22 17:16:25 +0200248 [RX51_SPI_TSC2005] = {
249 .modalias = "tsc2005",
250 .bus_num = 1,
251 .chip_select = 0,
Roger Quadros6996e7f2010-03-22 17:16:25 +0200252 .max_speed_hz = 6000000,
253 .controller_data = &tsc2005_mcspi_config,
Aaro Koskinen3dad5352011-12-13 10:48:53 -0800254 .platform_data = &tsc2005_pdata,
Roger Quadros6996e7f2010-03-22 17:16:25 +0200255 },
Kalle Valoa24e61a2009-11-18 18:41:06 -0800256};
257
Kalle Jokiniemi10299e22011-03-29 16:28:00 +0300258static void rx51_charger_set_power(bool on)
259{
260 gpio_set_value(RX51_USB_TRANSCEIVER_RST_GPIO, on);
261}
262
263static struct isp1704_charger_data rx51_charger_data = {
264 .set_power = rx51_charger_set_power,
Heikki Krogerusfd0964c2010-08-19 15:09:37 +0300265};
266
Kalle Jokiniemi10299e22011-03-29 16:28:00 +0300267static struct platform_device rx51_charger_device = {
268 .name = "isp1704_charger",
269 .dev = {
270 .platform_data = &rx51_charger_data,
271 },
272};
273
274static void __init rx51_charger_init(void)
275{
276 WARN_ON(gpio_request_one(RX51_USB_TRANSCEIVER_RST_GPIO,
Felipe Contrerase5fe29c2011-12-08 22:23:00 +0200277 GPIOF_OUT_INIT_HIGH, "isp1704_reset"));
Kalle Jokiniemi10299e22011-03-29 16:28:00 +0300278
279 platform_device_register(&rx51_charger_device);
280}
281
Jani Nikulaf014ee32009-11-05 22:59:47 -0800282#if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE)
283
284#define RX51_GPIO_CAMERA_LENS_COVER 110
285#define RX51_GPIO_CAMERA_FOCUS 68
286#define RX51_GPIO_CAMERA_CAPTURE 69
287#define RX51_GPIO_KEYPAD_SLIDE 71
288#define RX51_GPIO_LOCK_BUTTON 113
289#define RX51_GPIO_PROXIMITY 89
290
291#define RX51_GPIO_DEBOUNCE_TIMEOUT 10
292
293static struct gpio_keys_button rx51_gpio_keys[] = {
294 {
295 .desc = "Camera Lens Cover",
296 .type = EV_SW,
297 .code = SW_CAMERA_LENS_COVER,
298 .gpio = RX51_GPIO_CAMERA_LENS_COVER,
299 .active_low = 1,
300 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
301 }, {
302 .desc = "Camera Focus",
303 .type = EV_KEY,
304 .code = KEY_CAMERA_FOCUS,
305 .gpio = RX51_GPIO_CAMERA_FOCUS,
306 .active_low = 1,
307 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
308 }, {
309 .desc = "Camera Capture",
310 .type = EV_KEY,
311 .code = KEY_CAMERA,
312 .gpio = RX51_GPIO_CAMERA_CAPTURE,
313 .active_low = 1,
314 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
315 }, {
316 .desc = "Lock Button",
317 .type = EV_KEY,
318 .code = KEY_SCREENLOCK,
319 .gpio = RX51_GPIO_LOCK_BUTTON,
320 .active_low = 1,
321 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
322 }, {
323 .desc = "Keypad Slide",
324 .type = EV_SW,
325 .code = SW_KEYPAD_SLIDE,
326 .gpio = RX51_GPIO_KEYPAD_SLIDE,
327 .active_low = 1,
328 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
329 }, {
330 .desc = "Proximity Sensor",
331 .type = EV_SW,
332 .code = SW_FRONT_PROXIMITY,
333 .gpio = RX51_GPIO_PROXIMITY,
334 .active_low = 0,
335 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
336 }
337};
338
339static struct gpio_keys_platform_data rx51_gpio_keys_data = {
340 .buttons = rx51_gpio_keys,
341 .nbuttons = ARRAY_SIZE(rx51_gpio_keys),
342};
343
344static struct platform_device rx51_gpio_keys_device = {
345 .name = "gpio-keys",
346 .id = -1,
347 .dev = {
348 .platform_data = &rx51_gpio_keys_data,
349 },
350};
351
352static void __init rx51_add_gpio_keys(void)
353{
354 platform_device_register(&rx51_gpio_keys_device);
355}
356#else
357static void __init rx51_add_gpio_keys(void)
358{
359}
360#endif /* CONFIG_KEYBOARD_GPIO || CONFIG_KEYBOARD_GPIO_MODULE */
361
Manjunath Kondaiah Gbead4372010-10-08 10:01:13 -0700362static uint32_t board_keymap[] = {
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700363 /*
364 * Note that KEY(x, 8, KEY_XXX) entries represent "entrire row
365 * connected to the ground" matrix state.
366 */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700367 KEY(0, 0, KEY_Q),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700368 KEY(0, 1, KEY_O),
369 KEY(0, 2, KEY_P),
370 KEY(0, 3, KEY_COMMA),
371 KEY(0, 4, KEY_BACKSPACE),
372 KEY(0, 6, KEY_A),
373 KEY(0, 7, KEY_S),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700374
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700375 KEY(1, 0, KEY_W),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700376 KEY(1, 1, KEY_D),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700377 KEY(1, 2, KEY_F),
378 KEY(1, 3, KEY_G),
379 KEY(1, 4, KEY_H),
380 KEY(1, 5, KEY_J),
381 KEY(1, 6, KEY_K),
382 KEY(1, 7, KEY_L),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700383
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700384 KEY(2, 0, KEY_E),
385 KEY(2, 1, KEY_DOT),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700386 KEY(2, 2, KEY_UP),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700387 KEY(2, 3, KEY_ENTER),
388 KEY(2, 5, KEY_Z),
389 KEY(2, 6, KEY_X),
390 KEY(2, 7, KEY_C),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700391 KEY(2, 8, KEY_F9),
392
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700393 KEY(3, 0, KEY_R),
394 KEY(3, 1, KEY_V),
395 KEY(3, 2, KEY_B),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700396 KEY(3, 3, KEY_N),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700397 KEY(3, 4, KEY_M),
398 KEY(3, 5, KEY_SPACE),
399 KEY(3, 6, KEY_SPACE),
400 KEY(3, 7, KEY_LEFT),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700401
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700402 KEY(4, 0, KEY_T),
403 KEY(4, 1, KEY_DOWN),
404 KEY(4, 2, KEY_RIGHT),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700405 KEY(4, 4, KEY_LEFTCTRL),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700406 KEY(4, 5, KEY_RIGHTALT),
407 KEY(4, 6, KEY_LEFTSHIFT),
Dmitry Torokhov2e65a202010-07-26 01:12:37 -0700408 KEY(4, 8, KEY_F10),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700409
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700410 KEY(5, 0, KEY_Y),
Dmitry Torokhov2e65a202010-07-26 01:12:37 -0700411 KEY(5, 8, KEY_F11),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700412
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700413 KEY(6, 0, KEY_U),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700414
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700415 KEY(7, 0, KEY_I),
416 KEY(7, 1, KEY_F7),
417 KEY(7, 2, KEY_F8),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700418};
419
Tony Lindgren4f543332009-09-24 16:23:16 -0700420static struct matrix_keymap_data board_map_data = {
421 .keymap = board_keymap,
422 .keymap_size = ARRAY_SIZE(board_keymap),
423};
424
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700425static struct twl4030_keypad_data rx51_kp_data = {
Tony Lindgren4f543332009-09-24 16:23:16 -0700426 .keymap_data = &board_map_data,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700427 .rows = 8,
428 .cols = 8,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700429 .rep = 1,
430};
431
Adrian Hunterce6f0012010-02-15 10:03:34 -0800432/* Enable input logic and pull all lines up when eMMC is on. */
433static struct omap_board_mux rx51_mmc2_on_mux[] = {
434 OMAP3_MUX(SDMMC2_CMD, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
435 OMAP3_MUX(SDMMC2_DAT0, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
436 OMAP3_MUX(SDMMC2_DAT1, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
437 OMAP3_MUX(SDMMC2_DAT2, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
438 OMAP3_MUX(SDMMC2_DAT3, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
439 OMAP3_MUX(SDMMC2_DAT4, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
440 OMAP3_MUX(SDMMC2_DAT5, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
441 OMAP3_MUX(SDMMC2_DAT6, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
442 OMAP3_MUX(SDMMC2_DAT7, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
443 { .reg_offset = OMAP_MUX_TERMINATOR },
444};
445
446/* Disable input logic and pull all lines down when eMMC is off. */
447static struct omap_board_mux rx51_mmc2_off_mux[] = {
448 OMAP3_MUX(SDMMC2_CMD, OMAP_PULL_ENA | OMAP_MUX_MODE0),
449 OMAP3_MUX(SDMMC2_DAT0, OMAP_PULL_ENA | OMAP_MUX_MODE0),
450 OMAP3_MUX(SDMMC2_DAT1, OMAP_PULL_ENA | OMAP_MUX_MODE0),
451 OMAP3_MUX(SDMMC2_DAT2, OMAP_PULL_ENA | OMAP_MUX_MODE0),
452 OMAP3_MUX(SDMMC2_DAT3, OMAP_PULL_ENA | OMAP_MUX_MODE0),
453 OMAP3_MUX(SDMMC2_DAT4, OMAP_PULL_ENA | OMAP_MUX_MODE0),
454 OMAP3_MUX(SDMMC2_DAT5, OMAP_PULL_ENA | OMAP_MUX_MODE0),
455 OMAP3_MUX(SDMMC2_DAT6, OMAP_PULL_ENA | OMAP_MUX_MODE0),
456 OMAP3_MUX(SDMMC2_DAT7, OMAP_PULL_ENA | OMAP_MUX_MODE0),
457 { .reg_offset = OMAP_MUX_TERMINATOR },
458};
459
Benoit Cousson112485e2010-08-16 10:55:35 +0200460static struct omap_mux_partition *partition;
461
Adrian Hunterce6f0012010-02-15 10:03:34 -0800462/*
463 * Current flows to eMMC when eMMC is off and the data lines are pulled up,
464 * so pull them down. N.B. we pull 8 lines because we are using 8 lines.
465 */
466static void rx51_mmc2_remux(struct device *dev, int slot, int power_on)
467{
468 if (power_on)
Benoit Cousson112485e2010-08-16 10:55:35 +0200469 omap_mux_write_array(partition, rx51_mmc2_on_mux);
Adrian Hunterce6f0012010-02-15 10:03:34 -0800470 else
Benoit Cousson112485e2010-08-16 10:55:35 +0200471 omap_mux_write_array(partition, rx51_mmc2_off_mux);
Adrian Hunterce6f0012010-02-15 10:03:34 -0800472}
473
Adrian Hunter68ff0422010-02-15 10:03:34 -0800474static struct omap2_hsmmc_info mmc[] __initdata = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700475 {
476 .name = "external",
477 .mmc = 1,
Sukumar Ghorai3a638332010-09-15 14:49:23 +0000478 .caps = MMC_CAP_4_BIT_DATA,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700479 .cover_only = true,
480 .gpio_cd = 160,
481 .gpio_wp = -EINVAL,
Adrian Hunter5e763d22009-09-22 16:45:05 -0700482 .power_saving = true,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700483 },
484 {
485 .name = "internal",
486 .mmc = 2,
Sukumar Ghorai3a638332010-09-15 14:49:23 +0000487 .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA,
488 /* See also rx51_mmc2_remux */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700489 .gpio_cd = -EINVAL,
490 .gpio_wp = -EINVAL,
Adrian Hunter5e763d22009-09-22 16:45:05 -0700491 .nonremovable = true,
492 .power_saving = true,
Adrian Hunterce6f0012010-02-15 10:03:34 -0800493 .remux = rx51_mmc2_remux,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700494 },
495 {} /* Terminator */
496};
497
Oleg Drokin786b01a2011-06-06 18:57:07 +0000498static struct regulator_consumer_supply rx51_vmmc1_supply[] = {
499 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
500};
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700501
Linus Torvalds664a41b2011-07-30 00:08:53 -0700502static struct regulator_consumer_supply rx51_vaux2_supply[] = {
503 REGULATOR_SUPPLY("vdds_csib", "omap3isp"),
504};
Kalle Jokiniemi75ccf262011-05-03 07:41:23 -0300505
Oleg Drokin786b01a2011-06-06 18:57:07 +0000506static struct regulator_consumer_supply rx51_vaux3_supply[] = {
507 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"),
508};
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700509
Oleg Drokin786b01a2011-06-06 18:57:07 +0000510static struct regulator_consumer_supply rx51_vsim_supply[] = {
511 REGULATOR_SUPPLY("vmmc_aux", "omap_hsmmc.1"),
512};
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700513
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700514static struct regulator_consumer_supply rx51_vmmc2_supplies[] = {
515 /* tlv320aic3x analog supplies */
Jarkko Nikula5c7d9bb2010-08-02 13:18:02 +0300516 REGULATOR_SUPPLY("AVDD", "2-0018"),
517 REGULATOR_SUPPLY("DRVDD", "2-0018"),
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -0800518 REGULATOR_SUPPLY("AVDD", "2-0019"),
519 REGULATOR_SUPPLY("DRVDD", "2-0019"),
Jarkko Nikula64d06692010-08-02 13:18:03 +0300520 /* tpa6130a2 */
521 REGULATOR_SUPPLY("Vdd", "2-0060"),
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700522 /* Keep vmmc as last item. It is not iterated for newer boards */
Kishore Kadiyala0005ae72011-02-28 20:48:05 +0530523 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"),
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700524};
525
526static struct regulator_consumer_supply rx51_vio_supplies[] = {
527 /* tlv320aic3x digital supplies */
Jarkko Nikula5c7d9bb2010-08-02 13:18:02 +0300528 REGULATOR_SUPPLY("IOVDD", "2-0018"),
529 REGULATOR_SUPPLY("DVDD", "2-0018"),
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -0800530 REGULATOR_SUPPLY("IOVDD", "2-0019"),
531 REGULATOR_SUPPLY("DVDD", "2-0019"),
Jarkko Nikula589541c2011-02-21 08:42:36 +0200532 /* Si4713 IO supply */
533 REGULATOR_SUPPLY("vio", "2-0063"),
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700534};
535
Roger Quadros0581b522010-05-12 11:48:47 +0300536static struct regulator_consumer_supply rx51_vaux1_consumers[] = {
Jarkko Nikulab5b99452010-12-21 17:25:34 +0000537 REGULATOR_SUPPLY("vdds_sdi", "omapdss"),
Jarkko Nikula589541c2011-02-21 08:42:36 +0200538 /* Si4713 supply */
539 REGULATOR_SUPPLY("vdd", "2-0063"),
Roger Quadros0581b522010-05-12 11:48:47 +0300540};
541
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700542static struct regulator_init_data rx51_vaux1 = {
543 .constraints = {
544 .name = "V28",
545 .min_uV = 2800000,
546 .max_uV = 2800000,
Jarkko Nikula000d5342010-08-02 13:18:02 +0300547 .always_on = true, /* due battery cover sensor */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700548 .valid_modes_mask = REGULATOR_MODE_NORMAL
549 | REGULATOR_MODE_STANDBY,
550 .valid_ops_mask = REGULATOR_CHANGE_MODE
551 | REGULATOR_CHANGE_STATUS,
552 },
Roger Quadros0581b522010-05-12 11:48:47 +0300553 .num_consumer_supplies = ARRAY_SIZE(rx51_vaux1_consumers),
554 .consumer_supplies = rx51_vaux1_consumers,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700555};
556
557static struct regulator_init_data rx51_vaux2 = {
558 .constraints = {
559 .name = "VCSI",
560 .min_uV = 1800000,
561 .max_uV = 1800000,
562 .valid_modes_mask = REGULATOR_MODE_NORMAL
563 | REGULATOR_MODE_STANDBY,
564 .valid_ops_mask = REGULATOR_CHANGE_MODE
565 | REGULATOR_CHANGE_STATUS,
566 },
Linus Torvalds664a41b2011-07-30 00:08:53 -0700567 .num_consumer_supplies = ARRAY_SIZE(rx51_vaux2_supply),
568 .consumer_supplies = rx51_vaux2_supply,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700569};
570
571/* VAUX3 - adds more power to VIO_18 rail */
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700572static struct regulator_init_data rx51_vaux3_cam = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700573 .constraints = {
574 .name = "VCAM_DIG_18",
575 .min_uV = 1800000,
576 .max_uV = 1800000,
577 .apply_uV = true,
578 .valid_modes_mask = REGULATOR_MODE_NORMAL
579 | REGULATOR_MODE_STANDBY,
580 .valid_ops_mask = REGULATOR_CHANGE_MODE
581 | REGULATOR_CHANGE_STATUS,
582 },
583};
584
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700585static struct regulator_init_data rx51_vaux3_mmc = {
586 .constraints = {
587 .name = "VMMC2_30",
588 .min_uV = 2800000,
589 .max_uV = 3000000,
590 .apply_uV = true,
591 .valid_modes_mask = REGULATOR_MODE_NORMAL
592 | REGULATOR_MODE_STANDBY,
593 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
594 | REGULATOR_CHANGE_MODE
595 | REGULATOR_CHANGE_STATUS,
596 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000597 .num_consumer_supplies = ARRAY_SIZE(rx51_vaux3_supply),
598 .consumer_supplies = rx51_vaux3_supply,
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700599};
600
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700601static struct regulator_init_data rx51_vaux4 = {
602 .constraints = {
603 .name = "VCAM_ANA_28",
604 .min_uV = 2800000,
605 .max_uV = 2800000,
606 .apply_uV = true,
607 .valid_modes_mask = REGULATOR_MODE_NORMAL
608 | REGULATOR_MODE_STANDBY,
609 .valid_ops_mask = REGULATOR_CHANGE_MODE
610 | REGULATOR_CHANGE_STATUS,
611 },
612};
613
614static struct regulator_init_data rx51_vmmc1 = {
615 .constraints = {
616 .min_uV = 1850000,
617 .max_uV = 3150000,
618 .valid_modes_mask = REGULATOR_MODE_NORMAL
619 | REGULATOR_MODE_STANDBY,
620 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
621 | REGULATOR_CHANGE_MODE
622 | REGULATOR_CHANGE_STATUS,
623 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000624 .num_consumer_supplies = ARRAY_SIZE(rx51_vmmc1_supply),
625 .consumer_supplies = rx51_vmmc1_supply,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700626};
627
628static struct regulator_init_data rx51_vmmc2 = {
629 .constraints = {
Jarkko Nikulaf2add1d2010-05-10 14:29:18 -0700630 .name = "V28_A",
631 .min_uV = 2800000,
632 .max_uV = 3000000,
Jarkko Nikula28274112011-05-31 11:27:00 +0300633 .always_on = true, /* due VIO leak to AIC34 VDDs */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700634 .apply_uV = true,
635 .valid_modes_mask = REGULATOR_MODE_NORMAL
636 | REGULATOR_MODE_STANDBY,
637 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
638 | REGULATOR_CHANGE_MODE
639 | REGULATOR_CHANGE_STATUS,
640 },
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700641 .num_consumer_supplies = ARRAY_SIZE(rx51_vmmc2_supplies),
642 .consumer_supplies = rx51_vmmc2_supplies,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700643};
644
Kalle Jokiniemi094fc552011-07-05 03:38:22 -0700645static struct regulator_init_data rx51_vpll1 = {
646 .constraints = {
647 .name = "VPLL",
648 .min_uV = 1800000,
649 .max_uV = 1800000,
650 .apply_uV = true,
651 .always_on = true,
652 .valid_modes_mask = REGULATOR_MODE_NORMAL
653 | REGULATOR_MODE_STANDBY,
654 .valid_ops_mask = REGULATOR_CHANGE_MODE,
655 },
656};
657
658static struct regulator_init_data rx51_vpll2 = {
659 .constraints = {
660 .name = "VSDI_CSI",
661 .min_uV = 1800000,
662 .max_uV = 1800000,
663 .apply_uV = true,
664 .always_on = true,
665 .valid_modes_mask = REGULATOR_MODE_NORMAL
666 | REGULATOR_MODE_STANDBY,
667 .valid_ops_mask = REGULATOR_CHANGE_MODE,
668 },
669};
670
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700671static struct regulator_init_data rx51_vsim = {
672 .constraints = {
673 .name = "VMMC2_IO_18",
674 .min_uV = 1800000,
675 .max_uV = 1800000,
676 .apply_uV = true,
677 .valid_modes_mask = REGULATOR_MODE_NORMAL
678 | REGULATOR_MODE_STANDBY,
679 .valid_ops_mask = REGULATOR_CHANGE_MODE
680 | REGULATOR_CHANGE_STATUS,
681 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000682 .num_consumer_supplies = ARRAY_SIZE(rx51_vsim_supply),
683 .consumer_supplies = rx51_vsim_supply,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700684};
685
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700686static struct regulator_init_data rx51_vio = {
687 .constraints = {
688 .min_uV = 1800000,
689 .max_uV = 1800000,
690 .valid_modes_mask = REGULATOR_MODE_NORMAL
691 | REGULATOR_MODE_STANDBY,
692 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
693 | REGULATOR_CHANGE_MODE
694 | REGULATOR_CHANGE_STATUS,
695 },
696 .num_consumer_supplies = ARRAY_SIZE(rx51_vio_supplies),
697 .consumer_supplies = rx51_vio_supplies,
698};
699
Kalle Jokiniemi094fc552011-07-05 03:38:22 -0700700static struct regulator_init_data rx51_vintana1 = {
701 .constraints = {
702 .name = "VINTANA1",
703 .min_uV = 1500000,
704 .max_uV = 1500000,
705 .always_on = true,
706 .valid_modes_mask = REGULATOR_MODE_NORMAL
707 | REGULATOR_MODE_STANDBY,
708 .valid_ops_mask = REGULATOR_CHANGE_MODE,
709 },
710};
711
712static struct regulator_init_data rx51_vintana2 = {
713 .constraints = {
714 .name = "VINTANA2",
715 .min_uV = 2750000,
716 .max_uV = 2750000,
717 .apply_uV = true,
718 .always_on = true,
719 .valid_modes_mask = REGULATOR_MODE_NORMAL
720 | REGULATOR_MODE_STANDBY,
721 .valid_ops_mask = REGULATOR_CHANGE_MODE,
722 },
723};
724
725static struct regulator_init_data rx51_vintdig = {
726 .constraints = {
727 .name = "VINTDIG",
728 .min_uV = 1500000,
729 .max_uV = 1500000,
730 .always_on = true,
731 .valid_modes_mask = REGULATOR_MODE_NORMAL
732 | REGULATOR_MODE_STANDBY,
733 .valid_ops_mask = REGULATOR_CHANGE_MODE,
734 },
735};
736
Jarkko Nikula589541c2011-02-21 08:42:36 +0200737static struct si4713_platform_data rx51_si4713_i2c_data __initdata_or_module = {
738 .gpio_reset = RX51_FMTX_RESET_GPIO,
739};
740
741static struct i2c_board_info rx51_si4713_board_info __initdata_or_module = {
742 I2C_BOARD_INFO("si4713", SI4713_I2C_ADDR_BUSEN_HIGH),
743 .platform_data = &rx51_si4713_i2c_data,
744};
745
746static struct radio_si4713_platform_data rx51_si4713_data __initdata_or_module = {
747 .i2c_bus = 2,
748 .subdev_board_info = &rx51_si4713_board_info,
749};
750
Janusz Krzysztofik07ad6ab2011-07-04 03:56:15 -0700751static struct platform_device rx51_si4713_dev = {
Jarkko Nikula589541c2011-02-21 08:42:36 +0200752 .name = "radio-si4713",
753 .id = -1,
754 .dev = {
755 .platform_data = &rx51_si4713_data,
756 },
757};
758
759static __init void rx51_init_si4713(void)
760{
761 int err;
762
763 err = gpio_request_one(RX51_FMTX_IRQ, GPIOF_DIR_IN, "si4713 irq");
764 if (err) {
765 printk(KERN_ERR "Cannot request si4713 irq gpio. %d\n", err);
766 return;
767 }
768 rx51_si4713_board_info.irq = gpio_to_irq(RX51_FMTX_IRQ);
769 platform_device_register(&rx51_si4713_dev);
770}
771
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700772static int rx51_twlgpio_setup(struct device *dev, unsigned gpio, unsigned n)
773{
774 /* FIXME this gpio setup is just a placeholder for now */
Igor Grinbergbc593f52011-05-03 18:22:09 +0300775 gpio_request_one(gpio + 6, GPIOF_OUT_INIT_LOW, "backlight_pwm");
Jarkko Nikulac0ad4fa2011-05-31 11:27:01 +0300776 gpio_request_one(gpio + 7, GPIOF_OUT_INIT_LOW, "speaker_en");
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700777
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700778 return 0;
779}
780
781static struct twl4030_gpio_platform_data rx51_gpio_data = {
782 .gpio_base = OMAP_MAX_GPIO_LINES,
783 .irq_base = TWL4030_GPIO_IRQ_BASE,
784 .irq_end = TWL4030_GPIO_IRQ_END,
785 .pulldowns = BIT(0) | BIT(1) | BIT(2) | BIT(3)
786 | BIT(4) | BIT(5)
787 | BIT(8) | BIT(9) | BIT(10) | BIT(11)
788 | BIT(12) | BIT(13) | BIT(14) | BIT(15)
789 | BIT(16) | BIT(17) ,
790 .setup = rx51_twlgpio_setup,
791};
792
Amit Kucheria9312fff2009-08-27 20:27:57 +0200793static struct twl4030_ins sleep_on_seq[] __initdata = {
794/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300795 * Turn off everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200796 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300797 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_SLEEP), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200798};
799
800static struct twl4030_script sleep_on_script __initdata = {
801 .script = sleep_on_seq,
802 .size = ARRAY_SIZE(sleep_on_seq),
803 .flags = TWL4030_SLEEP_SCRIPT,
804};
805
806static struct twl4030_ins wakeup_seq[] __initdata = {
807/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300808 * Reenable everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200809 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300810 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200811};
812
813static struct twl4030_script wakeup_script __initdata = {
814 .script = wakeup_seq,
815 .size = ARRAY_SIZE(wakeup_seq),
816 .flags = TWL4030_WAKEUP12_SCRIPT,
817};
818
819static struct twl4030_ins wakeup_p3_seq[] __initdata = {
820/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300821 * Reenable everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200822 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300823 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200824};
825
826static struct twl4030_script wakeup_p3_script __initdata = {
827 .script = wakeup_p3_seq,
828 .size = ARRAY_SIZE(wakeup_p3_seq),
829 .flags = TWL4030_WAKEUP3_SCRIPT,
830};
831
832static struct twl4030_ins wrst_seq[] __initdata = {
833/*
834 * Reset twl4030.
835 * Reset VDD1 regulator.
836 * Reset VDD2 regulator.
837 * Reset VPLL1 regulator.
838 * Enable sysclk output.
839 * Reenable twl4030.
840 */
841 {MSG_SINGULAR(DEV_GRP_NULL, RES_RESET, RES_STATE_OFF), 2},
842 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 0, 1, RES_STATE_ACTIVE),
843 0x13},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200844 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_PP, 0, 3, RES_STATE_OFF), 0x13},
845 {MSG_SINGULAR(DEV_GRP_NULL, RES_VDD1, RES_STATE_WRST), 0x13},
846 {MSG_SINGULAR(DEV_GRP_NULL, RES_VDD2, RES_STATE_WRST), 0x13},
847 {MSG_SINGULAR(DEV_GRP_NULL, RES_VPLL1, RES_STATE_WRST), 0x35},
Amit Kucheria3c684e842009-10-19 15:11:08 +0300848 {MSG_SINGULAR(DEV_GRP_P3, RES_HFCLKOUT, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200849 {MSG_SINGULAR(DEV_GRP_NULL, RES_RESET, RES_STATE_ACTIVE), 2},
850};
851
852static struct twl4030_script wrst_script __initdata = {
853 .script = wrst_seq,
854 .size = ARRAY_SIZE(wrst_seq),
855 .flags = TWL4030_WRST_SCRIPT,
856};
857
858static struct twl4030_script *twl4030_scripts[] __initdata = {
859 /* wakeup12 script should be loaded before sleep script, otherwise a
860 board might hit retention before loading of wakeup script is
861 completed. This can cause boot failures depending on timing issues.
862 */
863 &wakeup_script,
864 &sleep_on_script,
865 &wakeup_p3_script,
866 &wrst_script,
867};
868
869static struct twl4030_resconfig twl4030_rconfig[] __initdata = {
Amit Kucheria3c684e842009-10-19 15:11:08 +0300870 { .resource = RES_VDD1, .devgroup = -1,
871 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
872 .remap_sleep = RES_STATE_OFF
873 },
874 { .resource = RES_VDD2, .devgroup = -1,
875 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
876 .remap_sleep = RES_STATE_OFF
877 },
878 { .resource = RES_VPLL1, .devgroup = -1,
879 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
880 .remap_sleep = RES_STATE_OFF
881 },
882 { .resource = RES_VPLL2, .devgroup = -1,
883 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
884 },
885 { .resource = RES_VAUX1, .devgroup = -1,
886 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
887 },
888 { .resource = RES_VAUX2, .devgroup = -1,
889 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
890 },
891 { .resource = RES_VAUX3, .devgroup = -1,
892 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
893 },
894 { .resource = RES_VAUX4, .devgroup = -1,
895 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
896 },
897 { .resource = RES_VMMC1, .devgroup = -1,
898 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
899 },
900 { .resource = RES_VMMC2, .devgroup = -1,
901 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
902 },
903 { .resource = RES_VDAC, .devgroup = -1,
904 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
905 },
906 { .resource = RES_VSIM, .devgroup = -1,
907 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
908 },
909 { .resource = RES_VINTANA1, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
910 .type = -1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
911 },
912 { .resource = RES_VINTANA2, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
913 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
914 },
915 { .resource = RES_VINTDIG, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
916 .type = -1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
917 },
918 { .resource = RES_VIO, .devgroup = DEV_GRP_P3,
919 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
920 },
921 { .resource = RES_CLKEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
922 .type = 1, .type2 = -1 , .remap_off = -1, .remap_sleep = -1
923 },
924 { .resource = RES_REGEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
925 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
926 },
927 { .resource = RES_NRES_PWRON, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
928 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
929 },
930 { .resource = RES_SYSEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
931 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
932 },
933 { .resource = RES_HFCLKOUT, .devgroup = DEV_GRP_P3,
934 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
935 },
936 { .resource = RES_32KCLKOUT, .devgroup = -1,
937 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
938 },
939 { .resource = RES_RESET, .devgroup = -1,
940 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
941 },
Lesly A Md7ac8292011-04-14 17:57:51 +0530942 { .resource = RES_MAIN_REF, .devgroup = -1,
Amit Kucheria3c684e842009-10-19 15:11:08 +0300943 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
944 },
Amit Kucheria9312fff2009-08-27 20:27:57 +0200945 { 0, 0},
946};
947
948static struct twl4030_power_data rx51_t2scripts_data __initdata = {
949 .scripts = twl4030_scripts,
950 .num = ARRAY_SIZE(twl4030_scripts),
951 .resource_config = twl4030_rconfig,
952};
953
Paul Walmsley8c3d4532012-04-13 06:34:26 -0600954static struct twl4030_vibra_data rx51_vibra_data __initdata = {
Ilkka Koskinenb7a834c2011-02-25 08:46:23 +0000955 .coexist = 0,
956};
957
Paul Walmsley8c3d4532012-04-13 06:34:26 -0600958static struct twl4030_audio_data rx51_audio_data __initdata = {
Ilkka Koskinenb7a834c2011-02-25 08:46:23 +0000959 .audio_mclk = 26000000,
960 .vibra = &rx51_vibra_data,
961};
Amit Kucheria9312fff2009-08-27 20:27:57 +0200962
Amit Kucheria9312fff2009-08-27 20:27:57 +0200963static struct twl4030_platform_data rx51_twldata __initdata = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700964 /* platform_data for children goes here */
965 .gpio = &rx51_gpio_data,
966 .keypad = &rx51_kp_data,
Amit Kucheria9312fff2009-08-27 20:27:57 +0200967 .power = &rx51_t2scripts_data,
Peter Ujfalusi4ae6df52011-05-31 15:21:13 +0300968 .audio = &rx51_audio_data,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700969
970 .vaux1 = &rx51_vaux1,
971 .vaux2 = &rx51_vaux2,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700972 .vaux4 = &rx51_vaux4,
973 .vmmc1 = &rx51_vmmc1,
Kalle Jokiniemi094fc552011-07-05 03:38:22 -0700974 .vpll1 = &rx51_vpll1,
975 .vpll2 = &rx51_vpll2,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700976 .vsim = &rx51_vsim,
Kalle Jokiniemi094fc552011-07-05 03:38:22 -0700977 .vintana1 = &rx51_vintana1,
978 .vintana2 = &rx51_vintana2,
979 .vintdig = &rx51_vintdig,
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700980 .vio = &rx51_vio,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700981};
982
Jarkko Nikulaf0c61d32010-12-18 18:17:10 +0000983static struct tpa6130a2_platform_data rx51_tpa6130a2_data __initdata_or_module = {
Jarkko Nikula64d06692010-08-02 13:18:03 +0300984 .power_gpio = 98,
985};
986
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000987/* Audio setup data */
988static struct aic3x_setup_data rx51_aic34_setup = {
989 .gpio_func[0] = AIC3X_GPIO1_FUNC_DISABLED,
990 .gpio_func[1] = AIC3X_GPIO2_FUNC_DIGITAL_MIC_INPUT,
991};
992
Mark Browne4862f22010-08-16 18:42:58 +0100993static struct aic3x_pdata rx51_aic3x_data = {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000994 .setup = &rx51_aic34_setup,
995 .gpio_reset = 60,
996};
997
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -0800998static struct aic3x_pdata rx51_aic3x_data2 = {
999 .gpio_reset = 60,
1000};
1001
Jarkko Nikuladabe9292010-05-10 14:29:18 -07001002static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_2[] = {
1003 {
1004 I2C_BOARD_INFO("tlv320aic3x", 0x18),
Jarkko Nikula87581fd2010-08-02 13:18:02 +03001005 .platform_data = &rx51_aic3x_data,
Jarkko Nikuladabe9292010-05-10 14:29:18 -07001006 },
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -08001007 {
1008 I2C_BOARD_INFO("tlv320aic3x", 0x19),
1009 .platform_data = &rx51_aic3x_data2,
1010 },
Mathias Nyman70b5d732010-08-02 13:18:03 +03001011#if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE)
1012 {
1013 I2C_BOARD_INFO("tsl2563", 0x29),
1014 .platform_data = &rx51_tsl2563_platform_data,
1015 },
1016#endif
Ameya Palandeeeada9e2011-07-05 03:38:22 -07001017#if defined(CONFIG_LEDS_LP5523) || defined(CONFIG_LEDS_LP5523_MODULE)
1018 {
1019 I2C_BOARD_INFO("lp5523", 0x32),
1020 .platform_data = &rx51_lp5523_platform_data,
1021 },
1022#endif
Jarkko Nikula64d06692010-08-02 13:18:03 +03001023 {
Pali Rohárd77711a2011-11-25 23:53:06 +01001024 I2C_BOARD_INFO("bq27200", 0x55),
1025 },
1026 {
Jarkko Nikula64d06692010-08-02 13:18:03 +03001027 I2C_BOARD_INFO("tpa6130a2", 0x60),
1028 .platform_data = &rx51_tpa6130a2_data,
1029 }
Jarkko Nikuladabe9292010-05-10 14:29:18 -07001030};
1031
Ameya Palande3b511202012-05-09 14:19:15 -07001032static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_3[] = {
1033#if defined(CONFIG_SENSORS_LIS3_I2C) || defined(CONFIG_SENSORS_LIS3_I2C_MODULE)
1034 {
1035 I2C_BOARD_INFO("lis3lv02d", 0x1d),
1036 .platform_data = &rx51_lis3lv02d_data,
Ameya Palande3b511202012-05-09 14:19:15 -07001037 },
1038#endif
1039};
1040
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001041static int __init rx51_i2c_init(void)
1042{
Adrian Hunterf52eeee2009-05-28 14:04:04 -07001043 if ((system_rev >= SYSTEM_REV_S_USES_VAUX3 && system_rev < 0x100) ||
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -07001044 system_rev >= SYSTEM_REV_B_USES_VAUX3) {
Adrian Hunterf52eeee2009-05-28 14:04:04 -07001045 rx51_twldata.vaux3 = &rx51_vaux3_mmc;
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -07001046 /* Only older boards use VMMC2 for internal MMC */
1047 rx51_vmmc2.num_consumer_supplies--;
1048 } else {
Adrian Hunterf52eeee2009-05-28 14:04:04 -07001049 rx51_twldata.vaux3 = &rx51_vaux3_cam;
Adrian Hunterf52eeee2009-05-28 14:04:04 -07001050 }
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -07001051 rx51_twldata.vmmc2 = &rx51_vmmc2;
Peter Ujfalusi827ed9a2011-06-07 10:28:54 +03001052 omap3_pmic_get_config(&rx51_twldata,
Peter Ujfalusib252b0e2011-06-07 11:38:24 +03001053 TWL_COMMON_PDATA_USB | TWL_COMMON_PDATA_MADC,
1054 TWL_COMMON_REGULATOR_VDAC);
1055
1056 rx51_twldata.vdac->constraints.apply_uV = true;
1057 rx51_twldata.vdac->constraints.name = "VDAC";
1058
Mike Rapoportfbd80712011-04-25 01:09:06 +03001059 omap_pmic_init(1, 2200, "twl5030", INT_34XX_SYS_NIRQ, &rx51_twldata);
Jarkko Nikuladabe9292010-05-10 14:29:18 -07001060 omap_register_i2c_bus(2, 100, rx51_peripherals_i2c_board_info_2,
1061 ARRAY_SIZE(rx51_peripherals_i2c_board_info_2));
Tony Lindgren4d043172012-06-04 00:13:25 -07001062#if defined(CONFIG_SENSORS_LIS3_I2C) || defined(CONFIG_SENSORS_LIS3_I2C_MODULE)
1063 rx51_lis3lv02d_data.irq2 = gpio_to_irq(LIS302_IRQ2_GPIO);
1064 rx51_peripherals_i2c_board_info_3[0].irq = gpio_to_irq(LIS302_IRQ1_GPIO);
1065#endif
Ameya Palande3b511202012-05-09 14:19:15 -07001066 omap_register_i2c_bus(3, 400, rx51_peripherals_i2c_board_info_3,
1067 ARRAY_SIZE(rx51_peripherals_i2c_board_info_3));
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001068 return 0;
1069}
1070
Juha Yrjolaaa62e902009-05-28 13:23:52 -07001071#if defined(CONFIG_MTD_ONENAND_OMAP2) || \
1072 defined(CONFIG_MTD_ONENAND_OMAP2_MODULE)
1073
1074static struct mtd_partition onenand_partitions[] = {
1075 {
1076 .name = "bootloader",
1077 .offset = 0,
1078 .size = 0x20000,
1079 .mask_flags = MTD_WRITEABLE, /* Force read-only */
1080 },
1081 {
1082 .name = "config",
1083 .offset = MTDPART_OFS_APPEND,
1084 .size = 0x60000,
1085 },
1086 {
1087 .name = "log",
1088 .offset = MTDPART_OFS_APPEND,
1089 .size = 0x40000,
1090 },
1091 {
1092 .name = "kernel",
1093 .offset = MTDPART_OFS_APPEND,
1094 .size = 0x200000,
1095 },
1096 {
1097 .name = "initfs",
1098 .offset = MTDPART_OFS_APPEND,
1099 .size = 0x200000,
1100 },
1101 {
1102 .name = "rootfs",
1103 .offset = MTDPART_OFS_APPEND,
1104 .size = MTDPART_SIZ_FULL,
1105 },
1106};
1107
Aaro Koskinen54031872010-12-02 15:51:24 +00001108static struct omap_onenand_platform_data board_onenand_data[] = {
1109 {
1110 .cs = 0,
1111 .gpio_irq = 65,
1112 .parts = onenand_partitions,
1113 .nr_parts = ARRAY_SIZE(onenand_partitions),
1114 .flags = ONENAND_SYNC_READWRITE,
1115 }
Juha Yrjolaaa62e902009-05-28 13:23:52 -07001116};
Juha Yrjolaaa62e902009-05-28 13:23:52 -07001117#endif
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001118
Tony Lindgren1a48e152009-05-28 13:23:52 -07001119#if defined(CONFIG_SMC91X) || defined(CONFIG_SMC91X_MODULE)
1120
1121static struct omap_smc91x_platform_data board_smc91x_data = {
1122 .cs = 1,
1123 .gpio_irq = 54,
1124 .gpio_pwrdwn = 86,
1125 .gpio_reset = 164,
1126 .flags = GPMC_TIMINGS_SMC91C96 | IORESOURCE_IRQ_HIGHLEVEL,
1127};
1128
1129static void __init board_smc91x_init(void)
1130{
Tony Lindgren4896e392009-12-11 16:16:32 -08001131 omap_mux_init_gpio(54, OMAP_PIN_INPUT_PULLDOWN);
1132 omap_mux_init_gpio(86, OMAP_PIN_OUTPUT);
1133 omap_mux_init_gpio(164, OMAP_PIN_OUTPUT);
Tony Lindgren1a48e152009-05-28 13:23:52 -07001134
1135 gpmc_smc91x_init(&board_smc91x_data);
1136}
1137
1138#else
1139
1140static inline void board_smc91x_init(void)
1141{
1142}
1143
1144#endif
1145
Kalle Valoa24e61a2009-11-18 18:41:06 -08001146static void rx51_wl1251_set_power(bool enable)
1147{
1148 gpio_set_value(RX51_WL1251_POWER_GPIO, enable);
1149}
1150
Igor Grinbergbc593f52011-05-03 18:22:09 +03001151static struct gpio rx51_wl1251_gpios[] __initdata = {
1152 { RX51_WL1251_POWER_GPIO, GPIOF_OUT_INIT_LOW, "wl1251 power" },
1153 { RX51_WL1251_IRQ_GPIO, GPIOF_IN, "wl1251 irq" },
1154};
1155
Kalle Valoa24e61a2009-11-18 18:41:06 -08001156static void __init rx51_init_wl1251(void)
1157{
1158 int irq, ret;
1159
Igor Grinbergbc593f52011-05-03 18:22:09 +03001160 ret = gpio_request_array(rx51_wl1251_gpios,
1161 ARRAY_SIZE(rx51_wl1251_gpios));
Kalle Valoa24e61a2009-11-18 18:41:06 -08001162 if (ret < 0)
1163 goto error;
1164
Kalle Valoa24e61a2009-11-18 18:41:06 -08001165 irq = gpio_to_irq(RX51_WL1251_IRQ_GPIO);
1166 if (irq < 0)
1167 goto err_irq;
1168
1169 wl1251_pdata.set_power = rx51_wl1251_set_power;
1170 rx51_peripherals_spi_board_info[RX51_SPI_WL1251].irq = irq;
1171
1172 return;
1173
1174err_irq:
1175 gpio_free(RX51_WL1251_IRQ_GPIO);
Kalle Valoa24e61a2009-11-18 18:41:06 -08001176 gpio_free(RX51_WL1251_POWER_GPIO);
Kalle Valoa24e61a2009-11-18 18:41:06 -08001177error:
1178 printk(KERN_ERR "wl1251 board initialisation failed\n");
1179 wl1251_pdata.set_power = NULL;
1180
1181 /*
1182 * Now rx51_peripherals_spi_board_info[1].irq is zero and
1183 * set_power is null, and wl1251_probe() will fail.
1184 */
1185}
1186
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001187static struct tsc2005_platform_data tsc2005_pdata = {
1188 .ts_pressure_max = 2048,
1189 .ts_pressure_fudge = 2,
1190 .ts_x_max = 4096,
1191 .ts_x_fudge = 4,
1192 .ts_y_max = 4096,
1193 .ts_y_fudge = 7,
1194 .ts_x_plate_ohm = 280,
1195 .esd_timeout_ms = 8000,
1196};
1197
Vladimir Zapolskiyd4860eb2012-03-05 11:08:35 -08001198static struct gpio rx51_tsc2005_gpios[] __initdata = {
1199 { RX51_TSC2005_IRQ_GPIO, GPIOF_IN, "tsc2005 IRQ" },
1200 { RX51_TSC2005_RESET_GPIO, GPIOF_OUT_INIT_HIGH, "tsc2005 reset" },
1201};
1202
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001203static void rx51_tsc2005_set_reset(bool enable)
1204{
1205 gpio_set_value(RX51_TSC2005_RESET_GPIO, enable);
1206}
1207
1208static void __init rx51_init_tsc2005(void)
1209{
1210 int r;
1211
Vladimir Zapolskiyd4860eb2012-03-05 11:08:35 -08001212 omap_mux_init_gpio(RX51_TSC2005_RESET_GPIO, OMAP_PIN_OUTPUT);
1213 omap_mux_init_gpio(RX51_TSC2005_IRQ_GPIO, OMAP_PIN_INPUT_PULLUP);
1214
1215 r = gpio_request_array(rx51_tsc2005_gpios,
1216 ARRAY_SIZE(rx51_tsc2005_gpios));
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001217 if (r < 0) {
Vladimir Zapolskiyd4860eb2012-03-05 11:08:35 -08001218 printk(KERN_ERR "tsc2005 board initialization failed\n");
1219 tsc2005_pdata.esd_timeout_ms = 0;
1220 return;
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001221 }
1222
Vladimir Zapolskiyd4860eb2012-03-05 11:08:35 -08001223 tsc2005_pdata.set_reset = rx51_tsc2005_set_reset;
Tony Lindgren2533c2c2012-03-29 10:16:04 -07001224 rx51_peripherals_spi_board_info[RX51_SPI_TSC2005].irq =
1225 gpio_to_irq(RX51_TSC2005_IRQ_GPIO);
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001226}
1227
Timo Kokkonen322c1832012-08-10 06:16:37 -03001228#if defined(CONFIG_IR_RX51) || defined(CONFIG_IR_RX51_MODULE)
1229static struct lirc_rx51_platform_data rx51_lirc_data = {
1230 .set_max_mpu_wakeup_lat = omap_pm_set_max_mpu_wakeup_lat,
1231 .pwm_timer = 9, /* Use GPT 9 for CIR */
1232};
1233
1234static struct platform_device rx51_lirc_device = {
1235 .name = "lirc_rx51",
1236 .id = -1,
1237 .dev = {
1238 .platform_data = &rx51_lirc_data,
1239 },
1240};
1241
1242static void __init rx51_init_lirc(void)
1243{
1244 platform_device_register(&rx51_lirc_device);
1245}
1246#else
1247static void __init rx51_init_lirc(void)
1248{
1249}
1250#endif
1251
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001252void __init rx51_peripherals_init(void)
1253{
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001254 rx51_i2c_init();
Kalle Jokiniemi094fc552011-07-05 03:38:22 -07001255 regulator_has_full_constraints();
Aaro Koskinen54031872010-12-02 15:51:24 +00001256 gpmc_onenand_init(board_onenand_data);
Tony Lindgren1a48e152009-05-28 13:23:52 -07001257 board_smc91x_init();
Jani Nikulaf014ee32009-11-05 22:59:47 -08001258 rx51_add_gpio_keys();
Kalle Valoa24e61a2009-11-18 18:41:06 -08001259 rx51_init_wl1251();
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001260 rx51_init_tsc2005();
Jarkko Nikula589541c2011-02-21 08:42:36 +02001261 rx51_init_si4713();
Timo Kokkonen322c1832012-08-10 06:16:37 -03001262 rx51_init_lirc();
Kalle Valoa24e61a2009-11-18 18:41:06 -08001263 spi_register_board_info(rx51_peripherals_spi_board_info,
1264 ARRAY_SIZE(rx51_peripherals_spi_board_info));
Benoit Cousson112485e2010-08-16 10:55:35 +02001265
1266 partition = omap_mux_get("core");
1267 if (partition)
Tony Lindgren3b972bf2012-02-20 09:43:29 -08001268 omap_hsmmc_init(mmc);
Benoit Cousson112485e2010-08-16 10:55:35 +02001269
Kalle Jokiniemi10299e22011-03-29 16:28:00 +03001270 rx51_charger_init();
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001271}
1272