blob: c3270c0f1fce47724b0aba71d8f1ea388b94f445 [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>
Milo(Woogyom) Kimdf4094d2013-02-05 19:26:59 +090043#include <linux/platform_data/leds-lp55xx.h>
Jarkko Nikula87581fd2010-08-02 13:18:02 +030044
Jonathan Cameron9c2251d2013-01-12 10:35:00 +000045#include <linux/platform_data/tsl2563.h>
Ameya Palande3b511202012-05-09 14:19:15 -070046#include <linux/lis3lv02d.h>
Mathias Nyman70b5d732010-08-02 13:18:03 +030047
Tomi Valkeinen2320dc62013-05-17 12:37:27 +030048#include <video/omap-panel-data.h>
49
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"
Tony Lindgren1d5aef42012-10-03 16:36:40 -070055#include "omap-pm.h"
Adrian Hunterd02a900b2010-02-15 10:03:34 -080056#include "hsmmc.h"
Mike Rapoportfbd80712011-04-25 01:09:06 +030057#include "common-board-devices.h"
Tony Lindgren99f0b8d2012-10-17 11:07:18 -070058#include "gpmc.h"
Afzal Mohammedb6ab13e2012-09-29 10:32:42 +053059#include "gpmc-onenand.h"
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070060
Adrian Hunterf52eeee2009-05-28 14:04:04 -070061#define SYSTEM_REV_B_USES_VAUX3 0x1699
62#define SYSTEM_REV_S_USES_VAUX3 0x8
63
Kalle Valoa24e61a2009-11-18 18:41:06 -080064#define RX51_WL1251_POWER_GPIO 87
65#define RX51_WL1251_IRQ_GPIO 42
Jarkko Nikula589541c2011-02-21 08:42:36 +020066#define RX51_FMTX_RESET_GPIO 163
67#define RX51_FMTX_IRQ 53
Ameya Palandeeeada9e2011-07-05 03:38:22 -070068#define RX51_LP5523_CHIP_EN_GPIO 41
Kalle Valoa24e61a2009-11-18 18:41:06 -080069
Kalle Jokiniemi10299e22011-03-29 16:28:00 +030070#define RX51_USB_TRANSCEIVER_RST_GPIO 67
71
Aaro Koskinen3dad5352011-12-13 10:48:53 -080072#define RX51_TSC2005_RESET_GPIO 104
73#define RX51_TSC2005_IRQ_GPIO 100
74
Ameya Palande3b511202012-05-09 14:19:15 -070075#define LIS302_IRQ1_GPIO 181
76#define LIS302_IRQ2_GPIO 180 /* Not yet in use */
77
Aaro Koskinene65f1312013-05-08 16:48:00 -070078/* List all SPI devices here. Note that the list/probe order seems to matter! */
Kalle Valoa24e61a2009-11-18 18:41:06 -080079enum {
80 RX51_SPI_WL1251,
Roger Quadros6996e7f2010-03-22 17:16:25 +020081 RX51_SPI_TSC2005, /* Touch Controller */
Aaro Koskinene65f1312013-05-08 16:48:00 -070082 RX51_SPI_MIPID, /* LCD panel */
Kalle Valoa24e61a2009-11-18 18:41:06 -080083};
84
85static struct wl12xx_platform_data wl1251_pdata;
Aaro Koskinen3dad5352011-12-13 10:48:53 -080086static struct tsc2005_platform_data tsc2005_pdata;
Kalle Valoa24e61a2009-11-18 18:41:06 -080087
Ameya Palande3b511202012-05-09 14:19:15 -070088#if defined(CONFIG_SENSORS_LIS3_I2C) || defined(CONFIG_SENSORS_LIS3_I2C_MODULE)
89static int lis302_setup(void)
90{
91 int err;
92 int irq1 = LIS302_IRQ1_GPIO;
93 int irq2 = LIS302_IRQ2_GPIO;
94
95 /* gpio for interrupt pin 1 */
96 err = gpio_request(irq1, "lis3lv02dl_irq1");
97 if (err) {
98 printk(KERN_ERR "lis3lv02dl: gpio request failed\n");
99 goto out;
100 }
101
102 /* gpio for interrupt pin 2 */
103 err = gpio_request(irq2, "lis3lv02dl_irq2");
104 if (err) {
105 gpio_free(irq1);
106 printk(KERN_ERR "lis3lv02dl: gpio request failed\n");
107 goto out;
108 }
109
110 gpio_direction_input(irq1);
111 gpio_direction_input(irq2);
112
113out:
114 return err;
115}
116
117static int lis302_release(void)
118{
119 gpio_free(LIS302_IRQ1_GPIO);
120 gpio_free(LIS302_IRQ2_GPIO);
121
122 return 0;
123}
124
125static struct lis3lv02d_platform_data rx51_lis3lv02d_data = {
126 .click_flags = LIS3_CLICK_SINGLE_X | LIS3_CLICK_SINGLE_Y |
127 LIS3_CLICK_SINGLE_Z,
128 /* Limits are 0.5g * value */
129 .click_thresh_x = 8,
130 .click_thresh_y = 8,
131 .click_thresh_z = 10,
132 /* Click must be longer than time limit */
133 .click_time_limit = 9,
134 /* Kind of debounce filter */
135 .click_latency = 50,
136
137 /* Limits for all axis. millig-value / 18 to get HW values */
138 .wakeup_flags = LIS3_WAKEUP_X_HI | LIS3_WAKEUP_Y_HI,
139 .wakeup_thresh = 800 / 18,
140 .wakeup_flags2 = LIS3_WAKEUP_Z_HI ,
141 .wakeup_thresh2 = 900 / 18,
142
143 .hipass_ctrl = LIS3_HIPASS1_DISABLE | LIS3_HIPASS2_DISABLE,
144
145 /* Interrupt line 2 for click detection, line 1 for thresholds */
146 .irq_cfg = LIS3_IRQ2_CLICK | LIS3_IRQ1_FF_WU_12,
147
148 .axis_x = LIS3_DEV_X,
149 .axis_y = LIS3_INV_DEV_Y,
150 .axis_z = LIS3_INV_DEV_Z,
151 .setup_resources = lis302_setup,
152 .release_resources = lis302_release,
153 .st_min_limits = {-32, 3, 3},
154 .st_max_limits = {-3, 32, 32},
Ameya Palande3b511202012-05-09 14:19:15 -0700155};
156#endif
157
Mathias Nyman70b5d732010-08-02 13:18:03 +0300158#if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE)
159static struct tsl2563_platform_data rx51_tsl2563_platform_data = {
160 .cover_comp_gain = 16,
161};
162#endif
163
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700164#if defined(CONFIG_LEDS_LP5523) || defined(CONFIG_LEDS_LP5523_MODULE)
Milo(Woogyom) Kimdf4094d2013-02-05 19:26:59 +0900165static struct lp55xx_led_config rx51_lp5523_led_config[] = {
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700166 {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100167 .name = "lp5523:kb1",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700168 .chan_nr = 0,
169 .led_current = 50,
170 }, {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100171 .name = "lp5523:kb2",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700172 .chan_nr = 1,
173 .led_current = 50,
174 }, {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100175 .name = "lp5523:kb3",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700176 .chan_nr = 2,
177 .led_current = 50,
178 }, {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100179 .name = "lp5523:kb4",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700180 .chan_nr = 3,
181 .led_current = 50,
182 }, {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100183 .name = "lp5523:b",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700184 .chan_nr = 4,
185 .led_current = 50,
186 }, {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100187 .name = "lp5523:g",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700188 .chan_nr = 5,
189 .led_current = 50,
190 }, {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100191 .name = "lp5523:r",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700192 .chan_nr = 6,
193 .led_current = 50,
194 }, {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100195 .name = "lp5523:kb5",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700196 .chan_nr = 7,
197 .led_current = 50,
198 }, {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100199 .name = "lp5523:kb6",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700200 .chan_nr = 8,
201 .led_current = 50,
202 }
203};
204
205static int rx51_lp5523_setup(void)
206{
207 return gpio_request_one(RX51_LP5523_CHIP_EN_GPIO, GPIOF_DIR_OUT,
208 "lp5523_enable");
209}
210
211static void rx51_lp5523_release(void)
212{
213 gpio_free(RX51_LP5523_CHIP_EN_GPIO);
214}
215
216static void rx51_lp5523_enable(bool state)
217{
218 gpio_set_value(RX51_LP5523_CHIP_EN_GPIO, !!state);
219}
220
Milo(Woogyom) Kimdf4094d2013-02-05 19:26:59 +0900221static struct lp55xx_platform_data rx51_lp5523_platform_data = {
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700222 .led_config = rx51_lp5523_led_config,
223 .num_channels = ARRAY_SIZE(rx51_lp5523_led_config),
Milo(Woogyom) Kimdf4094d2013-02-05 19:26:59 +0900224 .clock_mode = LP55XX_CLOCK_AUTO,
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700225 .setup_resources = rx51_lp5523_setup,
226 .release_resources = rx51_lp5523_release,
227 .enable = rx51_lp5523_enable,
228};
229#endif
230
Tomi Valkeinen2320dc62013-05-17 12:37:27 +0300231#define RX51_LCD_RESET_GPIO 90
232
233static struct panel_acx565akm_platform_data acx_pdata = {
234 .name = "lcd",
235 .source = "sdi.0",
236 .reset_gpio = RX51_LCD_RESET_GPIO,
237 .datapairs = 2,
238};
239
Kalle Valoa24e61a2009-11-18 18:41:06 -0800240static struct omap2_mcspi_device_config wl1251_mcspi_config = {
241 .turbo_mode = 0,
Kalle Valoa24e61a2009-11-18 18:41:06 -0800242};
243
Roger Quadros03e11102010-05-10 10:35:17 +0200244static struct omap2_mcspi_device_config mipid_mcspi_config = {
245 .turbo_mode = 0,
Roger Quadros03e11102010-05-10 10:35:17 +0200246};
247
Roger Quadros6996e7f2010-03-22 17:16:25 +0200248static struct omap2_mcspi_device_config tsc2005_mcspi_config = {
249 .turbo_mode = 0,
Roger Quadros6996e7f2010-03-22 17:16:25 +0200250};
251
Kalle Valoa24e61a2009-11-18 18:41:06 -0800252static struct spi_board_info rx51_peripherals_spi_board_info[] __initdata = {
253 [RX51_SPI_WL1251] = {
254 .modalias = "wl1251",
255 .bus_num = 4,
256 .chip_select = 0,
257 .max_speed_hz = 48000000,
Kalle Valo860fc972009-12-11 16:16:37 -0800258 .mode = SPI_MODE_3,
Kalle Valoa24e61a2009-11-18 18:41:06 -0800259 .controller_data = &wl1251_mcspi_config,
260 .platform_data = &wl1251_pdata,
261 },
Roger Quadros03e11102010-05-10 10:35:17 +0200262 [RX51_SPI_MIPID] = {
263 .modalias = "acx565akm",
264 .bus_num = 1,
265 .chip_select = 2,
266 .max_speed_hz = 6000000,
267 .controller_data = &mipid_mcspi_config,
Tomi Valkeinen2320dc62013-05-17 12:37:27 +0300268 .platform_data = &acx_pdata,
Roger Quadros03e11102010-05-10 10:35:17 +0200269 },
Roger Quadros6996e7f2010-03-22 17:16:25 +0200270 [RX51_SPI_TSC2005] = {
271 .modalias = "tsc2005",
272 .bus_num = 1,
273 .chip_select = 0,
Roger Quadros6996e7f2010-03-22 17:16:25 +0200274 .max_speed_hz = 6000000,
275 .controller_data = &tsc2005_mcspi_config,
Aaro Koskinen3dad5352011-12-13 10:48:53 -0800276 .platform_data = &tsc2005_pdata,
Roger Quadros6996e7f2010-03-22 17:16:25 +0200277 },
Kalle Valoa24e61a2009-11-18 18:41:06 -0800278};
279
Pali Rohár7605c0b2012-12-16 22:30:04 -0800280static struct platform_device rx51_battery_device = {
281 .name = "rx51-battery",
282 .id = -1,
283};
284
Kalle Jokiniemi10299e22011-03-29 16:28:00 +0300285static void rx51_charger_set_power(bool on)
286{
287 gpio_set_value(RX51_USB_TRANSCEIVER_RST_GPIO, on);
288}
289
290static struct isp1704_charger_data rx51_charger_data = {
291 .set_power = rx51_charger_set_power,
Heikki Krogerusfd0964c2010-08-19 15:09:37 +0300292};
293
Kalle Jokiniemi10299e22011-03-29 16:28:00 +0300294static struct platform_device rx51_charger_device = {
295 .name = "isp1704_charger",
296 .dev = {
297 .platform_data = &rx51_charger_data,
298 },
299};
300
301static void __init rx51_charger_init(void)
302{
303 WARN_ON(gpio_request_one(RX51_USB_TRANSCEIVER_RST_GPIO,
Felipe Contrerase5fe29c2011-12-08 22:23:00 +0200304 GPIOF_OUT_INIT_HIGH, "isp1704_reset"));
Kalle Jokiniemi10299e22011-03-29 16:28:00 +0300305
Pali Rohár7605c0b2012-12-16 22:30:04 -0800306 platform_device_register(&rx51_battery_device);
Kalle Jokiniemi10299e22011-03-29 16:28:00 +0300307 platform_device_register(&rx51_charger_device);
308}
309
Jani Nikulaf014ee32009-11-05 22:59:47 -0800310#if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE)
311
312#define RX51_GPIO_CAMERA_LENS_COVER 110
313#define RX51_GPIO_CAMERA_FOCUS 68
314#define RX51_GPIO_CAMERA_CAPTURE 69
315#define RX51_GPIO_KEYPAD_SLIDE 71
316#define RX51_GPIO_LOCK_BUTTON 113
317#define RX51_GPIO_PROXIMITY 89
318
319#define RX51_GPIO_DEBOUNCE_TIMEOUT 10
320
321static struct gpio_keys_button rx51_gpio_keys[] = {
322 {
323 .desc = "Camera Lens Cover",
324 .type = EV_SW,
325 .code = SW_CAMERA_LENS_COVER,
326 .gpio = RX51_GPIO_CAMERA_LENS_COVER,
327 .active_low = 1,
328 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
329 }, {
330 .desc = "Camera Focus",
331 .type = EV_KEY,
332 .code = KEY_CAMERA_FOCUS,
333 .gpio = RX51_GPIO_CAMERA_FOCUS,
334 .active_low = 1,
335 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
336 }, {
337 .desc = "Camera Capture",
338 .type = EV_KEY,
339 .code = KEY_CAMERA,
340 .gpio = RX51_GPIO_CAMERA_CAPTURE,
341 .active_low = 1,
342 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
343 }, {
344 .desc = "Lock Button",
345 .type = EV_KEY,
346 .code = KEY_SCREENLOCK,
347 .gpio = RX51_GPIO_LOCK_BUTTON,
348 .active_low = 1,
349 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
350 }, {
351 .desc = "Keypad Slide",
352 .type = EV_SW,
353 .code = SW_KEYPAD_SLIDE,
354 .gpio = RX51_GPIO_KEYPAD_SLIDE,
355 .active_low = 1,
356 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
357 }, {
358 .desc = "Proximity Sensor",
359 .type = EV_SW,
360 .code = SW_FRONT_PROXIMITY,
361 .gpio = RX51_GPIO_PROXIMITY,
362 .active_low = 0,
363 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
364 }
365};
366
367static struct gpio_keys_platform_data rx51_gpio_keys_data = {
368 .buttons = rx51_gpio_keys,
369 .nbuttons = ARRAY_SIZE(rx51_gpio_keys),
370};
371
372static struct platform_device rx51_gpio_keys_device = {
373 .name = "gpio-keys",
374 .id = -1,
375 .dev = {
376 .platform_data = &rx51_gpio_keys_data,
377 },
378};
379
380static void __init rx51_add_gpio_keys(void)
381{
382 platform_device_register(&rx51_gpio_keys_device);
383}
384#else
385static void __init rx51_add_gpio_keys(void)
386{
387}
388#endif /* CONFIG_KEYBOARD_GPIO || CONFIG_KEYBOARD_GPIO_MODULE */
389
Manjunath Kondaiah Gbead4372010-10-08 10:01:13 -0700390static uint32_t board_keymap[] = {
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700391 /*
392 * Note that KEY(x, 8, KEY_XXX) entries represent "entrire row
393 * connected to the ground" matrix state.
394 */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700395 KEY(0, 0, KEY_Q),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700396 KEY(0, 1, KEY_O),
397 KEY(0, 2, KEY_P),
398 KEY(0, 3, KEY_COMMA),
399 KEY(0, 4, KEY_BACKSPACE),
400 KEY(0, 6, KEY_A),
401 KEY(0, 7, KEY_S),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700402
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700403 KEY(1, 0, KEY_W),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700404 KEY(1, 1, KEY_D),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700405 KEY(1, 2, KEY_F),
406 KEY(1, 3, KEY_G),
407 KEY(1, 4, KEY_H),
408 KEY(1, 5, KEY_J),
409 KEY(1, 6, KEY_K),
410 KEY(1, 7, KEY_L),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700411
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700412 KEY(2, 0, KEY_E),
413 KEY(2, 1, KEY_DOT),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700414 KEY(2, 2, KEY_UP),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700415 KEY(2, 3, KEY_ENTER),
416 KEY(2, 5, KEY_Z),
417 KEY(2, 6, KEY_X),
418 KEY(2, 7, KEY_C),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700419 KEY(2, 8, KEY_F9),
420
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700421 KEY(3, 0, KEY_R),
422 KEY(3, 1, KEY_V),
423 KEY(3, 2, KEY_B),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700424 KEY(3, 3, KEY_N),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700425 KEY(3, 4, KEY_M),
426 KEY(3, 5, KEY_SPACE),
427 KEY(3, 6, KEY_SPACE),
428 KEY(3, 7, KEY_LEFT),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700429
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700430 KEY(4, 0, KEY_T),
431 KEY(4, 1, KEY_DOWN),
432 KEY(4, 2, KEY_RIGHT),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700433 KEY(4, 4, KEY_LEFTCTRL),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700434 KEY(4, 5, KEY_RIGHTALT),
435 KEY(4, 6, KEY_LEFTSHIFT),
Dmitry Torokhov2e65a202010-07-26 01:12:37 -0700436 KEY(4, 8, KEY_F10),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700437
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700438 KEY(5, 0, KEY_Y),
Dmitry Torokhov2e65a202010-07-26 01:12:37 -0700439 KEY(5, 8, KEY_F11),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700440
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700441 KEY(6, 0, KEY_U),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700442
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700443 KEY(7, 0, KEY_I),
444 KEY(7, 1, KEY_F7),
445 KEY(7, 2, KEY_F8),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700446};
447
Tony Lindgren4f543332009-09-24 16:23:16 -0700448static struct matrix_keymap_data board_map_data = {
449 .keymap = board_keymap,
450 .keymap_size = ARRAY_SIZE(board_keymap),
451};
452
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700453static struct twl4030_keypad_data rx51_kp_data = {
Tony Lindgren4f543332009-09-24 16:23:16 -0700454 .keymap_data = &board_map_data,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700455 .rows = 8,
456 .cols = 8,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700457 .rep = 1,
458};
459
Adrian Hunterce6f0012010-02-15 10:03:34 -0800460/* Enable input logic and pull all lines up when eMMC is on. */
461static struct omap_board_mux rx51_mmc2_on_mux[] = {
462 OMAP3_MUX(SDMMC2_CMD, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
463 OMAP3_MUX(SDMMC2_DAT0, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
464 OMAP3_MUX(SDMMC2_DAT1, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
465 OMAP3_MUX(SDMMC2_DAT2, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
466 OMAP3_MUX(SDMMC2_DAT3, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
467 OMAP3_MUX(SDMMC2_DAT4, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
468 OMAP3_MUX(SDMMC2_DAT5, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
469 OMAP3_MUX(SDMMC2_DAT6, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
470 OMAP3_MUX(SDMMC2_DAT7, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
471 { .reg_offset = OMAP_MUX_TERMINATOR },
472};
473
474/* Disable input logic and pull all lines down when eMMC is off. */
475static struct omap_board_mux rx51_mmc2_off_mux[] = {
476 OMAP3_MUX(SDMMC2_CMD, OMAP_PULL_ENA | OMAP_MUX_MODE0),
477 OMAP3_MUX(SDMMC2_DAT0, OMAP_PULL_ENA | OMAP_MUX_MODE0),
478 OMAP3_MUX(SDMMC2_DAT1, OMAP_PULL_ENA | OMAP_MUX_MODE0),
479 OMAP3_MUX(SDMMC2_DAT2, OMAP_PULL_ENA | OMAP_MUX_MODE0),
480 OMAP3_MUX(SDMMC2_DAT3, OMAP_PULL_ENA | OMAP_MUX_MODE0),
481 OMAP3_MUX(SDMMC2_DAT4, OMAP_PULL_ENA | OMAP_MUX_MODE0),
482 OMAP3_MUX(SDMMC2_DAT5, OMAP_PULL_ENA | OMAP_MUX_MODE0),
483 OMAP3_MUX(SDMMC2_DAT6, OMAP_PULL_ENA | OMAP_MUX_MODE0),
484 OMAP3_MUX(SDMMC2_DAT7, OMAP_PULL_ENA | OMAP_MUX_MODE0),
485 { .reg_offset = OMAP_MUX_TERMINATOR },
486};
487
Benoit Cousson112485e2010-08-16 10:55:35 +0200488static struct omap_mux_partition *partition;
489
Adrian Hunterce6f0012010-02-15 10:03:34 -0800490/*
491 * Current flows to eMMC when eMMC is off and the data lines are pulled up,
492 * so pull them down. N.B. we pull 8 lines because we are using 8 lines.
493 */
494static void rx51_mmc2_remux(struct device *dev, int slot, int power_on)
495{
496 if (power_on)
Benoit Cousson112485e2010-08-16 10:55:35 +0200497 omap_mux_write_array(partition, rx51_mmc2_on_mux);
Adrian Hunterce6f0012010-02-15 10:03:34 -0800498 else
Benoit Cousson112485e2010-08-16 10:55:35 +0200499 omap_mux_write_array(partition, rx51_mmc2_off_mux);
Adrian Hunterce6f0012010-02-15 10:03:34 -0800500}
501
Adrian Hunter68ff0422010-02-15 10:03:34 -0800502static struct omap2_hsmmc_info mmc[] __initdata = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700503 {
504 .name = "external",
505 .mmc = 1,
Sukumar Ghorai3a638332010-09-15 14:49:23 +0000506 .caps = MMC_CAP_4_BIT_DATA,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700507 .cover_only = true,
508 .gpio_cd = 160,
509 .gpio_wp = -EINVAL,
Adrian Hunter5e763d22009-09-22 16:45:05 -0700510 .power_saving = true,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700511 },
512 {
513 .name = "internal",
514 .mmc = 2,
Sukumar Ghorai3a638332010-09-15 14:49:23 +0000515 .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA,
516 /* See also rx51_mmc2_remux */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700517 .gpio_cd = -EINVAL,
518 .gpio_wp = -EINVAL,
Adrian Hunter5e763d22009-09-22 16:45:05 -0700519 .nonremovable = true,
520 .power_saving = true,
Adrian Hunterce6f0012010-02-15 10:03:34 -0800521 .remux = rx51_mmc2_remux,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700522 },
523 {} /* Terminator */
524};
525
Oleg Drokin786b01a2011-06-06 18:57:07 +0000526static struct regulator_consumer_supply rx51_vmmc1_supply[] = {
527 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
528};
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700529
Linus Torvalds664a41b2011-07-30 00:08:53 -0700530static struct regulator_consumer_supply rx51_vaux2_supply[] = {
531 REGULATOR_SUPPLY("vdds_csib", "omap3isp"),
532};
Kalle Jokiniemi75ccf262011-05-03 07:41:23 -0300533
Oleg Drokin786b01a2011-06-06 18:57:07 +0000534static struct regulator_consumer_supply rx51_vaux3_supply[] = {
535 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"),
536};
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700537
Oleg Drokin786b01a2011-06-06 18:57:07 +0000538static struct regulator_consumer_supply rx51_vsim_supply[] = {
539 REGULATOR_SUPPLY("vmmc_aux", "omap_hsmmc.1"),
540};
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700541
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700542static struct regulator_consumer_supply rx51_vmmc2_supplies[] = {
543 /* tlv320aic3x analog supplies */
Jarkko Nikula5c7d9bb2010-08-02 13:18:02 +0300544 REGULATOR_SUPPLY("AVDD", "2-0018"),
545 REGULATOR_SUPPLY("DRVDD", "2-0018"),
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -0800546 REGULATOR_SUPPLY("AVDD", "2-0019"),
547 REGULATOR_SUPPLY("DRVDD", "2-0019"),
Jarkko Nikula64d06692010-08-02 13:18:03 +0300548 /* tpa6130a2 */
549 REGULATOR_SUPPLY("Vdd", "2-0060"),
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700550 /* Keep vmmc as last item. It is not iterated for newer boards */
Kishore Kadiyala0005ae72011-02-28 20:48:05 +0530551 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"),
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700552};
553
554static struct regulator_consumer_supply rx51_vio_supplies[] = {
555 /* tlv320aic3x digital supplies */
Jarkko Nikula5c7d9bb2010-08-02 13:18:02 +0300556 REGULATOR_SUPPLY("IOVDD", "2-0018"),
557 REGULATOR_SUPPLY("DVDD", "2-0018"),
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -0800558 REGULATOR_SUPPLY("IOVDD", "2-0019"),
559 REGULATOR_SUPPLY("DVDD", "2-0019"),
Jarkko Nikula589541c2011-02-21 08:42:36 +0200560 /* Si4713 IO supply */
561 REGULATOR_SUPPLY("vio", "2-0063"),
Aaro Koskinen17fd8cd2013-04-01 23:04:04 +0300562 /* lis3lv02d */
563 REGULATOR_SUPPLY("Vdd_IO", "3-001d"),
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700564};
565
Roger Quadros0581b522010-05-12 11:48:47 +0300566static struct regulator_consumer_supply rx51_vaux1_consumers[] = {
Jarkko Nikulab5b99452010-12-21 17:25:34 +0000567 REGULATOR_SUPPLY("vdds_sdi", "omapdss"),
Tomi Valkeinen3d85f542013-05-31 10:37:54 +0300568 REGULATOR_SUPPLY("vdds_sdi", "omapdss_sdi.0"),
Jarkko Nikula589541c2011-02-21 08:42:36 +0200569 /* Si4713 supply */
570 REGULATOR_SUPPLY("vdd", "2-0063"),
Aaro Koskinen17fd8cd2013-04-01 23:04:04 +0300571 /* lis3lv02d */
572 REGULATOR_SUPPLY("Vdd", "3-001d"),
Roger Quadros0581b522010-05-12 11:48:47 +0300573};
574
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700575static struct regulator_init_data rx51_vaux1 = {
576 .constraints = {
577 .name = "V28",
578 .min_uV = 2800000,
579 .max_uV = 2800000,
Jarkko Nikula000d5342010-08-02 13:18:02 +0300580 .always_on = true, /* due battery cover sensor */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700581 .valid_modes_mask = REGULATOR_MODE_NORMAL
582 | REGULATOR_MODE_STANDBY,
583 .valid_ops_mask = REGULATOR_CHANGE_MODE
584 | REGULATOR_CHANGE_STATUS,
585 },
Roger Quadros0581b522010-05-12 11:48:47 +0300586 .num_consumer_supplies = ARRAY_SIZE(rx51_vaux1_consumers),
587 .consumer_supplies = rx51_vaux1_consumers,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700588};
589
590static struct regulator_init_data rx51_vaux2 = {
591 .constraints = {
592 .name = "VCSI",
593 .min_uV = 1800000,
594 .max_uV = 1800000,
595 .valid_modes_mask = REGULATOR_MODE_NORMAL
596 | REGULATOR_MODE_STANDBY,
597 .valid_ops_mask = REGULATOR_CHANGE_MODE
598 | REGULATOR_CHANGE_STATUS,
599 },
Linus Torvalds664a41b2011-07-30 00:08:53 -0700600 .num_consumer_supplies = ARRAY_SIZE(rx51_vaux2_supply),
601 .consumer_supplies = rx51_vaux2_supply,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700602};
603
604/* VAUX3 - adds more power to VIO_18 rail */
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700605static struct regulator_init_data rx51_vaux3_cam = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700606 .constraints = {
607 .name = "VCAM_DIG_18",
608 .min_uV = 1800000,
609 .max_uV = 1800000,
610 .apply_uV = true,
611 .valid_modes_mask = REGULATOR_MODE_NORMAL
612 | REGULATOR_MODE_STANDBY,
613 .valid_ops_mask = REGULATOR_CHANGE_MODE
614 | REGULATOR_CHANGE_STATUS,
615 },
616};
617
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700618static struct regulator_init_data rx51_vaux3_mmc = {
619 .constraints = {
620 .name = "VMMC2_30",
621 .min_uV = 2800000,
622 .max_uV = 3000000,
623 .apply_uV = true,
624 .valid_modes_mask = REGULATOR_MODE_NORMAL
625 | REGULATOR_MODE_STANDBY,
626 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
627 | REGULATOR_CHANGE_MODE
628 | REGULATOR_CHANGE_STATUS,
629 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000630 .num_consumer_supplies = ARRAY_SIZE(rx51_vaux3_supply),
631 .consumer_supplies = rx51_vaux3_supply,
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700632};
633
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700634static struct regulator_init_data rx51_vaux4 = {
635 .constraints = {
636 .name = "VCAM_ANA_28",
637 .min_uV = 2800000,
638 .max_uV = 2800000,
639 .apply_uV = true,
640 .valid_modes_mask = REGULATOR_MODE_NORMAL
641 | REGULATOR_MODE_STANDBY,
642 .valid_ops_mask = REGULATOR_CHANGE_MODE
643 | REGULATOR_CHANGE_STATUS,
644 },
645};
646
647static struct regulator_init_data rx51_vmmc1 = {
648 .constraints = {
649 .min_uV = 1850000,
650 .max_uV = 3150000,
651 .valid_modes_mask = REGULATOR_MODE_NORMAL
652 | REGULATOR_MODE_STANDBY,
653 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
654 | REGULATOR_CHANGE_MODE
655 | REGULATOR_CHANGE_STATUS,
656 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000657 .num_consumer_supplies = ARRAY_SIZE(rx51_vmmc1_supply),
658 .consumer_supplies = rx51_vmmc1_supply,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700659};
660
661static struct regulator_init_data rx51_vmmc2 = {
662 .constraints = {
Jarkko Nikulaf2add1d2010-05-10 14:29:18 -0700663 .name = "V28_A",
664 .min_uV = 2800000,
665 .max_uV = 3000000,
Jarkko Nikula28274112011-05-31 11:27:00 +0300666 .always_on = true, /* due VIO leak to AIC34 VDDs */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700667 .apply_uV = true,
668 .valid_modes_mask = REGULATOR_MODE_NORMAL
669 | REGULATOR_MODE_STANDBY,
670 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
671 | REGULATOR_CHANGE_MODE
672 | REGULATOR_CHANGE_STATUS,
673 },
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700674 .num_consumer_supplies = ARRAY_SIZE(rx51_vmmc2_supplies),
675 .consumer_supplies = rx51_vmmc2_supplies,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700676};
677
Kalle Jokiniemi094fc552011-07-05 03:38:22 -0700678static struct regulator_init_data rx51_vpll1 = {
679 .constraints = {
680 .name = "VPLL",
681 .min_uV = 1800000,
682 .max_uV = 1800000,
683 .apply_uV = true,
684 .always_on = true,
685 .valid_modes_mask = REGULATOR_MODE_NORMAL
686 | REGULATOR_MODE_STANDBY,
687 .valid_ops_mask = REGULATOR_CHANGE_MODE,
688 },
689};
690
691static struct regulator_init_data rx51_vpll2 = {
692 .constraints = {
693 .name = "VSDI_CSI",
694 .min_uV = 1800000,
695 .max_uV = 1800000,
696 .apply_uV = true,
697 .always_on = true,
698 .valid_modes_mask = REGULATOR_MODE_NORMAL
699 | REGULATOR_MODE_STANDBY,
700 .valid_ops_mask = REGULATOR_CHANGE_MODE,
701 },
702};
703
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700704static struct regulator_init_data rx51_vsim = {
705 .constraints = {
706 .name = "VMMC2_IO_18",
707 .min_uV = 1800000,
708 .max_uV = 1800000,
709 .apply_uV = true,
710 .valid_modes_mask = REGULATOR_MODE_NORMAL
711 | REGULATOR_MODE_STANDBY,
712 .valid_ops_mask = REGULATOR_CHANGE_MODE
713 | REGULATOR_CHANGE_STATUS,
714 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000715 .num_consumer_supplies = ARRAY_SIZE(rx51_vsim_supply),
716 .consumer_supplies = rx51_vsim_supply,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700717};
718
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700719static struct regulator_init_data rx51_vio = {
720 .constraints = {
721 .min_uV = 1800000,
722 .max_uV = 1800000,
723 .valid_modes_mask = REGULATOR_MODE_NORMAL
724 | REGULATOR_MODE_STANDBY,
725 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
726 | REGULATOR_CHANGE_MODE
727 | REGULATOR_CHANGE_STATUS,
728 },
729 .num_consumer_supplies = ARRAY_SIZE(rx51_vio_supplies),
730 .consumer_supplies = rx51_vio_supplies,
731};
732
Kalle Jokiniemi094fc552011-07-05 03:38:22 -0700733static struct regulator_init_data rx51_vintana1 = {
734 .constraints = {
735 .name = "VINTANA1",
736 .min_uV = 1500000,
737 .max_uV = 1500000,
738 .always_on = true,
739 .valid_modes_mask = REGULATOR_MODE_NORMAL
740 | REGULATOR_MODE_STANDBY,
741 .valid_ops_mask = REGULATOR_CHANGE_MODE,
742 },
743};
744
745static struct regulator_init_data rx51_vintana2 = {
746 .constraints = {
747 .name = "VINTANA2",
748 .min_uV = 2750000,
749 .max_uV = 2750000,
750 .apply_uV = true,
751 .always_on = true,
752 .valid_modes_mask = REGULATOR_MODE_NORMAL
753 | REGULATOR_MODE_STANDBY,
754 .valid_ops_mask = REGULATOR_CHANGE_MODE,
755 },
756};
757
758static struct regulator_init_data rx51_vintdig = {
759 .constraints = {
760 .name = "VINTDIG",
761 .min_uV = 1500000,
762 .max_uV = 1500000,
763 .always_on = true,
764 .valid_modes_mask = REGULATOR_MODE_NORMAL
765 | REGULATOR_MODE_STANDBY,
766 .valid_ops_mask = REGULATOR_CHANGE_MODE,
767 },
768};
769
Jarkko Nikula589541c2011-02-21 08:42:36 +0200770static struct si4713_platform_data rx51_si4713_i2c_data __initdata_or_module = {
771 .gpio_reset = RX51_FMTX_RESET_GPIO,
772};
773
774static struct i2c_board_info rx51_si4713_board_info __initdata_or_module = {
775 I2C_BOARD_INFO("si4713", SI4713_I2C_ADDR_BUSEN_HIGH),
776 .platform_data = &rx51_si4713_i2c_data,
777};
778
779static struct radio_si4713_platform_data rx51_si4713_data __initdata_or_module = {
780 .i2c_bus = 2,
781 .subdev_board_info = &rx51_si4713_board_info,
782};
783
Shubhrajyoti D12aee6c2012-09-12 20:07:04 +0530784static struct platform_device rx51_si4713_dev __initdata_or_module = {
Jarkko Nikula589541c2011-02-21 08:42:36 +0200785 .name = "radio-si4713",
786 .id = -1,
787 .dev = {
788 .platform_data = &rx51_si4713_data,
789 },
790};
791
792static __init void rx51_init_si4713(void)
793{
794 int err;
795
796 err = gpio_request_one(RX51_FMTX_IRQ, GPIOF_DIR_IN, "si4713 irq");
797 if (err) {
798 printk(KERN_ERR "Cannot request si4713 irq gpio. %d\n", err);
799 return;
800 }
801 rx51_si4713_board_info.irq = gpio_to_irq(RX51_FMTX_IRQ);
802 platform_device_register(&rx51_si4713_dev);
803}
804
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700805static int rx51_twlgpio_setup(struct device *dev, unsigned gpio, unsigned n)
806{
807 /* FIXME this gpio setup is just a placeholder for now */
Igor Grinbergbc593f52011-05-03 18:22:09 +0300808 gpio_request_one(gpio + 6, GPIOF_OUT_INIT_LOW, "backlight_pwm");
Jarkko Nikulac0ad4fa2011-05-31 11:27:01 +0300809 gpio_request_one(gpio + 7, GPIOF_OUT_INIT_LOW, "speaker_en");
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700810
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700811 return 0;
812}
813
814static struct twl4030_gpio_platform_data rx51_gpio_data = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700815 .pulldowns = BIT(0) | BIT(1) | BIT(2) | BIT(3)
816 | BIT(4) | BIT(5)
817 | BIT(8) | BIT(9) | BIT(10) | BIT(11)
818 | BIT(12) | BIT(13) | BIT(14) | BIT(15)
819 | BIT(16) | BIT(17) ,
820 .setup = rx51_twlgpio_setup,
821};
822
Amit Kucheria9312fff2009-08-27 20:27:57 +0200823static struct twl4030_ins sleep_on_seq[] __initdata = {
824/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300825 * Turn off everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200826 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300827 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_SLEEP), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200828};
829
830static struct twl4030_script sleep_on_script __initdata = {
831 .script = sleep_on_seq,
832 .size = ARRAY_SIZE(sleep_on_seq),
833 .flags = TWL4030_SLEEP_SCRIPT,
834};
835
836static struct twl4030_ins wakeup_seq[] __initdata = {
837/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300838 * Reenable everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200839 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300840 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200841};
842
843static struct twl4030_script wakeup_script __initdata = {
844 .script = wakeup_seq,
845 .size = ARRAY_SIZE(wakeup_seq),
846 .flags = TWL4030_WAKEUP12_SCRIPT,
847};
848
849static struct twl4030_ins wakeup_p3_seq[] __initdata = {
850/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300851 * Reenable everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200852 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300853 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200854};
855
856static struct twl4030_script wakeup_p3_script __initdata = {
857 .script = wakeup_p3_seq,
858 .size = ARRAY_SIZE(wakeup_p3_seq),
859 .flags = TWL4030_WAKEUP3_SCRIPT,
860};
861
862static struct twl4030_ins wrst_seq[] __initdata = {
863/*
864 * Reset twl4030.
865 * Reset VDD1 regulator.
866 * Reset VDD2 regulator.
867 * Reset VPLL1 regulator.
868 * Enable sysclk output.
869 * Reenable twl4030.
870 */
871 {MSG_SINGULAR(DEV_GRP_NULL, RES_RESET, RES_STATE_OFF), 2},
872 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 0, 1, RES_STATE_ACTIVE),
873 0x13},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200874 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_PP, 0, 3, RES_STATE_OFF), 0x13},
875 {MSG_SINGULAR(DEV_GRP_NULL, RES_VDD1, RES_STATE_WRST), 0x13},
876 {MSG_SINGULAR(DEV_GRP_NULL, RES_VDD2, RES_STATE_WRST), 0x13},
877 {MSG_SINGULAR(DEV_GRP_NULL, RES_VPLL1, RES_STATE_WRST), 0x35},
Amit Kucheria3c684e842009-10-19 15:11:08 +0300878 {MSG_SINGULAR(DEV_GRP_P3, RES_HFCLKOUT, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200879 {MSG_SINGULAR(DEV_GRP_NULL, RES_RESET, RES_STATE_ACTIVE), 2},
880};
881
882static struct twl4030_script wrst_script __initdata = {
883 .script = wrst_seq,
884 .size = ARRAY_SIZE(wrst_seq),
885 .flags = TWL4030_WRST_SCRIPT,
886};
887
888static struct twl4030_script *twl4030_scripts[] __initdata = {
889 /* wakeup12 script should be loaded before sleep script, otherwise a
890 board might hit retention before loading of wakeup script is
891 completed. This can cause boot failures depending on timing issues.
892 */
893 &wakeup_script,
894 &sleep_on_script,
895 &wakeup_p3_script,
896 &wrst_script,
897};
898
899static struct twl4030_resconfig twl4030_rconfig[] __initdata = {
Amit Kucheria3c684e842009-10-19 15:11:08 +0300900 { .resource = RES_VDD1, .devgroup = -1,
901 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
902 .remap_sleep = RES_STATE_OFF
903 },
904 { .resource = RES_VDD2, .devgroup = -1,
905 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
906 .remap_sleep = RES_STATE_OFF
907 },
908 { .resource = RES_VPLL1, .devgroup = -1,
909 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
910 .remap_sleep = RES_STATE_OFF
911 },
912 { .resource = RES_VPLL2, .devgroup = -1,
913 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
914 },
915 { .resource = RES_VAUX1, .devgroup = -1,
916 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
917 },
918 { .resource = RES_VAUX2, .devgroup = -1,
919 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
920 },
921 { .resource = RES_VAUX3, .devgroup = -1,
922 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
923 },
924 { .resource = RES_VAUX4, .devgroup = -1,
925 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
926 },
927 { .resource = RES_VMMC1, .devgroup = -1,
928 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
929 },
930 { .resource = RES_VMMC2, .devgroup = -1,
931 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
932 },
933 { .resource = RES_VDAC, .devgroup = -1,
934 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
935 },
936 { .resource = RES_VSIM, .devgroup = -1,
937 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
938 },
939 { .resource = RES_VINTANA1, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
940 .type = -1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
941 },
942 { .resource = RES_VINTANA2, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
943 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
944 },
945 { .resource = RES_VINTDIG, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
946 .type = -1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
947 },
948 { .resource = RES_VIO, .devgroup = DEV_GRP_P3,
949 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
950 },
951 { .resource = RES_CLKEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
952 .type = 1, .type2 = -1 , .remap_off = -1, .remap_sleep = -1
953 },
954 { .resource = RES_REGEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
955 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
956 },
957 { .resource = RES_NRES_PWRON, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
958 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
959 },
960 { .resource = RES_SYSEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
961 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
962 },
963 { .resource = RES_HFCLKOUT, .devgroup = DEV_GRP_P3,
964 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
965 },
966 { .resource = RES_32KCLKOUT, .devgroup = -1,
967 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
968 },
969 { .resource = RES_RESET, .devgroup = -1,
970 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
971 },
Lesly A Md7ac8292011-04-14 17:57:51 +0530972 { .resource = RES_MAIN_REF, .devgroup = -1,
Amit Kucheria3c684e842009-10-19 15:11:08 +0300973 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
974 },
Amit Kucheria9312fff2009-08-27 20:27:57 +0200975 { 0, 0},
976};
977
978static struct twl4030_power_data rx51_t2scripts_data __initdata = {
979 .scripts = twl4030_scripts,
980 .num = ARRAY_SIZE(twl4030_scripts),
981 .resource_config = twl4030_rconfig,
982};
983
Paul Walmsley8c3d4532012-04-13 06:34:26 -0600984static struct twl4030_vibra_data rx51_vibra_data __initdata = {
Ilkka Koskinenb7a834c2011-02-25 08:46:23 +0000985 .coexist = 0,
986};
987
Paul Walmsley8c3d4532012-04-13 06:34:26 -0600988static struct twl4030_audio_data rx51_audio_data __initdata = {
Ilkka Koskinenb7a834c2011-02-25 08:46:23 +0000989 .audio_mclk = 26000000,
990 .vibra = &rx51_vibra_data,
991};
Amit Kucheria9312fff2009-08-27 20:27:57 +0200992
Amit Kucheria9312fff2009-08-27 20:27:57 +0200993static struct twl4030_platform_data rx51_twldata __initdata = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700994 /* platform_data for children goes here */
995 .gpio = &rx51_gpio_data,
996 .keypad = &rx51_kp_data,
Amit Kucheria9312fff2009-08-27 20:27:57 +0200997 .power = &rx51_t2scripts_data,
Peter Ujfalusi4ae6df5e2011-05-31 15:21:13 +0300998 .audio = &rx51_audio_data,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700999
1000 .vaux1 = &rx51_vaux1,
1001 .vaux2 = &rx51_vaux2,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001002 .vaux4 = &rx51_vaux4,
1003 .vmmc1 = &rx51_vmmc1,
Kalle Jokiniemi094fc552011-07-05 03:38:22 -07001004 .vpll1 = &rx51_vpll1,
1005 .vpll2 = &rx51_vpll2,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001006 .vsim = &rx51_vsim,
Kalle Jokiniemi094fc552011-07-05 03:38:22 -07001007 .vintana1 = &rx51_vintana1,
1008 .vintana2 = &rx51_vintana2,
1009 .vintdig = &rx51_vintdig,
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -07001010 .vio = &rx51_vio,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001011};
1012
Jarkko Nikulaf0c61d32010-12-18 18:17:10 +00001013static struct tpa6130a2_platform_data rx51_tpa6130a2_data __initdata_or_module = {
Jarkko Nikula64d06692010-08-02 13:18:03 +03001014 .power_gpio = 98,
1015};
1016
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001017/* Audio setup data */
1018static struct aic3x_setup_data rx51_aic34_setup = {
1019 .gpio_func[0] = AIC3X_GPIO1_FUNC_DISABLED,
1020 .gpio_func[1] = AIC3X_GPIO2_FUNC_DIGITAL_MIC_INPUT,
1021};
1022
Mark Browne4862f22010-08-16 18:42:58 +01001023static struct aic3x_pdata rx51_aic3x_data = {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001024 .setup = &rx51_aic34_setup,
1025 .gpio_reset = 60,
1026};
1027
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -08001028static struct aic3x_pdata rx51_aic3x_data2 = {
1029 .gpio_reset = 60,
1030};
1031
Jarkko Nikuladabe9292010-05-10 14:29:18 -07001032static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_2[] = {
1033 {
1034 I2C_BOARD_INFO("tlv320aic3x", 0x18),
Jarkko Nikula87581fd2010-08-02 13:18:02 +03001035 .platform_data = &rx51_aic3x_data,
Jarkko Nikuladabe9292010-05-10 14:29:18 -07001036 },
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -08001037 {
1038 I2C_BOARD_INFO("tlv320aic3x", 0x19),
1039 .platform_data = &rx51_aic3x_data2,
1040 },
Mathias Nyman70b5d732010-08-02 13:18:03 +03001041#if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE)
1042 {
1043 I2C_BOARD_INFO("tsl2563", 0x29),
1044 .platform_data = &rx51_tsl2563_platform_data,
1045 },
1046#endif
Ameya Palandeeeada9e2011-07-05 03:38:22 -07001047#if defined(CONFIG_LEDS_LP5523) || defined(CONFIG_LEDS_LP5523_MODULE)
1048 {
1049 I2C_BOARD_INFO("lp5523", 0x32),
1050 .platform_data = &rx51_lp5523_platform_data,
1051 },
1052#endif
Jarkko Nikula64d06692010-08-02 13:18:03 +03001053 {
Pali Rohárd77711aa2011-11-25 23:53:06 +01001054 I2C_BOARD_INFO("bq27200", 0x55),
1055 },
1056 {
Jarkko Nikula64d06692010-08-02 13:18:03 +03001057 I2C_BOARD_INFO("tpa6130a2", 0x60),
1058 .platform_data = &rx51_tpa6130a2_data,
1059 }
Jarkko Nikuladabe9292010-05-10 14:29:18 -07001060};
1061
Ameya Palande3b511202012-05-09 14:19:15 -07001062static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_3[] = {
1063#if defined(CONFIG_SENSORS_LIS3_I2C) || defined(CONFIG_SENSORS_LIS3_I2C_MODULE)
1064 {
1065 I2C_BOARD_INFO("lis3lv02d", 0x1d),
1066 .platform_data = &rx51_lis3lv02d_data,
Ameya Palande3b511202012-05-09 14:19:15 -07001067 },
1068#endif
1069};
1070
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001071static int __init rx51_i2c_init(void)
1072{
Adrian Hunterf52eeee2009-05-28 14:04:04 -07001073 if ((system_rev >= SYSTEM_REV_S_USES_VAUX3 && system_rev < 0x100) ||
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -07001074 system_rev >= SYSTEM_REV_B_USES_VAUX3) {
Adrian Hunterf52eeee2009-05-28 14:04:04 -07001075 rx51_twldata.vaux3 = &rx51_vaux3_mmc;
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -07001076 /* Only older boards use VMMC2 for internal MMC */
1077 rx51_vmmc2.num_consumer_supplies--;
1078 } else {
Adrian Hunterf52eeee2009-05-28 14:04:04 -07001079 rx51_twldata.vaux3 = &rx51_vaux3_cam;
Adrian Hunterf52eeee2009-05-28 14:04:04 -07001080 }
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -07001081 rx51_twldata.vmmc2 = &rx51_vmmc2;
Peter Ujfalusi827ed9a2011-06-07 10:28:54 +03001082 omap3_pmic_get_config(&rx51_twldata,
Peter Ujfalusib252b0ef2011-06-07 11:38:24 +03001083 TWL_COMMON_PDATA_USB | TWL_COMMON_PDATA_MADC,
1084 TWL_COMMON_REGULATOR_VDAC);
1085
1086 rx51_twldata.vdac->constraints.apply_uV = true;
1087 rx51_twldata.vdac->constraints.name = "VDAC";
1088
Tony Lindgren7d7e1eb2012-08-27 17:43:01 -07001089 omap_pmic_init(1, 2200, "twl5030", 7 + OMAP_INTC_START, &rx51_twldata);
Jarkko Nikuladabe9292010-05-10 14:29:18 -07001090 omap_register_i2c_bus(2, 100, rx51_peripherals_i2c_board_info_2,
1091 ARRAY_SIZE(rx51_peripherals_i2c_board_info_2));
Tony Lindgren4d043172012-06-04 00:13:25 -07001092#if defined(CONFIG_SENSORS_LIS3_I2C) || defined(CONFIG_SENSORS_LIS3_I2C_MODULE)
1093 rx51_lis3lv02d_data.irq2 = gpio_to_irq(LIS302_IRQ2_GPIO);
1094 rx51_peripherals_i2c_board_info_3[0].irq = gpio_to_irq(LIS302_IRQ1_GPIO);
1095#endif
Ameya Palande3b511202012-05-09 14:19:15 -07001096 omap_register_i2c_bus(3, 400, rx51_peripherals_i2c_board_info_3,
1097 ARRAY_SIZE(rx51_peripherals_i2c_board_info_3));
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001098 return 0;
1099}
1100
Juha Yrjolaaa62e902009-05-28 13:23:52 -07001101#if defined(CONFIG_MTD_ONENAND_OMAP2) || \
1102 defined(CONFIG_MTD_ONENAND_OMAP2_MODULE)
1103
1104static struct mtd_partition onenand_partitions[] = {
1105 {
1106 .name = "bootloader",
1107 .offset = 0,
1108 .size = 0x20000,
1109 .mask_flags = MTD_WRITEABLE, /* Force read-only */
1110 },
1111 {
1112 .name = "config",
1113 .offset = MTDPART_OFS_APPEND,
1114 .size = 0x60000,
1115 },
1116 {
1117 .name = "log",
1118 .offset = MTDPART_OFS_APPEND,
1119 .size = 0x40000,
1120 },
1121 {
1122 .name = "kernel",
1123 .offset = MTDPART_OFS_APPEND,
1124 .size = 0x200000,
1125 },
1126 {
1127 .name = "initfs",
1128 .offset = MTDPART_OFS_APPEND,
1129 .size = 0x200000,
1130 },
1131 {
1132 .name = "rootfs",
1133 .offset = MTDPART_OFS_APPEND,
1134 .size = MTDPART_SIZ_FULL,
1135 },
1136};
1137
Aaro Koskinen54031872010-12-02 15:51:24 +00001138static struct omap_onenand_platform_data board_onenand_data[] = {
1139 {
1140 .cs = 0,
1141 .gpio_irq = 65,
1142 .parts = onenand_partitions,
1143 .nr_parts = ARRAY_SIZE(onenand_partitions),
1144 .flags = ONENAND_SYNC_READWRITE,
1145 }
Juha Yrjolaaa62e902009-05-28 13:23:52 -07001146};
Juha Yrjolaaa62e902009-05-28 13:23:52 -07001147#endif
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001148
Tony Lindgren1a48e152009-05-28 13:23:52 -07001149#if defined(CONFIG_SMC91X) || defined(CONFIG_SMC91X_MODULE)
1150
1151static struct omap_smc91x_platform_data board_smc91x_data = {
1152 .cs = 1,
1153 .gpio_irq = 54,
1154 .gpio_pwrdwn = 86,
1155 .gpio_reset = 164,
1156 .flags = GPMC_TIMINGS_SMC91C96 | IORESOURCE_IRQ_HIGHLEVEL,
1157};
1158
1159static void __init board_smc91x_init(void)
1160{
Tony Lindgren4896e392009-12-11 16:16:32 -08001161 omap_mux_init_gpio(54, OMAP_PIN_INPUT_PULLDOWN);
1162 omap_mux_init_gpio(86, OMAP_PIN_OUTPUT);
1163 omap_mux_init_gpio(164, OMAP_PIN_OUTPUT);
Tony Lindgren1a48e152009-05-28 13:23:52 -07001164
1165 gpmc_smc91x_init(&board_smc91x_data);
1166}
1167
1168#else
1169
1170static inline void board_smc91x_init(void)
1171{
1172}
1173
1174#endif
1175
Kalle Valoa24e61a2009-11-18 18:41:06 -08001176static void rx51_wl1251_set_power(bool enable)
1177{
1178 gpio_set_value(RX51_WL1251_POWER_GPIO, enable);
1179}
1180
Igor Grinbergbc593f52011-05-03 18:22:09 +03001181static struct gpio rx51_wl1251_gpios[] __initdata = {
1182 { RX51_WL1251_POWER_GPIO, GPIOF_OUT_INIT_LOW, "wl1251 power" },
1183 { RX51_WL1251_IRQ_GPIO, GPIOF_IN, "wl1251 irq" },
1184};
1185
Kalle Valoa24e61a2009-11-18 18:41:06 -08001186static void __init rx51_init_wl1251(void)
1187{
1188 int irq, ret;
1189
Igor Grinbergbc593f52011-05-03 18:22:09 +03001190 ret = gpio_request_array(rx51_wl1251_gpios,
1191 ARRAY_SIZE(rx51_wl1251_gpios));
Kalle Valoa24e61a2009-11-18 18:41:06 -08001192 if (ret < 0)
1193 goto error;
1194
Kalle Valoa24e61a2009-11-18 18:41:06 -08001195 irq = gpio_to_irq(RX51_WL1251_IRQ_GPIO);
1196 if (irq < 0)
1197 goto err_irq;
1198
1199 wl1251_pdata.set_power = rx51_wl1251_set_power;
1200 rx51_peripherals_spi_board_info[RX51_SPI_WL1251].irq = irq;
1201
1202 return;
1203
1204err_irq:
1205 gpio_free(RX51_WL1251_IRQ_GPIO);
Kalle Valoa24e61a2009-11-18 18:41:06 -08001206 gpio_free(RX51_WL1251_POWER_GPIO);
Kalle Valoa24e61a2009-11-18 18:41:06 -08001207error:
1208 printk(KERN_ERR "wl1251 board initialisation failed\n");
1209 wl1251_pdata.set_power = NULL;
1210
1211 /*
1212 * Now rx51_peripherals_spi_board_info[1].irq is zero and
1213 * set_power is null, and wl1251_probe() will fail.
1214 */
1215}
1216
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001217static struct tsc2005_platform_data tsc2005_pdata = {
1218 .ts_pressure_max = 2048,
1219 .ts_pressure_fudge = 2,
1220 .ts_x_max = 4096,
1221 .ts_x_fudge = 4,
1222 .ts_y_max = 4096,
1223 .ts_y_fudge = 7,
1224 .ts_x_plate_ohm = 280,
1225 .esd_timeout_ms = 8000,
1226};
1227
Vladimir Zapolskiyd4860eb2012-03-05 11:08:35 -08001228static struct gpio rx51_tsc2005_gpios[] __initdata = {
1229 { RX51_TSC2005_IRQ_GPIO, GPIOF_IN, "tsc2005 IRQ" },
1230 { RX51_TSC2005_RESET_GPIO, GPIOF_OUT_INIT_HIGH, "tsc2005 reset" },
1231};
1232
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001233static void rx51_tsc2005_set_reset(bool enable)
1234{
1235 gpio_set_value(RX51_TSC2005_RESET_GPIO, enable);
1236}
1237
1238static void __init rx51_init_tsc2005(void)
1239{
1240 int r;
1241
Vladimir Zapolskiyd4860eb2012-03-05 11:08:35 -08001242 omap_mux_init_gpio(RX51_TSC2005_RESET_GPIO, OMAP_PIN_OUTPUT);
1243 omap_mux_init_gpio(RX51_TSC2005_IRQ_GPIO, OMAP_PIN_INPUT_PULLUP);
1244
1245 r = gpio_request_array(rx51_tsc2005_gpios,
1246 ARRAY_SIZE(rx51_tsc2005_gpios));
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001247 if (r < 0) {
Vladimir Zapolskiyd4860eb2012-03-05 11:08:35 -08001248 printk(KERN_ERR "tsc2005 board initialization failed\n");
1249 tsc2005_pdata.esd_timeout_ms = 0;
1250 return;
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001251 }
1252
Vladimir Zapolskiyd4860eb2012-03-05 11:08:35 -08001253 tsc2005_pdata.set_reset = rx51_tsc2005_set_reset;
Tony Lindgren2533c2c2012-03-29 10:16:04 -07001254 rx51_peripherals_spi_board_info[RX51_SPI_TSC2005].irq =
1255 gpio_to_irq(RX51_TSC2005_IRQ_GPIO);
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001256}
1257
Timo Kokkonen322c1832012-08-10 06:16:37 -03001258#if defined(CONFIG_IR_RX51) || defined(CONFIG_IR_RX51_MODULE)
1259static struct lirc_rx51_platform_data rx51_lirc_data = {
1260 .set_max_mpu_wakeup_lat = omap_pm_set_max_mpu_wakeup_lat,
1261 .pwm_timer = 9, /* Use GPT 9 for CIR */
1262};
1263
1264static struct platform_device rx51_lirc_device = {
1265 .name = "lirc_rx51",
1266 .id = -1,
1267 .dev = {
1268 .platform_data = &rx51_lirc_data,
1269 },
1270};
1271
1272static void __init rx51_init_lirc(void)
1273{
1274 platform_device_register(&rx51_lirc_device);
1275}
1276#else
1277static void __init rx51_init_lirc(void)
1278{
1279}
1280#endif
1281
Pali Rohár749a34b2013-01-20 03:54:26 +01001282static struct platform_device madc_hwmon = {
1283 .name = "twl4030_madc_hwmon",
1284 .id = -1,
1285};
1286
1287static void __init rx51_init_twl4030_hwmon(void)
1288{
1289 platform_device_register(&madc_hwmon);
1290}
1291
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001292void __init rx51_peripherals_init(void)
1293{
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001294 rx51_i2c_init();
Kalle Jokiniemi094fc552011-07-05 03:38:22 -07001295 regulator_has_full_constraints();
Aaro Koskinen54031872010-12-02 15:51:24 +00001296 gpmc_onenand_init(board_onenand_data);
Tony Lindgren1a48e152009-05-28 13:23:52 -07001297 board_smc91x_init();
Jani Nikulaf014ee32009-11-05 22:59:47 -08001298 rx51_add_gpio_keys();
Kalle Valoa24e61a2009-11-18 18:41:06 -08001299 rx51_init_wl1251();
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001300 rx51_init_tsc2005();
Jarkko Nikula589541c2011-02-21 08:42:36 +02001301 rx51_init_si4713();
Timo Kokkonen322c1832012-08-10 06:16:37 -03001302 rx51_init_lirc();
Kalle Valoa24e61a2009-11-18 18:41:06 -08001303 spi_register_board_info(rx51_peripherals_spi_board_info,
1304 ARRAY_SIZE(rx51_peripherals_spi_board_info));
Benoit Cousson112485e2010-08-16 10:55:35 +02001305
1306 partition = omap_mux_get("core");
1307 if (partition)
Tony Lindgren3b972bf2012-02-20 09:43:29 -08001308 omap_hsmmc_init(mmc);
Benoit Cousson112485e2010-08-16 10:55:35 +02001309
Kalle Jokiniemi10299e22011-03-29 16:28:00 +03001310 rx51_charger_init();
Pali Rohár749a34b2013-01-20 03:54:26 +01001311 rx51_init_twl4030_hwmon();
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001312}
1313