blob: 60529e0b3d67aea6a98da9c6774d81c4ca539e28 [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>
Arnd Bergmann22037472012-08-24 15:21:06 +020028#include <linux/platform_data/spi-omap2-mcspi.h>
29#include <linux/platform_data/mtd-onenand-omap2.h>
30
David Howells9f97da72012-03-28 18:30:01 +010031#include <asm/system_info.h>
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070032
Tony Lindgren4e653312011-11-10 22:45:17 +010033#include "common.h"
Tony Lindgren45c3eb72012-11-30 08:41:50 -080034#include <linux/omap-dma.h>
Tony Lindgren60628152012-09-20 11:41:43 -070035#include "gpmc-smc91x.h"
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070036
Tony Lindgren0a6f98c2012-09-20 11:40:56 -070037#include "board-rx51.h"
Manjunath Kondaiah G04aeae72010-10-08 09:58:35 -070038
Jarkko Nikula87581fd2010-08-02 13:18:02 +030039#include <sound/tlv320aic3x.h>
Jarkko Nikula64d06692010-08-02 13:18:03 +030040#include <sound/tpa6130a2-plat.h>
Jarkko Nikula589541c2011-02-21 08:42:36 +020041#include <media/radio-si4713.h>
42#include <media/si4713.h>
Ameya Palandeeeada9e2011-07-05 03:38:22 -070043#include <linux/leds-lp5523.h>
Jarkko Nikula87581fd2010-08-02 13:18:02 +030044
Mathias Nyman70b5d732010-08-02 13:18:03 +030045#include <../drivers/staging/iio/light/tsl2563.h>
Ameya Palande3b511202012-05-09 14:19:15 -070046#include <linux/lis3lv02d.h>
Mathias Nyman70b5d732010-08-02 13:18:03 +030047
Timo Kokkonen322c1832012-08-10 06:16:37 -030048#if defined(CONFIG_IR_RX51) || defined(CONFIG_IR_RX51_MODULE)
49#include <media/ir-rx51.h>
50#endif
51
Tony Lindgren4896e392009-12-11 16:16:32 -080052#include "mux.h"
Tony Lindgren1d5aef42012-10-03 16:36:40 -070053#include "omap-pm.h"
Adrian Hunterd02a900b2010-02-15 10:03:34 -080054#include "hsmmc.h"
Mike Rapoportfbd80712011-04-25 01:09:06 +030055#include "common-board-devices.h"
Tony Lindgren99f0b8d2012-10-17 11:07:18 -070056#include "gpmc.h"
Afzal Mohammedb6ab13e2012-09-29 10:32:42 +053057#include "gpmc-onenand.h"
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070058
Adrian Hunterf52eeee2009-05-28 14:04:04 -070059#define SYSTEM_REV_B_USES_VAUX3 0x1699
60#define SYSTEM_REV_S_USES_VAUX3 0x8
61
Kalle Valoa24e61a2009-11-18 18:41:06 -080062#define RX51_WL1251_POWER_GPIO 87
63#define RX51_WL1251_IRQ_GPIO 42
Jarkko Nikula589541c2011-02-21 08:42:36 +020064#define RX51_FMTX_RESET_GPIO 163
65#define RX51_FMTX_IRQ 53
Ameya Palandeeeada9e2011-07-05 03:38:22 -070066#define RX51_LP5523_CHIP_EN_GPIO 41
Kalle Valoa24e61a2009-11-18 18:41:06 -080067
Kalle Jokiniemi10299e22011-03-29 16:28:00 +030068#define RX51_USB_TRANSCEIVER_RST_GPIO 67
69
Aaro Koskinen3dad5352011-12-13 10:48:53 -080070#define RX51_TSC2005_RESET_GPIO 104
71#define RX51_TSC2005_IRQ_GPIO 100
72
Ameya Palande3b511202012-05-09 14:19:15 -070073#define LIS302_IRQ1_GPIO 181
74#define LIS302_IRQ2_GPIO 180 /* Not yet in use */
75
Kalle Valoa24e61a2009-11-18 18:41:06 -080076/* list all spi devices here */
77enum {
78 RX51_SPI_WL1251,
Roger Quadros03e11102010-05-10 10:35:17 +020079 RX51_SPI_MIPID, /* LCD panel */
Roger Quadros6996e7f2010-03-22 17:16:25 +020080 RX51_SPI_TSC2005, /* Touch Controller */
Kalle Valoa24e61a2009-11-18 18:41:06 -080081};
82
83static struct wl12xx_platform_data wl1251_pdata;
Aaro Koskinen3dad5352011-12-13 10:48:53 -080084static struct tsc2005_platform_data tsc2005_pdata;
Kalle Valoa24e61a2009-11-18 18:41:06 -080085
Ameya Palande3b511202012-05-09 14:19:15 -070086#if defined(CONFIG_SENSORS_LIS3_I2C) || defined(CONFIG_SENSORS_LIS3_I2C_MODULE)
87static int lis302_setup(void)
88{
89 int err;
90 int irq1 = LIS302_IRQ1_GPIO;
91 int irq2 = LIS302_IRQ2_GPIO;
92
93 /* gpio for interrupt pin 1 */
94 err = gpio_request(irq1, "lis3lv02dl_irq1");
95 if (err) {
96 printk(KERN_ERR "lis3lv02dl: gpio request failed\n");
97 goto out;
98 }
99
100 /* gpio for interrupt pin 2 */
101 err = gpio_request(irq2, "lis3lv02dl_irq2");
102 if (err) {
103 gpio_free(irq1);
104 printk(KERN_ERR "lis3lv02dl: gpio request failed\n");
105 goto out;
106 }
107
108 gpio_direction_input(irq1);
109 gpio_direction_input(irq2);
110
111out:
112 return err;
113}
114
115static int lis302_release(void)
116{
117 gpio_free(LIS302_IRQ1_GPIO);
118 gpio_free(LIS302_IRQ2_GPIO);
119
120 return 0;
121}
122
123static struct lis3lv02d_platform_data rx51_lis3lv02d_data = {
124 .click_flags = LIS3_CLICK_SINGLE_X | LIS3_CLICK_SINGLE_Y |
125 LIS3_CLICK_SINGLE_Z,
126 /* Limits are 0.5g * value */
127 .click_thresh_x = 8,
128 .click_thresh_y = 8,
129 .click_thresh_z = 10,
130 /* Click must be longer than time limit */
131 .click_time_limit = 9,
132 /* Kind of debounce filter */
133 .click_latency = 50,
134
135 /* Limits for all axis. millig-value / 18 to get HW values */
136 .wakeup_flags = LIS3_WAKEUP_X_HI | LIS3_WAKEUP_Y_HI,
137 .wakeup_thresh = 800 / 18,
138 .wakeup_flags2 = LIS3_WAKEUP_Z_HI ,
139 .wakeup_thresh2 = 900 / 18,
140
141 .hipass_ctrl = LIS3_HIPASS1_DISABLE | LIS3_HIPASS2_DISABLE,
142
143 /* Interrupt line 2 for click detection, line 1 for thresholds */
144 .irq_cfg = LIS3_IRQ2_CLICK | LIS3_IRQ1_FF_WU_12,
145
146 .axis_x = LIS3_DEV_X,
147 .axis_y = LIS3_INV_DEV_Y,
148 .axis_z = LIS3_INV_DEV_Z,
149 .setup_resources = lis302_setup,
150 .release_resources = lis302_release,
151 .st_min_limits = {-32, 3, 3},
152 .st_max_limits = {-3, 32, 32},
Ameya Palande3b511202012-05-09 14:19:15 -0700153};
154#endif
155
Mathias Nyman70b5d732010-08-02 13:18:03 +0300156#if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE)
157static struct tsl2563_platform_data rx51_tsl2563_platform_data = {
158 .cover_comp_gain = 16,
159};
160#endif
161
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700162#if defined(CONFIG_LEDS_LP5523) || defined(CONFIG_LEDS_LP5523_MODULE)
163static struct lp5523_led_config rx51_lp5523_led_config[] = {
164 {
165 .chan_nr = 0,
166 .led_current = 50,
167 }, {
168 .chan_nr = 1,
169 .led_current = 50,
170 }, {
171 .chan_nr = 2,
172 .led_current = 50,
173 }, {
174 .chan_nr = 3,
175 .led_current = 50,
176 }, {
177 .chan_nr = 4,
178 .led_current = 50,
179 }, {
180 .chan_nr = 5,
181 .led_current = 50,
182 }, {
183 .chan_nr = 6,
184 .led_current = 50,
185 }, {
186 .chan_nr = 7,
187 .led_current = 50,
188 }, {
189 .chan_nr = 8,
190 .led_current = 50,
191 }
192};
193
194static int rx51_lp5523_setup(void)
195{
196 return gpio_request_one(RX51_LP5523_CHIP_EN_GPIO, GPIOF_DIR_OUT,
197 "lp5523_enable");
198}
199
200static void rx51_lp5523_release(void)
201{
202 gpio_free(RX51_LP5523_CHIP_EN_GPIO);
203}
204
205static void rx51_lp5523_enable(bool state)
206{
207 gpio_set_value(RX51_LP5523_CHIP_EN_GPIO, !!state);
208}
209
210static struct lp5523_platform_data rx51_lp5523_platform_data = {
211 .led_config = rx51_lp5523_led_config,
212 .num_channels = ARRAY_SIZE(rx51_lp5523_led_config),
213 .clock_mode = LP5523_CLOCK_AUTO,
214 .setup_resources = rx51_lp5523_setup,
215 .release_resources = rx51_lp5523_release,
216 .enable = rx51_lp5523_enable,
217};
218#endif
219
Kalle Valoa24e61a2009-11-18 18:41:06 -0800220static struct omap2_mcspi_device_config wl1251_mcspi_config = {
221 .turbo_mode = 0,
Kalle Valoa24e61a2009-11-18 18:41:06 -0800222};
223
Roger Quadros03e11102010-05-10 10:35:17 +0200224static struct omap2_mcspi_device_config mipid_mcspi_config = {
225 .turbo_mode = 0,
Roger Quadros03e11102010-05-10 10:35:17 +0200226};
227
Roger Quadros6996e7f2010-03-22 17:16:25 +0200228static struct omap2_mcspi_device_config tsc2005_mcspi_config = {
229 .turbo_mode = 0,
Roger Quadros6996e7f2010-03-22 17:16:25 +0200230};
231
Kalle Valoa24e61a2009-11-18 18:41:06 -0800232static struct spi_board_info rx51_peripherals_spi_board_info[] __initdata = {
233 [RX51_SPI_WL1251] = {
234 .modalias = "wl1251",
235 .bus_num = 4,
236 .chip_select = 0,
237 .max_speed_hz = 48000000,
Kalle Valo860fc972009-12-11 16:16:37 -0800238 .mode = SPI_MODE_3,
Kalle Valoa24e61a2009-11-18 18:41:06 -0800239 .controller_data = &wl1251_mcspi_config,
240 .platform_data = &wl1251_pdata,
241 },
Roger Quadros03e11102010-05-10 10:35:17 +0200242 [RX51_SPI_MIPID] = {
243 .modalias = "acx565akm",
244 .bus_num = 1,
245 .chip_select = 2,
246 .max_speed_hz = 6000000,
247 .controller_data = &mipid_mcspi_config,
248 },
Roger Quadros6996e7f2010-03-22 17:16:25 +0200249 [RX51_SPI_TSC2005] = {
250 .modalias = "tsc2005",
251 .bus_num = 1,
252 .chip_select = 0,
Roger Quadros6996e7f2010-03-22 17:16:25 +0200253 .max_speed_hz = 6000000,
254 .controller_data = &tsc2005_mcspi_config,
Aaro Koskinen3dad5352011-12-13 10:48:53 -0800255 .platform_data = &tsc2005_pdata,
Roger Quadros6996e7f2010-03-22 17:16:25 +0200256 },
Kalle Valoa24e61a2009-11-18 18:41:06 -0800257};
258
Kalle Jokiniemi10299e22011-03-29 16:28:00 +0300259static void rx51_charger_set_power(bool on)
260{
261 gpio_set_value(RX51_USB_TRANSCEIVER_RST_GPIO, on);
262}
263
264static struct isp1704_charger_data rx51_charger_data = {
265 .set_power = rx51_charger_set_power,
Heikki Krogerusfd0964c2010-08-19 15:09:37 +0300266};
267
Kalle Jokiniemi10299e22011-03-29 16:28:00 +0300268static struct platform_device rx51_charger_device = {
269 .name = "isp1704_charger",
270 .dev = {
271 .platform_data = &rx51_charger_data,
272 },
273};
274
275static void __init rx51_charger_init(void)
276{
277 WARN_ON(gpio_request_one(RX51_USB_TRANSCEIVER_RST_GPIO,
Felipe Contrerase5fe29c2011-12-08 22:23:00 +0200278 GPIOF_OUT_INIT_HIGH, "isp1704_reset"));
Kalle Jokiniemi10299e22011-03-29 16:28:00 +0300279
280 platform_device_register(&rx51_charger_device);
281}
282
Jani Nikulaf014ee32009-11-05 22:59:47 -0800283#if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE)
284
285#define RX51_GPIO_CAMERA_LENS_COVER 110
286#define RX51_GPIO_CAMERA_FOCUS 68
287#define RX51_GPIO_CAMERA_CAPTURE 69
288#define RX51_GPIO_KEYPAD_SLIDE 71
289#define RX51_GPIO_LOCK_BUTTON 113
290#define RX51_GPIO_PROXIMITY 89
291
292#define RX51_GPIO_DEBOUNCE_TIMEOUT 10
293
294static struct gpio_keys_button rx51_gpio_keys[] = {
295 {
296 .desc = "Camera Lens Cover",
297 .type = EV_SW,
298 .code = SW_CAMERA_LENS_COVER,
299 .gpio = RX51_GPIO_CAMERA_LENS_COVER,
300 .active_low = 1,
301 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
302 }, {
303 .desc = "Camera Focus",
304 .type = EV_KEY,
305 .code = KEY_CAMERA_FOCUS,
306 .gpio = RX51_GPIO_CAMERA_FOCUS,
307 .active_low = 1,
308 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
309 }, {
310 .desc = "Camera Capture",
311 .type = EV_KEY,
312 .code = KEY_CAMERA,
313 .gpio = RX51_GPIO_CAMERA_CAPTURE,
314 .active_low = 1,
315 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
316 }, {
317 .desc = "Lock Button",
318 .type = EV_KEY,
319 .code = KEY_SCREENLOCK,
320 .gpio = RX51_GPIO_LOCK_BUTTON,
321 .active_low = 1,
322 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
323 }, {
324 .desc = "Keypad Slide",
325 .type = EV_SW,
326 .code = SW_KEYPAD_SLIDE,
327 .gpio = RX51_GPIO_KEYPAD_SLIDE,
328 .active_low = 1,
329 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
330 }, {
331 .desc = "Proximity Sensor",
332 .type = EV_SW,
333 .code = SW_FRONT_PROXIMITY,
334 .gpio = RX51_GPIO_PROXIMITY,
335 .active_low = 0,
336 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
337 }
338};
339
340static struct gpio_keys_platform_data rx51_gpio_keys_data = {
341 .buttons = rx51_gpio_keys,
342 .nbuttons = ARRAY_SIZE(rx51_gpio_keys),
343};
344
345static struct platform_device rx51_gpio_keys_device = {
346 .name = "gpio-keys",
347 .id = -1,
348 .dev = {
349 .platform_data = &rx51_gpio_keys_data,
350 },
351};
352
353static void __init rx51_add_gpio_keys(void)
354{
355 platform_device_register(&rx51_gpio_keys_device);
356}
357#else
358static void __init rx51_add_gpio_keys(void)
359{
360}
361#endif /* CONFIG_KEYBOARD_GPIO || CONFIG_KEYBOARD_GPIO_MODULE */
362
Manjunath Kondaiah Gbead4372010-10-08 10:01:13 -0700363static uint32_t board_keymap[] = {
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700364 /*
365 * Note that KEY(x, 8, KEY_XXX) entries represent "entrire row
366 * connected to the ground" matrix state.
367 */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700368 KEY(0, 0, KEY_Q),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700369 KEY(0, 1, KEY_O),
370 KEY(0, 2, KEY_P),
371 KEY(0, 3, KEY_COMMA),
372 KEY(0, 4, KEY_BACKSPACE),
373 KEY(0, 6, KEY_A),
374 KEY(0, 7, KEY_S),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700375
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700376 KEY(1, 0, KEY_W),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700377 KEY(1, 1, KEY_D),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700378 KEY(1, 2, KEY_F),
379 KEY(1, 3, KEY_G),
380 KEY(1, 4, KEY_H),
381 KEY(1, 5, KEY_J),
382 KEY(1, 6, KEY_K),
383 KEY(1, 7, KEY_L),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700384
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700385 KEY(2, 0, KEY_E),
386 KEY(2, 1, KEY_DOT),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700387 KEY(2, 2, KEY_UP),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700388 KEY(2, 3, KEY_ENTER),
389 KEY(2, 5, KEY_Z),
390 KEY(2, 6, KEY_X),
391 KEY(2, 7, KEY_C),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700392 KEY(2, 8, KEY_F9),
393
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700394 KEY(3, 0, KEY_R),
395 KEY(3, 1, KEY_V),
396 KEY(3, 2, KEY_B),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700397 KEY(3, 3, KEY_N),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700398 KEY(3, 4, KEY_M),
399 KEY(3, 5, KEY_SPACE),
400 KEY(3, 6, KEY_SPACE),
401 KEY(3, 7, KEY_LEFT),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700402
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700403 KEY(4, 0, KEY_T),
404 KEY(4, 1, KEY_DOWN),
405 KEY(4, 2, KEY_RIGHT),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700406 KEY(4, 4, KEY_LEFTCTRL),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700407 KEY(4, 5, KEY_RIGHTALT),
408 KEY(4, 6, KEY_LEFTSHIFT),
Dmitry Torokhov2e65a202010-07-26 01:12:37 -0700409 KEY(4, 8, KEY_F10),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700410
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700411 KEY(5, 0, KEY_Y),
Dmitry Torokhov2e65a202010-07-26 01:12:37 -0700412 KEY(5, 8, KEY_F11),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700413
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700414 KEY(6, 0, KEY_U),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700415
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700416 KEY(7, 0, KEY_I),
417 KEY(7, 1, KEY_F7),
418 KEY(7, 2, KEY_F8),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700419};
420
Tony Lindgren4f543332009-09-24 16:23:16 -0700421static struct matrix_keymap_data board_map_data = {
422 .keymap = board_keymap,
423 .keymap_size = ARRAY_SIZE(board_keymap),
424};
425
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700426static struct twl4030_keypad_data rx51_kp_data = {
Tony Lindgren4f543332009-09-24 16:23:16 -0700427 .keymap_data = &board_map_data,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700428 .rows = 8,
429 .cols = 8,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700430 .rep = 1,
431};
432
Adrian Hunterce6f0012010-02-15 10:03:34 -0800433/* Enable input logic and pull all lines up when eMMC is on. */
434static struct omap_board_mux rx51_mmc2_on_mux[] = {
435 OMAP3_MUX(SDMMC2_CMD, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
436 OMAP3_MUX(SDMMC2_DAT0, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
437 OMAP3_MUX(SDMMC2_DAT1, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
438 OMAP3_MUX(SDMMC2_DAT2, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
439 OMAP3_MUX(SDMMC2_DAT3, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
440 OMAP3_MUX(SDMMC2_DAT4, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
441 OMAP3_MUX(SDMMC2_DAT5, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
442 OMAP3_MUX(SDMMC2_DAT6, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
443 OMAP3_MUX(SDMMC2_DAT7, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
444 { .reg_offset = OMAP_MUX_TERMINATOR },
445};
446
447/* Disable input logic and pull all lines down when eMMC is off. */
448static struct omap_board_mux rx51_mmc2_off_mux[] = {
449 OMAP3_MUX(SDMMC2_CMD, OMAP_PULL_ENA | OMAP_MUX_MODE0),
450 OMAP3_MUX(SDMMC2_DAT0, OMAP_PULL_ENA | OMAP_MUX_MODE0),
451 OMAP3_MUX(SDMMC2_DAT1, OMAP_PULL_ENA | OMAP_MUX_MODE0),
452 OMAP3_MUX(SDMMC2_DAT2, OMAP_PULL_ENA | OMAP_MUX_MODE0),
453 OMAP3_MUX(SDMMC2_DAT3, OMAP_PULL_ENA | OMAP_MUX_MODE0),
454 OMAP3_MUX(SDMMC2_DAT4, OMAP_PULL_ENA | OMAP_MUX_MODE0),
455 OMAP3_MUX(SDMMC2_DAT5, OMAP_PULL_ENA | OMAP_MUX_MODE0),
456 OMAP3_MUX(SDMMC2_DAT6, OMAP_PULL_ENA | OMAP_MUX_MODE0),
457 OMAP3_MUX(SDMMC2_DAT7, OMAP_PULL_ENA | OMAP_MUX_MODE0),
458 { .reg_offset = OMAP_MUX_TERMINATOR },
459};
460
Benoit Cousson112485e2010-08-16 10:55:35 +0200461static struct omap_mux_partition *partition;
462
Adrian Hunterce6f0012010-02-15 10:03:34 -0800463/*
464 * Current flows to eMMC when eMMC is off and the data lines are pulled up,
465 * so pull them down. N.B. we pull 8 lines because we are using 8 lines.
466 */
467static void rx51_mmc2_remux(struct device *dev, int slot, int power_on)
468{
469 if (power_on)
Benoit Cousson112485e2010-08-16 10:55:35 +0200470 omap_mux_write_array(partition, rx51_mmc2_on_mux);
Adrian Hunterce6f0012010-02-15 10:03:34 -0800471 else
Benoit Cousson112485e2010-08-16 10:55:35 +0200472 omap_mux_write_array(partition, rx51_mmc2_off_mux);
Adrian Hunterce6f0012010-02-15 10:03:34 -0800473}
474
Adrian Hunter68ff0422010-02-15 10:03:34 -0800475static struct omap2_hsmmc_info mmc[] __initdata = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700476 {
477 .name = "external",
478 .mmc = 1,
Sukumar Ghorai3a638332010-09-15 14:49:23 +0000479 .caps = MMC_CAP_4_BIT_DATA,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700480 .cover_only = true,
481 .gpio_cd = 160,
482 .gpio_wp = -EINVAL,
Adrian Hunter5e763d22009-09-22 16:45:05 -0700483 .power_saving = true,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700484 },
485 {
486 .name = "internal",
487 .mmc = 2,
Sukumar Ghorai3a638332010-09-15 14:49:23 +0000488 .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA,
489 /* See also rx51_mmc2_remux */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700490 .gpio_cd = -EINVAL,
491 .gpio_wp = -EINVAL,
Adrian Hunter5e763d22009-09-22 16:45:05 -0700492 .nonremovable = true,
493 .power_saving = true,
Adrian Hunterce6f0012010-02-15 10:03:34 -0800494 .remux = rx51_mmc2_remux,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700495 },
496 {} /* Terminator */
497};
498
Oleg Drokin786b01a2011-06-06 18:57:07 +0000499static struct regulator_consumer_supply rx51_vmmc1_supply[] = {
500 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
501};
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700502
Linus Torvalds664a41b2011-07-30 00:08:53 -0700503static struct regulator_consumer_supply rx51_vaux2_supply[] = {
504 REGULATOR_SUPPLY("vdds_csib", "omap3isp"),
505};
Kalle Jokiniemi75ccf262011-05-03 07:41:23 -0300506
Oleg Drokin786b01a2011-06-06 18:57:07 +0000507static struct regulator_consumer_supply rx51_vaux3_supply[] = {
508 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"),
509};
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700510
Oleg Drokin786b01a2011-06-06 18:57:07 +0000511static struct regulator_consumer_supply rx51_vsim_supply[] = {
512 REGULATOR_SUPPLY("vmmc_aux", "omap_hsmmc.1"),
513};
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700514
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700515static struct regulator_consumer_supply rx51_vmmc2_supplies[] = {
516 /* tlv320aic3x analog supplies */
Jarkko Nikula5c7d9bb2010-08-02 13:18:02 +0300517 REGULATOR_SUPPLY("AVDD", "2-0018"),
518 REGULATOR_SUPPLY("DRVDD", "2-0018"),
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -0800519 REGULATOR_SUPPLY("AVDD", "2-0019"),
520 REGULATOR_SUPPLY("DRVDD", "2-0019"),
Jarkko Nikula64d06692010-08-02 13:18:03 +0300521 /* tpa6130a2 */
522 REGULATOR_SUPPLY("Vdd", "2-0060"),
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700523 /* Keep vmmc as last item. It is not iterated for newer boards */
Kishore Kadiyala0005ae72011-02-28 20:48:05 +0530524 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"),
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700525};
526
527static struct regulator_consumer_supply rx51_vio_supplies[] = {
528 /* tlv320aic3x digital supplies */
Jarkko Nikula5c7d9bb2010-08-02 13:18:02 +0300529 REGULATOR_SUPPLY("IOVDD", "2-0018"),
530 REGULATOR_SUPPLY("DVDD", "2-0018"),
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -0800531 REGULATOR_SUPPLY("IOVDD", "2-0019"),
532 REGULATOR_SUPPLY("DVDD", "2-0019"),
Jarkko Nikula589541c2011-02-21 08:42:36 +0200533 /* Si4713 IO supply */
534 REGULATOR_SUPPLY("vio", "2-0063"),
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700535};
536
Roger Quadros0581b522010-05-12 11:48:47 +0300537static struct regulator_consumer_supply rx51_vaux1_consumers[] = {
Jarkko Nikulab5b99452010-12-21 17:25:34 +0000538 REGULATOR_SUPPLY("vdds_sdi", "omapdss"),
Jarkko Nikula589541c2011-02-21 08:42:36 +0200539 /* Si4713 supply */
540 REGULATOR_SUPPLY("vdd", "2-0063"),
Roger Quadros0581b522010-05-12 11:48:47 +0300541};
542
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700543static struct regulator_init_data rx51_vaux1 = {
544 .constraints = {
545 .name = "V28",
546 .min_uV = 2800000,
547 .max_uV = 2800000,
Jarkko Nikula000d5342010-08-02 13:18:02 +0300548 .always_on = true, /* due battery cover sensor */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700549 .valid_modes_mask = REGULATOR_MODE_NORMAL
550 | REGULATOR_MODE_STANDBY,
551 .valid_ops_mask = REGULATOR_CHANGE_MODE
552 | REGULATOR_CHANGE_STATUS,
553 },
Roger Quadros0581b522010-05-12 11:48:47 +0300554 .num_consumer_supplies = ARRAY_SIZE(rx51_vaux1_consumers),
555 .consumer_supplies = rx51_vaux1_consumers,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700556};
557
558static struct regulator_init_data rx51_vaux2 = {
559 .constraints = {
560 .name = "VCSI",
561 .min_uV = 1800000,
562 .max_uV = 1800000,
563 .valid_modes_mask = REGULATOR_MODE_NORMAL
564 | REGULATOR_MODE_STANDBY,
565 .valid_ops_mask = REGULATOR_CHANGE_MODE
566 | REGULATOR_CHANGE_STATUS,
567 },
Linus Torvalds664a41b2011-07-30 00:08:53 -0700568 .num_consumer_supplies = ARRAY_SIZE(rx51_vaux2_supply),
569 .consumer_supplies = rx51_vaux2_supply,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700570};
571
572/* VAUX3 - adds more power to VIO_18 rail */
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700573static struct regulator_init_data rx51_vaux3_cam = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700574 .constraints = {
575 .name = "VCAM_DIG_18",
576 .min_uV = 1800000,
577 .max_uV = 1800000,
578 .apply_uV = true,
579 .valid_modes_mask = REGULATOR_MODE_NORMAL
580 | REGULATOR_MODE_STANDBY,
581 .valid_ops_mask = REGULATOR_CHANGE_MODE
582 | REGULATOR_CHANGE_STATUS,
583 },
584};
585
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700586static struct regulator_init_data rx51_vaux3_mmc = {
587 .constraints = {
588 .name = "VMMC2_30",
589 .min_uV = 2800000,
590 .max_uV = 3000000,
591 .apply_uV = true,
592 .valid_modes_mask = REGULATOR_MODE_NORMAL
593 | REGULATOR_MODE_STANDBY,
594 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
595 | REGULATOR_CHANGE_MODE
596 | REGULATOR_CHANGE_STATUS,
597 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000598 .num_consumer_supplies = ARRAY_SIZE(rx51_vaux3_supply),
599 .consumer_supplies = rx51_vaux3_supply,
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700600};
601
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700602static struct regulator_init_data rx51_vaux4 = {
603 .constraints = {
604 .name = "VCAM_ANA_28",
605 .min_uV = 2800000,
606 .max_uV = 2800000,
607 .apply_uV = true,
608 .valid_modes_mask = REGULATOR_MODE_NORMAL
609 | REGULATOR_MODE_STANDBY,
610 .valid_ops_mask = REGULATOR_CHANGE_MODE
611 | REGULATOR_CHANGE_STATUS,
612 },
613};
614
615static struct regulator_init_data rx51_vmmc1 = {
616 .constraints = {
617 .min_uV = 1850000,
618 .max_uV = 3150000,
619 .valid_modes_mask = REGULATOR_MODE_NORMAL
620 | REGULATOR_MODE_STANDBY,
621 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
622 | REGULATOR_CHANGE_MODE
623 | REGULATOR_CHANGE_STATUS,
624 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000625 .num_consumer_supplies = ARRAY_SIZE(rx51_vmmc1_supply),
626 .consumer_supplies = rx51_vmmc1_supply,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700627};
628
629static struct regulator_init_data rx51_vmmc2 = {
630 .constraints = {
Jarkko Nikulaf2add1d2010-05-10 14:29:18 -0700631 .name = "V28_A",
632 .min_uV = 2800000,
633 .max_uV = 3000000,
Jarkko Nikula28274112011-05-31 11:27:00 +0300634 .always_on = true, /* due VIO leak to AIC34 VDDs */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700635 .apply_uV = true,
636 .valid_modes_mask = REGULATOR_MODE_NORMAL
637 | REGULATOR_MODE_STANDBY,
638 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
639 | REGULATOR_CHANGE_MODE
640 | REGULATOR_CHANGE_STATUS,
641 },
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700642 .num_consumer_supplies = ARRAY_SIZE(rx51_vmmc2_supplies),
643 .consumer_supplies = rx51_vmmc2_supplies,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700644};
645
Kalle Jokiniemi094fc552011-07-05 03:38:22 -0700646static struct regulator_init_data rx51_vpll1 = {
647 .constraints = {
648 .name = "VPLL",
649 .min_uV = 1800000,
650 .max_uV = 1800000,
651 .apply_uV = true,
652 .always_on = true,
653 .valid_modes_mask = REGULATOR_MODE_NORMAL
654 | REGULATOR_MODE_STANDBY,
655 .valid_ops_mask = REGULATOR_CHANGE_MODE,
656 },
657};
658
659static struct regulator_init_data rx51_vpll2 = {
660 .constraints = {
661 .name = "VSDI_CSI",
662 .min_uV = 1800000,
663 .max_uV = 1800000,
664 .apply_uV = true,
665 .always_on = true,
666 .valid_modes_mask = REGULATOR_MODE_NORMAL
667 | REGULATOR_MODE_STANDBY,
668 .valid_ops_mask = REGULATOR_CHANGE_MODE,
669 },
670};
671
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700672static struct regulator_init_data rx51_vsim = {
673 .constraints = {
674 .name = "VMMC2_IO_18",
675 .min_uV = 1800000,
676 .max_uV = 1800000,
677 .apply_uV = true,
678 .valid_modes_mask = REGULATOR_MODE_NORMAL
679 | REGULATOR_MODE_STANDBY,
680 .valid_ops_mask = REGULATOR_CHANGE_MODE
681 | REGULATOR_CHANGE_STATUS,
682 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000683 .num_consumer_supplies = ARRAY_SIZE(rx51_vsim_supply),
684 .consumer_supplies = rx51_vsim_supply,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700685};
686
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700687static struct regulator_init_data rx51_vio = {
688 .constraints = {
689 .min_uV = 1800000,
690 .max_uV = 1800000,
691 .valid_modes_mask = REGULATOR_MODE_NORMAL
692 | REGULATOR_MODE_STANDBY,
693 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
694 | REGULATOR_CHANGE_MODE
695 | REGULATOR_CHANGE_STATUS,
696 },
697 .num_consumer_supplies = ARRAY_SIZE(rx51_vio_supplies),
698 .consumer_supplies = rx51_vio_supplies,
699};
700
Kalle Jokiniemi094fc552011-07-05 03:38:22 -0700701static struct regulator_init_data rx51_vintana1 = {
702 .constraints = {
703 .name = "VINTANA1",
704 .min_uV = 1500000,
705 .max_uV = 1500000,
706 .always_on = true,
707 .valid_modes_mask = REGULATOR_MODE_NORMAL
708 | REGULATOR_MODE_STANDBY,
709 .valid_ops_mask = REGULATOR_CHANGE_MODE,
710 },
711};
712
713static struct regulator_init_data rx51_vintana2 = {
714 .constraints = {
715 .name = "VINTANA2",
716 .min_uV = 2750000,
717 .max_uV = 2750000,
718 .apply_uV = true,
719 .always_on = true,
720 .valid_modes_mask = REGULATOR_MODE_NORMAL
721 | REGULATOR_MODE_STANDBY,
722 .valid_ops_mask = REGULATOR_CHANGE_MODE,
723 },
724};
725
726static struct regulator_init_data rx51_vintdig = {
727 .constraints = {
728 .name = "VINTDIG",
729 .min_uV = 1500000,
730 .max_uV = 1500000,
731 .always_on = true,
732 .valid_modes_mask = REGULATOR_MODE_NORMAL
733 | REGULATOR_MODE_STANDBY,
734 .valid_ops_mask = REGULATOR_CHANGE_MODE,
735 },
736};
737
Jarkko Nikula589541c2011-02-21 08:42:36 +0200738static struct si4713_platform_data rx51_si4713_i2c_data __initdata_or_module = {
739 .gpio_reset = RX51_FMTX_RESET_GPIO,
740};
741
742static struct i2c_board_info rx51_si4713_board_info __initdata_or_module = {
743 I2C_BOARD_INFO("si4713", SI4713_I2C_ADDR_BUSEN_HIGH),
744 .platform_data = &rx51_si4713_i2c_data,
745};
746
747static struct radio_si4713_platform_data rx51_si4713_data __initdata_or_module = {
748 .i2c_bus = 2,
749 .subdev_board_info = &rx51_si4713_board_info,
750};
751
Shubhrajyoti D12aee6c2012-09-12 20:07:04 +0530752static struct platform_device rx51_si4713_dev __initdata_or_module = {
Jarkko Nikula589541c2011-02-21 08:42:36 +0200753 .name = "radio-si4713",
754 .id = -1,
755 .dev = {
756 .platform_data = &rx51_si4713_data,
757 },
758};
759
760static __init void rx51_init_si4713(void)
761{
762 int err;
763
764 err = gpio_request_one(RX51_FMTX_IRQ, GPIOF_DIR_IN, "si4713 irq");
765 if (err) {
766 printk(KERN_ERR "Cannot request si4713 irq gpio. %d\n", err);
767 return;
768 }
769 rx51_si4713_board_info.irq = gpio_to_irq(RX51_FMTX_IRQ);
770 platform_device_register(&rx51_si4713_dev);
771}
772
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700773static int rx51_twlgpio_setup(struct device *dev, unsigned gpio, unsigned n)
774{
775 /* FIXME this gpio setup is just a placeholder for now */
Igor Grinbergbc593f52011-05-03 18:22:09 +0300776 gpio_request_one(gpio + 6, GPIOF_OUT_INIT_LOW, "backlight_pwm");
Jarkko Nikulac0ad4fa2011-05-31 11:27:01 +0300777 gpio_request_one(gpio + 7, GPIOF_OUT_INIT_LOW, "speaker_en");
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700778
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700779 return 0;
780}
781
782static struct twl4030_gpio_platform_data rx51_gpio_data = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700783 .pulldowns = BIT(0) | BIT(1) | BIT(2) | BIT(3)
784 | BIT(4) | BIT(5)
785 | BIT(8) | BIT(9) | BIT(10) | BIT(11)
786 | BIT(12) | BIT(13) | BIT(14) | BIT(15)
787 | BIT(16) | BIT(17) ,
788 .setup = rx51_twlgpio_setup,
789};
790
Amit Kucheria9312fff2009-08-27 20:27:57 +0200791static struct twl4030_ins sleep_on_seq[] __initdata = {
792/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300793 * Turn off everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200794 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300795 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_SLEEP), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200796};
797
798static struct twl4030_script sleep_on_script __initdata = {
799 .script = sleep_on_seq,
800 .size = ARRAY_SIZE(sleep_on_seq),
801 .flags = TWL4030_SLEEP_SCRIPT,
802};
803
804static struct twl4030_ins wakeup_seq[] __initdata = {
805/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300806 * Reenable everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200807 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300808 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200809};
810
811static struct twl4030_script wakeup_script __initdata = {
812 .script = wakeup_seq,
813 .size = ARRAY_SIZE(wakeup_seq),
814 .flags = TWL4030_WAKEUP12_SCRIPT,
815};
816
817static struct twl4030_ins wakeup_p3_seq[] __initdata = {
818/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300819 * Reenable everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200820 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300821 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200822};
823
824static struct twl4030_script wakeup_p3_script __initdata = {
825 .script = wakeup_p3_seq,
826 .size = ARRAY_SIZE(wakeup_p3_seq),
827 .flags = TWL4030_WAKEUP3_SCRIPT,
828};
829
830static struct twl4030_ins wrst_seq[] __initdata = {
831/*
832 * Reset twl4030.
833 * Reset VDD1 regulator.
834 * Reset VDD2 regulator.
835 * Reset VPLL1 regulator.
836 * Enable sysclk output.
837 * Reenable twl4030.
838 */
839 {MSG_SINGULAR(DEV_GRP_NULL, RES_RESET, RES_STATE_OFF), 2},
840 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 0, 1, RES_STATE_ACTIVE),
841 0x13},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200842 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_PP, 0, 3, RES_STATE_OFF), 0x13},
843 {MSG_SINGULAR(DEV_GRP_NULL, RES_VDD1, RES_STATE_WRST), 0x13},
844 {MSG_SINGULAR(DEV_GRP_NULL, RES_VDD2, RES_STATE_WRST), 0x13},
845 {MSG_SINGULAR(DEV_GRP_NULL, RES_VPLL1, RES_STATE_WRST), 0x35},
Amit Kucheria3c684e842009-10-19 15:11:08 +0300846 {MSG_SINGULAR(DEV_GRP_P3, RES_HFCLKOUT, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200847 {MSG_SINGULAR(DEV_GRP_NULL, RES_RESET, RES_STATE_ACTIVE), 2},
848};
849
850static struct twl4030_script wrst_script __initdata = {
851 .script = wrst_seq,
852 .size = ARRAY_SIZE(wrst_seq),
853 .flags = TWL4030_WRST_SCRIPT,
854};
855
856static struct twl4030_script *twl4030_scripts[] __initdata = {
857 /* wakeup12 script should be loaded before sleep script, otherwise a
858 board might hit retention before loading of wakeup script is
859 completed. This can cause boot failures depending on timing issues.
860 */
861 &wakeup_script,
862 &sleep_on_script,
863 &wakeup_p3_script,
864 &wrst_script,
865};
866
867static struct twl4030_resconfig twl4030_rconfig[] __initdata = {
Amit Kucheria3c684e842009-10-19 15:11:08 +0300868 { .resource = RES_VDD1, .devgroup = -1,
869 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
870 .remap_sleep = RES_STATE_OFF
871 },
872 { .resource = RES_VDD2, .devgroup = -1,
873 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
874 .remap_sleep = RES_STATE_OFF
875 },
876 { .resource = RES_VPLL1, .devgroup = -1,
877 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
878 .remap_sleep = RES_STATE_OFF
879 },
880 { .resource = RES_VPLL2, .devgroup = -1,
881 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
882 },
883 { .resource = RES_VAUX1, .devgroup = -1,
884 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
885 },
886 { .resource = RES_VAUX2, .devgroup = -1,
887 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
888 },
889 { .resource = RES_VAUX3, .devgroup = -1,
890 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
891 },
892 { .resource = RES_VAUX4, .devgroup = -1,
893 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
894 },
895 { .resource = RES_VMMC1, .devgroup = -1,
896 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
897 },
898 { .resource = RES_VMMC2, .devgroup = -1,
899 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
900 },
901 { .resource = RES_VDAC, .devgroup = -1,
902 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
903 },
904 { .resource = RES_VSIM, .devgroup = -1,
905 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
906 },
907 { .resource = RES_VINTANA1, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
908 .type = -1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
909 },
910 { .resource = RES_VINTANA2, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
911 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
912 },
913 { .resource = RES_VINTDIG, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
914 .type = -1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
915 },
916 { .resource = RES_VIO, .devgroup = DEV_GRP_P3,
917 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
918 },
919 { .resource = RES_CLKEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
920 .type = 1, .type2 = -1 , .remap_off = -1, .remap_sleep = -1
921 },
922 { .resource = RES_REGEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
923 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
924 },
925 { .resource = RES_NRES_PWRON, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
926 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
927 },
928 { .resource = RES_SYSEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
929 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
930 },
931 { .resource = RES_HFCLKOUT, .devgroup = DEV_GRP_P3,
932 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
933 },
934 { .resource = RES_32KCLKOUT, .devgroup = -1,
935 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
936 },
937 { .resource = RES_RESET, .devgroup = -1,
938 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
939 },
Lesly A Md7ac8292011-04-14 17:57:51 +0530940 { .resource = RES_MAIN_REF, .devgroup = -1,
Amit Kucheria3c684e842009-10-19 15:11:08 +0300941 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
942 },
Amit Kucheria9312fff2009-08-27 20:27:57 +0200943 { 0, 0},
944};
945
946static struct twl4030_power_data rx51_t2scripts_data __initdata = {
947 .scripts = twl4030_scripts,
948 .num = ARRAY_SIZE(twl4030_scripts),
949 .resource_config = twl4030_rconfig,
950};
951
Paul Walmsley8c3d4532012-04-13 06:34:26 -0600952static struct twl4030_vibra_data rx51_vibra_data __initdata = {
Ilkka Koskinenb7a834c2011-02-25 08:46:23 +0000953 .coexist = 0,
954};
955
Paul Walmsley8c3d4532012-04-13 06:34:26 -0600956static struct twl4030_audio_data rx51_audio_data __initdata = {
Ilkka Koskinenb7a834c2011-02-25 08:46:23 +0000957 .audio_mclk = 26000000,
958 .vibra = &rx51_vibra_data,
959};
Amit Kucheria9312fff2009-08-27 20:27:57 +0200960
Amit Kucheria9312fff2009-08-27 20:27:57 +0200961static struct twl4030_platform_data rx51_twldata __initdata = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700962 /* platform_data for children goes here */
963 .gpio = &rx51_gpio_data,
964 .keypad = &rx51_kp_data,
Amit Kucheria9312fff2009-08-27 20:27:57 +0200965 .power = &rx51_t2scripts_data,
Peter Ujfalusi4ae6df52011-05-31 15:21:13 +0300966 .audio = &rx51_audio_data,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700967
968 .vaux1 = &rx51_vaux1,
969 .vaux2 = &rx51_vaux2,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700970 .vaux4 = &rx51_vaux4,
971 .vmmc1 = &rx51_vmmc1,
Kalle Jokiniemi094fc552011-07-05 03:38:22 -0700972 .vpll1 = &rx51_vpll1,
973 .vpll2 = &rx51_vpll2,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700974 .vsim = &rx51_vsim,
Kalle Jokiniemi094fc552011-07-05 03:38:22 -0700975 .vintana1 = &rx51_vintana1,
976 .vintana2 = &rx51_vintana2,
977 .vintdig = &rx51_vintdig,
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700978 .vio = &rx51_vio,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700979};
980
Jarkko Nikulaf0c61d32010-12-18 18:17:10 +0000981static struct tpa6130a2_platform_data rx51_tpa6130a2_data __initdata_or_module = {
Jarkko Nikula64d06692010-08-02 13:18:03 +0300982 .power_gpio = 98,
983};
984
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000985/* Audio setup data */
986static struct aic3x_setup_data rx51_aic34_setup = {
987 .gpio_func[0] = AIC3X_GPIO1_FUNC_DISABLED,
988 .gpio_func[1] = AIC3X_GPIO2_FUNC_DIGITAL_MIC_INPUT,
989};
990
Mark Browne4862f22010-08-16 18:42:58 +0100991static struct aic3x_pdata rx51_aic3x_data = {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000992 .setup = &rx51_aic34_setup,
993 .gpio_reset = 60,
994};
995
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -0800996static struct aic3x_pdata rx51_aic3x_data2 = {
997 .gpio_reset = 60,
998};
999
Jarkko Nikuladabe9292010-05-10 14:29:18 -07001000static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_2[] = {
1001 {
1002 I2C_BOARD_INFO("tlv320aic3x", 0x18),
Jarkko Nikula87581fd2010-08-02 13:18:02 +03001003 .platform_data = &rx51_aic3x_data,
Jarkko Nikuladabe9292010-05-10 14:29:18 -07001004 },
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -08001005 {
1006 I2C_BOARD_INFO("tlv320aic3x", 0x19),
1007 .platform_data = &rx51_aic3x_data2,
1008 },
Mathias Nyman70b5d732010-08-02 13:18:03 +03001009#if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE)
1010 {
1011 I2C_BOARD_INFO("tsl2563", 0x29),
1012 .platform_data = &rx51_tsl2563_platform_data,
1013 },
1014#endif
Ameya Palandeeeada9e2011-07-05 03:38:22 -07001015#if defined(CONFIG_LEDS_LP5523) || defined(CONFIG_LEDS_LP5523_MODULE)
1016 {
1017 I2C_BOARD_INFO("lp5523", 0x32),
1018 .platform_data = &rx51_lp5523_platform_data,
1019 },
1020#endif
Jarkko Nikula64d06692010-08-02 13:18:03 +03001021 {
Pali Rohárd77711a2011-11-25 23:53:06 +01001022 I2C_BOARD_INFO("bq27200", 0x55),
1023 },
1024 {
Jarkko Nikula64d06692010-08-02 13:18:03 +03001025 I2C_BOARD_INFO("tpa6130a2", 0x60),
1026 .platform_data = &rx51_tpa6130a2_data,
1027 }
Jarkko Nikuladabe9292010-05-10 14:29:18 -07001028};
1029
Ameya Palande3b511202012-05-09 14:19:15 -07001030static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_3[] = {
1031#if defined(CONFIG_SENSORS_LIS3_I2C) || defined(CONFIG_SENSORS_LIS3_I2C_MODULE)
1032 {
1033 I2C_BOARD_INFO("lis3lv02d", 0x1d),
1034 .platform_data = &rx51_lis3lv02d_data,
Ameya Palande3b511202012-05-09 14:19:15 -07001035 },
1036#endif
1037};
1038
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001039static int __init rx51_i2c_init(void)
1040{
Adrian Hunterf52eeee2009-05-28 14:04:04 -07001041 if ((system_rev >= SYSTEM_REV_S_USES_VAUX3 && system_rev < 0x100) ||
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -07001042 system_rev >= SYSTEM_REV_B_USES_VAUX3) {
Adrian Hunterf52eeee2009-05-28 14:04:04 -07001043 rx51_twldata.vaux3 = &rx51_vaux3_mmc;
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -07001044 /* Only older boards use VMMC2 for internal MMC */
1045 rx51_vmmc2.num_consumer_supplies--;
1046 } else {
Adrian Hunterf52eeee2009-05-28 14:04:04 -07001047 rx51_twldata.vaux3 = &rx51_vaux3_cam;
Adrian Hunterf52eeee2009-05-28 14:04:04 -07001048 }
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -07001049 rx51_twldata.vmmc2 = &rx51_vmmc2;
Peter Ujfalusi827ed9a2011-06-07 10:28:54 +03001050 omap3_pmic_get_config(&rx51_twldata,
Peter Ujfalusib252b0e2011-06-07 11:38:24 +03001051 TWL_COMMON_PDATA_USB | TWL_COMMON_PDATA_MADC,
1052 TWL_COMMON_REGULATOR_VDAC);
1053
1054 rx51_twldata.vdac->constraints.apply_uV = true;
1055 rx51_twldata.vdac->constraints.name = "VDAC";
1056
Tony Lindgren7d7e1eb2012-08-27 17:43:01 -07001057 omap_pmic_init(1, 2200, "twl5030", 7 + OMAP_INTC_START, &rx51_twldata);
Jarkko Nikuladabe9292010-05-10 14:29:18 -07001058 omap_register_i2c_bus(2, 100, rx51_peripherals_i2c_board_info_2,
1059 ARRAY_SIZE(rx51_peripherals_i2c_board_info_2));
Tony Lindgren4d043172012-06-04 00:13:25 -07001060#if defined(CONFIG_SENSORS_LIS3_I2C) || defined(CONFIG_SENSORS_LIS3_I2C_MODULE)
1061 rx51_lis3lv02d_data.irq2 = gpio_to_irq(LIS302_IRQ2_GPIO);
1062 rx51_peripherals_i2c_board_info_3[0].irq = gpio_to_irq(LIS302_IRQ1_GPIO);
1063#endif
Ameya Palande3b511202012-05-09 14:19:15 -07001064 omap_register_i2c_bus(3, 400, rx51_peripherals_i2c_board_info_3,
1065 ARRAY_SIZE(rx51_peripherals_i2c_board_info_3));
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001066 return 0;
1067}
1068
Juha Yrjolaaa62e902009-05-28 13:23:52 -07001069#if defined(CONFIG_MTD_ONENAND_OMAP2) || \
1070 defined(CONFIG_MTD_ONENAND_OMAP2_MODULE)
1071
1072static struct mtd_partition onenand_partitions[] = {
1073 {
1074 .name = "bootloader",
1075 .offset = 0,
1076 .size = 0x20000,
1077 .mask_flags = MTD_WRITEABLE, /* Force read-only */
1078 },
1079 {
1080 .name = "config",
1081 .offset = MTDPART_OFS_APPEND,
1082 .size = 0x60000,
1083 },
1084 {
1085 .name = "log",
1086 .offset = MTDPART_OFS_APPEND,
1087 .size = 0x40000,
1088 },
1089 {
1090 .name = "kernel",
1091 .offset = MTDPART_OFS_APPEND,
1092 .size = 0x200000,
1093 },
1094 {
1095 .name = "initfs",
1096 .offset = MTDPART_OFS_APPEND,
1097 .size = 0x200000,
1098 },
1099 {
1100 .name = "rootfs",
1101 .offset = MTDPART_OFS_APPEND,
1102 .size = MTDPART_SIZ_FULL,
1103 },
1104};
1105
Aaro Koskinen54031872010-12-02 15:51:24 +00001106static struct omap_onenand_platform_data board_onenand_data[] = {
1107 {
1108 .cs = 0,
1109 .gpio_irq = 65,
1110 .parts = onenand_partitions,
1111 .nr_parts = ARRAY_SIZE(onenand_partitions),
1112 .flags = ONENAND_SYNC_READWRITE,
1113 }
Juha Yrjolaaa62e902009-05-28 13:23:52 -07001114};
Juha Yrjolaaa62e902009-05-28 13:23:52 -07001115#endif
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001116
Tony Lindgren1a48e152009-05-28 13:23:52 -07001117#if defined(CONFIG_SMC91X) || defined(CONFIG_SMC91X_MODULE)
1118
1119static struct omap_smc91x_platform_data board_smc91x_data = {
1120 .cs = 1,
1121 .gpio_irq = 54,
1122 .gpio_pwrdwn = 86,
1123 .gpio_reset = 164,
1124 .flags = GPMC_TIMINGS_SMC91C96 | IORESOURCE_IRQ_HIGHLEVEL,
1125};
1126
1127static void __init board_smc91x_init(void)
1128{
Tony Lindgren4896e392009-12-11 16:16:32 -08001129 omap_mux_init_gpio(54, OMAP_PIN_INPUT_PULLDOWN);
1130 omap_mux_init_gpio(86, OMAP_PIN_OUTPUT);
1131 omap_mux_init_gpio(164, OMAP_PIN_OUTPUT);
Tony Lindgren1a48e152009-05-28 13:23:52 -07001132
1133 gpmc_smc91x_init(&board_smc91x_data);
1134}
1135
1136#else
1137
1138static inline void board_smc91x_init(void)
1139{
1140}
1141
1142#endif
1143
Kalle Valoa24e61a2009-11-18 18:41:06 -08001144static void rx51_wl1251_set_power(bool enable)
1145{
1146 gpio_set_value(RX51_WL1251_POWER_GPIO, enable);
1147}
1148
Igor Grinbergbc593f52011-05-03 18:22:09 +03001149static struct gpio rx51_wl1251_gpios[] __initdata = {
1150 { RX51_WL1251_POWER_GPIO, GPIOF_OUT_INIT_LOW, "wl1251 power" },
1151 { RX51_WL1251_IRQ_GPIO, GPIOF_IN, "wl1251 irq" },
1152};
1153
Kalle Valoa24e61a2009-11-18 18:41:06 -08001154static void __init rx51_init_wl1251(void)
1155{
1156 int irq, ret;
1157
Igor Grinbergbc593f52011-05-03 18:22:09 +03001158 ret = gpio_request_array(rx51_wl1251_gpios,
1159 ARRAY_SIZE(rx51_wl1251_gpios));
Kalle Valoa24e61a2009-11-18 18:41:06 -08001160 if (ret < 0)
1161 goto error;
1162
Kalle Valoa24e61a2009-11-18 18:41:06 -08001163 irq = gpio_to_irq(RX51_WL1251_IRQ_GPIO);
1164 if (irq < 0)
1165 goto err_irq;
1166
1167 wl1251_pdata.set_power = rx51_wl1251_set_power;
1168 rx51_peripherals_spi_board_info[RX51_SPI_WL1251].irq = irq;
1169
1170 return;
1171
1172err_irq:
1173 gpio_free(RX51_WL1251_IRQ_GPIO);
Kalle Valoa24e61a2009-11-18 18:41:06 -08001174 gpio_free(RX51_WL1251_POWER_GPIO);
Kalle Valoa24e61a2009-11-18 18:41:06 -08001175error:
1176 printk(KERN_ERR "wl1251 board initialisation failed\n");
1177 wl1251_pdata.set_power = NULL;
1178
1179 /*
1180 * Now rx51_peripherals_spi_board_info[1].irq is zero and
1181 * set_power is null, and wl1251_probe() will fail.
1182 */
1183}
1184
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001185static struct tsc2005_platform_data tsc2005_pdata = {
1186 .ts_pressure_max = 2048,
1187 .ts_pressure_fudge = 2,
1188 .ts_x_max = 4096,
1189 .ts_x_fudge = 4,
1190 .ts_y_max = 4096,
1191 .ts_y_fudge = 7,
1192 .ts_x_plate_ohm = 280,
1193 .esd_timeout_ms = 8000,
1194};
1195
Vladimir Zapolskiyd4860eb2012-03-05 11:08:35 -08001196static struct gpio rx51_tsc2005_gpios[] __initdata = {
1197 { RX51_TSC2005_IRQ_GPIO, GPIOF_IN, "tsc2005 IRQ" },
1198 { RX51_TSC2005_RESET_GPIO, GPIOF_OUT_INIT_HIGH, "tsc2005 reset" },
1199};
1200
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001201static void rx51_tsc2005_set_reset(bool enable)
1202{
1203 gpio_set_value(RX51_TSC2005_RESET_GPIO, enable);
1204}
1205
1206static void __init rx51_init_tsc2005(void)
1207{
1208 int r;
1209
Vladimir Zapolskiyd4860eb2012-03-05 11:08:35 -08001210 omap_mux_init_gpio(RX51_TSC2005_RESET_GPIO, OMAP_PIN_OUTPUT);
1211 omap_mux_init_gpio(RX51_TSC2005_IRQ_GPIO, OMAP_PIN_INPUT_PULLUP);
1212
1213 r = gpio_request_array(rx51_tsc2005_gpios,
1214 ARRAY_SIZE(rx51_tsc2005_gpios));
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001215 if (r < 0) {
Vladimir Zapolskiyd4860eb2012-03-05 11:08:35 -08001216 printk(KERN_ERR "tsc2005 board initialization failed\n");
1217 tsc2005_pdata.esd_timeout_ms = 0;
1218 return;
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001219 }
1220
Vladimir Zapolskiyd4860eb2012-03-05 11:08:35 -08001221 tsc2005_pdata.set_reset = rx51_tsc2005_set_reset;
Tony Lindgren2533c2c2012-03-29 10:16:04 -07001222 rx51_peripherals_spi_board_info[RX51_SPI_TSC2005].irq =
1223 gpio_to_irq(RX51_TSC2005_IRQ_GPIO);
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001224}
1225
Timo Kokkonen322c1832012-08-10 06:16:37 -03001226#if defined(CONFIG_IR_RX51) || defined(CONFIG_IR_RX51_MODULE)
1227static struct lirc_rx51_platform_data rx51_lirc_data = {
1228 .set_max_mpu_wakeup_lat = omap_pm_set_max_mpu_wakeup_lat,
1229 .pwm_timer = 9, /* Use GPT 9 for CIR */
1230};
1231
1232static struct platform_device rx51_lirc_device = {
1233 .name = "lirc_rx51",
1234 .id = -1,
1235 .dev = {
1236 .platform_data = &rx51_lirc_data,
1237 },
1238};
1239
1240static void __init rx51_init_lirc(void)
1241{
1242 platform_device_register(&rx51_lirc_device);
1243}
1244#else
1245static void __init rx51_init_lirc(void)
1246{
1247}
1248#endif
1249
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001250void __init rx51_peripherals_init(void)
1251{
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001252 rx51_i2c_init();
Kalle Jokiniemi094fc552011-07-05 03:38:22 -07001253 regulator_has_full_constraints();
Aaro Koskinen54031872010-12-02 15:51:24 +00001254 gpmc_onenand_init(board_onenand_data);
Tony Lindgren1a48e152009-05-28 13:23:52 -07001255 board_smc91x_init();
Jani Nikulaf014ee32009-11-05 22:59:47 -08001256 rx51_add_gpio_keys();
Kalle Valoa24e61a2009-11-18 18:41:06 -08001257 rx51_init_wl1251();
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001258 rx51_init_tsc2005();
Jarkko Nikula589541c2011-02-21 08:42:36 +02001259 rx51_init_si4713();
Timo Kokkonen322c1832012-08-10 06:16:37 -03001260 rx51_init_lirc();
Kalle Valoa24e61a2009-11-18 18:41:06 -08001261 spi_register_board_info(rx51_peripherals_spi_board_info,
1262 ARRAY_SIZE(rx51_peripherals_spi_board_info));
Benoit Cousson112485e2010-08-16 10:55:35 +02001263
1264 partition = omap_mux_get("core");
1265 if (partition)
Tony Lindgren3b972bf2012-02-20 09:43:29 -08001266 omap_hsmmc_init(mmc);
Benoit Cousson112485e2010-08-16 10:55:35 +02001267
Kalle Jokiniemi10299e22011-03-29 16:28:00 +03001268 rx51_charger_init();
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001269}
1270