blob: e0a2804e2b716f7d5868189b2a09309f01fe6207 [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>
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070018#include <linux/i2c.h>
Balaji T Kebeb53e2009-12-15 20:09:02 +053019#include <linux/i2c/twl.h>
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070020#include <linux/clk.h>
21#include <linux/delay.h>
22#include <linux/regulator/machine.h>
23#include <linux/gpio.h>
Jani Nikulaf014ee32009-11-05 22:59:47 -080024#include <linux/gpio_keys.h>
Adrian Hunter5e763d22009-09-22 16:45:05 -070025#include <linux/mmc/host.h>
Kalle Jokiniemi10299e22011-03-29 16:28:00 +030026#include <linux/power/isp1704_charger.h>
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070027
Tony Lindgrence491cf2009-10-20 09:40:47 -070028#include <plat/mcspi.h>
Tony Lindgrence491cf2009-10-20 09:40:47 -070029#include <plat/board.h>
30#include <plat/common.h>
31#include <plat/dma.h>
32#include <plat/gpmc.h>
Tony Lindgrence491cf2009-10-20 09:40:47 -070033#include <plat/onenand.h>
34#include <plat/gpmc-smc91x.h>
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070035
Manjunath Kondaiah G04aeae72010-10-08 09:58:35 -070036#include <mach/board-rx51.h>
37
Jarkko Nikula87581fd2010-08-02 13:18:02 +030038#include <sound/tlv320aic3x.h>
Jarkko Nikula64d06692010-08-02 13:18:03 +030039#include <sound/tpa6130a2-plat.h>
Jarkko Nikula589541c2011-02-21 08:42:36 +020040#include <media/radio-si4713.h>
41#include <media/si4713.h>
Jarkko Nikula87581fd2010-08-02 13:18:02 +030042
Mathias Nyman70b5d732010-08-02 13:18:03 +030043#include <../drivers/staging/iio/light/tsl2563.h>
44
Tony Lindgren4896e392009-12-11 16:16:32 -080045#include "mux.h"
Adrian Hunterd02a900b2010-02-15 10:03:34 -080046#include "hsmmc.h"
Mike Rapoportfbd80712011-04-25 01:09:06 +030047#include "common-board-devices.h"
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070048
Adrian Hunterf52eeee2009-05-28 14:04:04 -070049#define SYSTEM_REV_B_USES_VAUX3 0x1699
50#define SYSTEM_REV_S_USES_VAUX3 0x8
51
Kalle Valoa24e61a2009-11-18 18:41:06 -080052#define RX51_WL1251_POWER_GPIO 87
53#define RX51_WL1251_IRQ_GPIO 42
Jarkko Nikula589541c2011-02-21 08:42:36 +020054#define RX51_FMTX_RESET_GPIO 163
55#define RX51_FMTX_IRQ 53
Kalle Valoa24e61a2009-11-18 18:41:06 -080056
Kalle Jokiniemi10299e22011-03-29 16:28:00 +030057#define RX51_USB_TRANSCEIVER_RST_GPIO 67
58
Kalle Valoa24e61a2009-11-18 18:41:06 -080059/* list all spi devices here */
60enum {
61 RX51_SPI_WL1251,
Roger Quadros03e11102010-05-10 10:35:17 +020062 RX51_SPI_MIPID, /* LCD panel */
Roger Quadros6996e7f2010-03-22 17:16:25 +020063 RX51_SPI_TSC2005, /* Touch Controller */
Kalle Valoa24e61a2009-11-18 18:41:06 -080064};
65
66static struct wl12xx_platform_data wl1251_pdata;
67
Mathias Nyman70b5d732010-08-02 13:18:03 +030068#if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE)
69static struct tsl2563_platform_data rx51_tsl2563_platform_data = {
70 .cover_comp_gain = 16,
71};
72#endif
73
Kalle Valoa24e61a2009-11-18 18:41:06 -080074static struct omap2_mcspi_device_config wl1251_mcspi_config = {
75 .turbo_mode = 0,
76 .single_channel = 1,
77};
78
Roger Quadros03e11102010-05-10 10:35:17 +020079static struct omap2_mcspi_device_config mipid_mcspi_config = {
80 .turbo_mode = 0,
81 .single_channel = 1,
82};
83
Roger Quadros6996e7f2010-03-22 17:16:25 +020084static struct omap2_mcspi_device_config tsc2005_mcspi_config = {
85 .turbo_mode = 0,
86 .single_channel = 1,
87};
88
Kalle Valoa24e61a2009-11-18 18:41:06 -080089static struct spi_board_info rx51_peripherals_spi_board_info[] __initdata = {
90 [RX51_SPI_WL1251] = {
91 .modalias = "wl1251",
92 .bus_num = 4,
93 .chip_select = 0,
94 .max_speed_hz = 48000000,
Kalle Valo860fc972009-12-11 16:16:37 -080095 .mode = SPI_MODE_3,
Kalle Valoa24e61a2009-11-18 18:41:06 -080096 .controller_data = &wl1251_mcspi_config,
97 .platform_data = &wl1251_pdata,
98 },
Roger Quadros03e11102010-05-10 10:35:17 +020099 [RX51_SPI_MIPID] = {
100 .modalias = "acx565akm",
101 .bus_num = 1,
102 .chip_select = 2,
103 .max_speed_hz = 6000000,
104 .controller_data = &mipid_mcspi_config,
105 },
Roger Quadros6996e7f2010-03-22 17:16:25 +0200106 [RX51_SPI_TSC2005] = {
107 .modalias = "tsc2005",
108 .bus_num = 1,
109 .chip_select = 0,
110 /* .irq = OMAP_GPIO_IRQ(RX51_TSC2005_IRQ_GPIO),*/
111 .max_speed_hz = 6000000,
112 .controller_data = &tsc2005_mcspi_config,
113 /* .platform_data = &tsc2005_config,*/
114 },
Kalle Valoa24e61a2009-11-18 18:41:06 -0800115};
116
Kalle Jokiniemi10299e22011-03-29 16:28:00 +0300117static void rx51_charger_set_power(bool on)
118{
119 gpio_set_value(RX51_USB_TRANSCEIVER_RST_GPIO, on);
120}
121
122static struct isp1704_charger_data rx51_charger_data = {
123 .set_power = rx51_charger_set_power,
Heikki Krogerusfd0964c2010-08-19 15:09:37 +0300124};
125
Kalle Jokiniemi10299e22011-03-29 16:28:00 +0300126static struct platform_device rx51_charger_device = {
127 .name = "isp1704_charger",
128 .dev = {
129 .platform_data = &rx51_charger_data,
130 },
131};
132
133static void __init rx51_charger_init(void)
134{
135 WARN_ON(gpio_request_one(RX51_USB_TRANSCEIVER_RST_GPIO,
136 GPIOF_OUT_INIT_LOW, "isp1704_reset"));
137
138 platform_device_register(&rx51_charger_device);
139}
140
Jani Nikulaf014ee32009-11-05 22:59:47 -0800141#if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE)
142
143#define RX51_GPIO_CAMERA_LENS_COVER 110
144#define RX51_GPIO_CAMERA_FOCUS 68
145#define RX51_GPIO_CAMERA_CAPTURE 69
146#define RX51_GPIO_KEYPAD_SLIDE 71
147#define RX51_GPIO_LOCK_BUTTON 113
148#define RX51_GPIO_PROXIMITY 89
149
150#define RX51_GPIO_DEBOUNCE_TIMEOUT 10
151
152static struct gpio_keys_button rx51_gpio_keys[] = {
153 {
154 .desc = "Camera Lens Cover",
155 .type = EV_SW,
156 .code = SW_CAMERA_LENS_COVER,
157 .gpio = RX51_GPIO_CAMERA_LENS_COVER,
158 .active_low = 1,
159 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
160 }, {
161 .desc = "Camera Focus",
162 .type = EV_KEY,
163 .code = KEY_CAMERA_FOCUS,
164 .gpio = RX51_GPIO_CAMERA_FOCUS,
165 .active_low = 1,
166 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
167 }, {
168 .desc = "Camera Capture",
169 .type = EV_KEY,
170 .code = KEY_CAMERA,
171 .gpio = RX51_GPIO_CAMERA_CAPTURE,
172 .active_low = 1,
173 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
174 }, {
175 .desc = "Lock Button",
176 .type = EV_KEY,
177 .code = KEY_SCREENLOCK,
178 .gpio = RX51_GPIO_LOCK_BUTTON,
179 .active_low = 1,
180 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
181 }, {
182 .desc = "Keypad Slide",
183 .type = EV_SW,
184 .code = SW_KEYPAD_SLIDE,
185 .gpio = RX51_GPIO_KEYPAD_SLIDE,
186 .active_low = 1,
187 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
188 }, {
189 .desc = "Proximity Sensor",
190 .type = EV_SW,
191 .code = SW_FRONT_PROXIMITY,
192 .gpio = RX51_GPIO_PROXIMITY,
193 .active_low = 0,
194 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
195 }
196};
197
198static struct gpio_keys_platform_data rx51_gpio_keys_data = {
199 .buttons = rx51_gpio_keys,
200 .nbuttons = ARRAY_SIZE(rx51_gpio_keys),
201};
202
203static struct platform_device rx51_gpio_keys_device = {
204 .name = "gpio-keys",
205 .id = -1,
206 .dev = {
207 .platform_data = &rx51_gpio_keys_data,
208 },
209};
210
211static void __init rx51_add_gpio_keys(void)
212{
213 platform_device_register(&rx51_gpio_keys_device);
214}
215#else
216static void __init rx51_add_gpio_keys(void)
217{
218}
219#endif /* CONFIG_KEYBOARD_GPIO || CONFIG_KEYBOARD_GPIO_MODULE */
220
Manjunath Kondaiah Gbead4372010-10-08 10:01:13 -0700221static uint32_t board_keymap[] = {
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700222 /*
223 * Note that KEY(x, 8, KEY_XXX) entries represent "entrire row
224 * connected to the ground" matrix state.
225 */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700226 KEY(0, 0, KEY_Q),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700227 KEY(0, 1, KEY_O),
228 KEY(0, 2, KEY_P),
229 KEY(0, 3, KEY_COMMA),
230 KEY(0, 4, KEY_BACKSPACE),
231 KEY(0, 6, KEY_A),
232 KEY(0, 7, KEY_S),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700233
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700234 KEY(1, 0, KEY_W),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700235 KEY(1, 1, KEY_D),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700236 KEY(1, 2, KEY_F),
237 KEY(1, 3, KEY_G),
238 KEY(1, 4, KEY_H),
239 KEY(1, 5, KEY_J),
240 KEY(1, 6, KEY_K),
241 KEY(1, 7, KEY_L),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700242
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700243 KEY(2, 0, KEY_E),
244 KEY(2, 1, KEY_DOT),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700245 KEY(2, 2, KEY_UP),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700246 KEY(2, 3, KEY_ENTER),
247 KEY(2, 5, KEY_Z),
248 KEY(2, 6, KEY_X),
249 KEY(2, 7, KEY_C),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700250 KEY(2, 8, KEY_F9),
251
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700252 KEY(3, 0, KEY_R),
253 KEY(3, 1, KEY_V),
254 KEY(3, 2, KEY_B),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700255 KEY(3, 3, KEY_N),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700256 KEY(3, 4, KEY_M),
257 KEY(3, 5, KEY_SPACE),
258 KEY(3, 6, KEY_SPACE),
259 KEY(3, 7, KEY_LEFT),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700260
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700261 KEY(4, 0, KEY_T),
262 KEY(4, 1, KEY_DOWN),
263 KEY(4, 2, KEY_RIGHT),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700264 KEY(4, 4, KEY_LEFTCTRL),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700265 KEY(4, 5, KEY_RIGHTALT),
266 KEY(4, 6, KEY_LEFTSHIFT),
Dmitry Torokhov2e65a202010-07-26 01:12:37 -0700267 KEY(4, 8, KEY_F10),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700268
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700269 KEY(5, 0, KEY_Y),
Dmitry Torokhov2e65a202010-07-26 01:12:37 -0700270 KEY(5, 8, KEY_F11),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700271
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700272 KEY(6, 0, KEY_U),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700273
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700274 KEY(7, 0, KEY_I),
275 KEY(7, 1, KEY_F7),
276 KEY(7, 2, KEY_F8),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700277};
278
Tony Lindgren4f543332009-09-24 16:23:16 -0700279static struct matrix_keymap_data board_map_data = {
280 .keymap = board_keymap,
281 .keymap_size = ARRAY_SIZE(board_keymap),
282};
283
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700284static struct twl4030_keypad_data rx51_kp_data = {
Tony Lindgren4f543332009-09-24 16:23:16 -0700285 .keymap_data = &board_map_data,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700286 .rows = 8,
287 .cols = 8,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700288 .rep = 1,
289};
290
Adrian Hunterce6f0012010-02-15 10:03:34 -0800291/* Enable input logic and pull all lines up when eMMC is on. */
292static struct omap_board_mux rx51_mmc2_on_mux[] = {
293 OMAP3_MUX(SDMMC2_CMD, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
294 OMAP3_MUX(SDMMC2_DAT0, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
295 OMAP3_MUX(SDMMC2_DAT1, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
296 OMAP3_MUX(SDMMC2_DAT2, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
297 OMAP3_MUX(SDMMC2_DAT3, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
298 OMAP3_MUX(SDMMC2_DAT4, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
299 OMAP3_MUX(SDMMC2_DAT5, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
300 OMAP3_MUX(SDMMC2_DAT6, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
301 OMAP3_MUX(SDMMC2_DAT7, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
302 { .reg_offset = OMAP_MUX_TERMINATOR },
303};
304
305/* Disable input logic and pull all lines down when eMMC is off. */
306static struct omap_board_mux rx51_mmc2_off_mux[] = {
307 OMAP3_MUX(SDMMC2_CMD, OMAP_PULL_ENA | OMAP_MUX_MODE0),
308 OMAP3_MUX(SDMMC2_DAT0, OMAP_PULL_ENA | OMAP_MUX_MODE0),
309 OMAP3_MUX(SDMMC2_DAT1, OMAP_PULL_ENA | OMAP_MUX_MODE0),
310 OMAP3_MUX(SDMMC2_DAT2, OMAP_PULL_ENA | OMAP_MUX_MODE0),
311 OMAP3_MUX(SDMMC2_DAT3, OMAP_PULL_ENA | OMAP_MUX_MODE0),
312 OMAP3_MUX(SDMMC2_DAT4, OMAP_PULL_ENA | OMAP_MUX_MODE0),
313 OMAP3_MUX(SDMMC2_DAT5, OMAP_PULL_ENA | OMAP_MUX_MODE0),
314 OMAP3_MUX(SDMMC2_DAT6, OMAP_PULL_ENA | OMAP_MUX_MODE0),
315 OMAP3_MUX(SDMMC2_DAT7, OMAP_PULL_ENA | OMAP_MUX_MODE0),
316 { .reg_offset = OMAP_MUX_TERMINATOR },
317};
318
Benoit Cousson112485e2010-08-16 10:55:35 +0200319static struct omap_mux_partition *partition;
320
Adrian Hunterce6f0012010-02-15 10:03:34 -0800321/*
322 * Current flows to eMMC when eMMC is off and the data lines are pulled up,
323 * so pull them down. N.B. we pull 8 lines because we are using 8 lines.
324 */
325static void rx51_mmc2_remux(struct device *dev, int slot, int power_on)
326{
327 if (power_on)
Benoit Cousson112485e2010-08-16 10:55:35 +0200328 omap_mux_write_array(partition, rx51_mmc2_on_mux);
Adrian Hunterce6f0012010-02-15 10:03:34 -0800329 else
Benoit Cousson112485e2010-08-16 10:55:35 +0200330 omap_mux_write_array(partition, rx51_mmc2_off_mux);
Adrian Hunterce6f0012010-02-15 10:03:34 -0800331}
332
Adrian Hunter68ff0422010-02-15 10:03:34 -0800333static struct omap2_hsmmc_info mmc[] __initdata = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700334 {
335 .name = "external",
336 .mmc = 1,
Sukumar Ghorai3a638332010-09-15 14:49:23 +0000337 .caps = MMC_CAP_4_BIT_DATA,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700338 .cover_only = true,
339 .gpio_cd = 160,
340 .gpio_wp = -EINVAL,
Adrian Hunter5e763d22009-09-22 16:45:05 -0700341 .power_saving = true,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700342 },
343 {
344 .name = "internal",
345 .mmc = 2,
Sukumar Ghorai3a638332010-09-15 14:49:23 +0000346 .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA,
347 /* See also rx51_mmc2_remux */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700348 .gpio_cd = -EINVAL,
349 .gpio_wp = -EINVAL,
Adrian Hunter5e763d22009-09-22 16:45:05 -0700350 .nonremovable = true,
351 .power_saving = true,
Adrian Hunterce6f0012010-02-15 10:03:34 -0800352 .remux = rx51_mmc2_remux,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700353 },
354 {} /* Terminator */
355};
356
Oleg Drokin786b01a2011-06-06 18:57:07 +0000357static struct regulator_consumer_supply rx51_vmmc1_supply[] = {
358 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
359};
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700360
Oleg Drokin786b01a2011-06-06 18:57:07 +0000361static struct regulator_consumer_supply rx51_vaux3_supply[] = {
362 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"),
363};
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700364
Oleg Drokin786b01a2011-06-06 18:57:07 +0000365static struct regulator_consumer_supply rx51_vsim_supply[] = {
366 REGULATOR_SUPPLY("vmmc_aux", "omap_hsmmc.1"),
367};
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700368
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700369static struct regulator_consumer_supply rx51_vmmc2_supplies[] = {
370 /* tlv320aic3x analog supplies */
Jarkko Nikula5c7d9bb2010-08-02 13:18:02 +0300371 REGULATOR_SUPPLY("AVDD", "2-0018"),
372 REGULATOR_SUPPLY("DRVDD", "2-0018"),
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -0800373 REGULATOR_SUPPLY("AVDD", "2-0019"),
374 REGULATOR_SUPPLY("DRVDD", "2-0019"),
Jarkko Nikula64d06692010-08-02 13:18:03 +0300375 /* tpa6130a2 */
376 REGULATOR_SUPPLY("Vdd", "2-0060"),
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700377 /* Keep vmmc as last item. It is not iterated for newer boards */
Kishore Kadiyala0005ae72011-02-28 20:48:05 +0530378 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"),
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700379};
380
381static struct regulator_consumer_supply rx51_vio_supplies[] = {
382 /* tlv320aic3x digital supplies */
Jarkko Nikula5c7d9bb2010-08-02 13:18:02 +0300383 REGULATOR_SUPPLY("IOVDD", "2-0018"),
384 REGULATOR_SUPPLY("DVDD", "2-0018"),
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -0800385 REGULATOR_SUPPLY("IOVDD", "2-0019"),
386 REGULATOR_SUPPLY("DVDD", "2-0019"),
Jarkko Nikula589541c2011-02-21 08:42:36 +0200387 /* Si4713 IO supply */
388 REGULATOR_SUPPLY("vio", "2-0063"),
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700389};
390
Roger Quadros0581b522010-05-12 11:48:47 +0300391static struct regulator_consumer_supply rx51_vaux1_consumers[] = {
Jarkko Nikulab5b99452010-12-21 17:25:34 +0000392 REGULATOR_SUPPLY("vdds_sdi", "omapdss"),
Jarkko Nikula589541c2011-02-21 08:42:36 +0200393 /* Si4713 supply */
394 REGULATOR_SUPPLY("vdd", "2-0063"),
Roger Quadros0581b522010-05-12 11:48:47 +0300395};
396
Jarkko Nikula31bbb4f2010-12-21 17:25:35 +0000397static struct regulator_consumer_supply rx51_vdac_supply[] = {
Senthilvadivu Guruswamy30ea50c2011-01-24 06:22:01 +0000398 REGULATOR_SUPPLY("vdda_dac", "omapdss_venc"),
Jarkko Nikula31bbb4f2010-12-21 17:25:35 +0000399};
400
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700401static struct regulator_init_data rx51_vaux1 = {
402 .constraints = {
403 .name = "V28",
404 .min_uV = 2800000,
405 .max_uV = 2800000,
Jarkko Nikula000d5342010-08-02 13:18:02 +0300406 .always_on = true, /* due battery cover sensor */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700407 .valid_modes_mask = REGULATOR_MODE_NORMAL
408 | REGULATOR_MODE_STANDBY,
409 .valid_ops_mask = REGULATOR_CHANGE_MODE
410 | REGULATOR_CHANGE_STATUS,
411 },
Roger Quadros0581b522010-05-12 11:48:47 +0300412 .num_consumer_supplies = ARRAY_SIZE(rx51_vaux1_consumers),
413 .consumer_supplies = rx51_vaux1_consumers,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700414};
415
416static struct regulator_init_data rx51_vaux2 = {
417 .constraints = {
418 .name = "VCSI",
419 .min_uV = 1800000,
420 .max_uV = 1800000,
421 .valid_modes_mask = REGULATOR_MODE_NORMAL
422 | REGULATOR_MODE_STANDBY,
423 .valid_ops_mask = REGULATOR_CHANGE_MODE
424 | REGULATOR_CHANGE_STATUS,
425 },
426};
427
428/* VAUX3 - adds more power to VIO_18 rail */
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700429static struct regulator_init_data rx51_vaux3_cam = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700430 .constraints = {
431 .name = "VCAM_DIG_18",
432 .min_uV = 1800000,
433 .max_uV = 1800000,
434 .apply_uV = true,
435 .valid_modes_mask = REGULATOR_MODE_NORMAL
436 | REGULATOR_MODE_STANDBY,
437 .valid_ops_mask = REGULATOR_CHANGE_MODE
438 | REGULATOR_CHANGE_STATUS,
439 },
440};
441
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700442static struct regulator_init_data rx51_vaux3_mmc = {
443 .constraints = {
444 .name = "VMMC2_30",
445 .min_uV = 2800000,
446 .max_uV = 3000000,
447 .apply_uV = true,
448 .valid_modes_mask = REGULATOR_MODE_NORMAL
449 | REGULATOR_MODE_STANDBY,
450 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
451 | REGULATOR_CHANGE_MODE
452 | REGULATOR_CHANGE_STATUS,
453 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000454 .num_consumer_supplies = ARRAY_SIZE(rx51_vaux3_supply),
455 .consumer_supplies = rx51_vaux3_supply,
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700456};
457
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700458static struct regulator_init_data rx51_vaux4 = {
459 .constraints = {
460 .name = "VCAM_ANA_28",
461 .min_uV = 2800000,
462 .max_uV = 2800000,
463 .apply_uV = true,
464 .valid_modes_mask = REGULATOR_MODE_NORMAL
465 | REGULATOR_MODE_STANDBY,
466 .valid_ops_mask = REGULATOR_CHANGE_MODE
467 | REGULATOR_CHANGE_STATUS,
468 },
469};
470
471static struct regulator_init_data rx51_vmmc1 = {
472 .constraints = {
473 .min_uV = 1850000,
474 .max_uV = 3150000,
475 .valid_modes_mask = REGULATOR_MODE_NORMAL
476 | REGULATOR_MODE_STANDBY,
477 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
478 | REGULATOR_CHANGE_MODE
479 | REGULATOR_CHANGE_STATUS,
480 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000481 .num_consumer_supplies = ARRAY_SIZE(rx51_vmmc1_supply),
482 .consumer_supplies = rx51_vmmc1_supply,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700483};
484
485static struct regulator_init_data rx51_vmmc2 = {
486 .constraints = {
Jarkko Nikulaf2add1d2010-05-10 14:29:18 -0700487 .name = "V28_A",
488 .min_uV = 2800000,
489 .max_uV = 3000000,
Jarkko Nikula28274112011-05-31 11:27:00 +0300490 .always_on = true, /* due VIO leak to AIC34 VDDs */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700491 .apply_uV = true,
492 .valid_modes_mask = REGULATOR_MODE_NORMAL
493 | REGULATOR_MODE_STANDBY,
494 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
495 | REGULATOR_CHANGE_MODE
496 | REGULATOR_CHANGE_STATUS,
497 },
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700498 .num_consumer_supplies = ARRAY_SIZE(rx51_vmmc2_supplies),
499 .consumer_supplies = rx51_vmmc2_supplies,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700500};
501
502static struct regulator_init_data rx51_vsim = {
503 .constraints = {
504 .name = "VMMC2_IO_18",
505 .min_uV = 1800000,
506 .max_uV = 1800000,
507 .apply_uV = true,
508 .valid_modes_mask = REGULATOR_MODE_NORMAL
509 | REGULATOR_MODE_STANDBY,
510 .valid_ops_mask = REGULATOR_CHANGE_MODE
511 | REGULATOR_CHANGE_STATUS,
512 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000513 .num_consumer_supplies = ARRAY_SIZE(rx51_vsim_supply),
514 .consumer_supplies = rx51_vsim_supply,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700515};
516
517static struct regulator_init_data rx51_vdac = {
518 .constraints = {
Jarkko Nikula31bbb4f2010-12-21 17:25:35 +0000519 .name = "VDAC",
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700520 .min_uV = 1800000,
521 .max_uV = 1800000,
Jarkko Nikula31bbb4f2010-12-21 17:25:35 +0000522 .apply_uV = true,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700523 .valid_modes_mask = REGULATOR_MODE_NORMAL
524 | REGULATOR_MODE_STANDBY,
Jarkko Nikula31bbb4f2010-12-21 17:25:35 +0000525 .valid_ops_mask = REGULATOR_CHANGE_MODE
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700526 | REGULATOR_CHANGE_STATUS,
527 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000528 .num_consumer_supplies = ARRAY_SIZE(rx51_vdac_supply),
Jarkko Nikula31bbb4f2010-12-21 17:25:35 +0000529 .consumer_supplies = rx51_vdac_supply,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700530};
531
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700532static struct regulator_init_data rx51_vio = {
533 .constraints = {
534 .min_uV = 1800000,
535 .max_uV = 1800000,
536 .valid_modes_mask = REGULATOR_MODE_NORMAL
537 | REGULATOR_MODE_STANDBY,
538 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
539 | REGULATOR_CHANGE_MODE
540 | REGULATOR_CHANGE_STATUS,
541 },
542 .num_consumer_supplies = ARRAY_SIZE(rx51_vio_supplies),
543 .consumer_supplies = rx51_vio_supplies,
544};
545
Jarkko Nikula589541c2011-02-21 08:42:36 +0200546static struct si4713_platform_data rx51_si4713_i2c_data __initdata_or_module = {
547 .gpio_reset = RX51_FMTX_RESET_GPIO,
548};
549
550static struct i2c_board_info rx51_si4713_board_info __initdata_or_module = {
551 I2C_BOARD_INFO("si4713", SI4713_I2C_ADDR_BUSEN_HIGH),
552 .platform_data = &rx51_si4713_i2c_data,
553};
554
555static struct radio_si4713_platform_data rx51_si4713_data __initdata_or_module = {
556 .i2c_bus = 2,
557 .subdev_board_info = &rx51_si4713_board_info,
558};
559
560static struct platform_device rx51_si4713_dev __initdata_or_module = {
561 .name = "radio-si4713",
562 .id = -1,
563 .dev = {
564 .platform_data = &rx51_si4713_data,
565 },
566};
567
568static __init void rx51_init_si4713(void)
569{
570 int err;
571
572 err = gpio_request_one(RX51_FMTX_IRQ, GPIOF_DIR_IN, "si4713 irq");
573 if (err) {
574 printk(KERN_ERR "Cannot request si4713 irq gpio. %d\n", err);
575 return;
576 }
577 rx51_si4713_board_info.irq = gpio_to_irq(RX51_FMTX_IRQ);
578 platform_device_register(&rx51_si4713_dev);
579}
580
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700581static int rx51_twlgpio_setup(struct device *dev, unsigned gpio, unsigned n)
582{
583 /* FIXME this gpio setup is just a placeholder for now */
Igor Grinbergbc593f52011-05-03 18:22:09 +0300584 gpio_request_one(gpio + 6, GPIOF_OUT_INIT_LOW, "backlight_pwm");
Jarkko Nikulac0ad4fa2011-05-31 11:27:01 +0300585 gpio_request_one(gpio + 7, GPIOF_OUT_INIT_LOW, "speaker_en");
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700586
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700587 return 0;
588}
589
590static struct twl4030_gpio_platform_data rx51_gpio_data = {
591 .gpio_base = OMAP_MAX_GPIO_LINES,
592 .irq_base = TWL4030_GPIO_IRQ_BASE,
593 .irq_end = TWL4030_GPIO_IRQ_END,
594 .pulldowns = BIT(0) | BIT(1) | BIT(2) | BIT(3)
595 | BIT(4) | BIT(5)
596 | BIT(8) | BIT(9) | BIT(10) | BIT(11)
597 | BIT(12) | BIT(13) | BIT(14) | BIT(15)
598 | BIT(16) | BIT(17) ,
599 .setup = rx51_twlgpio_setup,
600};
601
Amit Kucheria9312fff2009-08-27 20:27:57 +0200602static struct twl4030_ins sleep_on_seq[] __initdata = {
603/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300604 * Turn off everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200605 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300606 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_SLEEP), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200607};
608
609static struct twl4030_script sleep_on_script __initdata = {
610 .script = sleep_on_seq,
611 .size = ARRAY_SIZE(sleep_on_seq),
612 .flags = TWL4030_SLEEP_SCRIPT,
613};
614
615static struct twl4030_ins wakeup_seq[] __initdata = {
616/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300617 * Reenable everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200618 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300619 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200620};
621
622static struct twl4030_script wakeup_script __initdata = {
623 .script = wakeup_seq,
624 .size = ARRAY_SIZE(wakeup_seq),
625 .flags = TWL4030_WAKEUP12_SCRIPT,
626};
627
628static struct twl4030_ins wakeup_p3_seq[] __initdata = {
629/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300630 * Reenable everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200631 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300632 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200633};
634
635static struct twl4030_script wakeup_p3_script __initdata = {
636 .script = wakeup_p3_seq,
637 .size = ARRAY_SIZE(wakeup_p3_seq),
638 .flags = TWL4030_WAKEUP3_SCRIPT,
639};
640
641static struct twl4030_ins wrst_seq[] __initdata = {
642/*
643 * Reset twl4030.
644 * Reset VDD1 regulator.
645 * Reset VDD2 regulator.
646 * Reset VPLL1 regulator.
647 * Enable sysclk output.
648 * Reenable twl4030.
649 */
650 {MSG_SINGULAR(DEV_GRP_NULL, RES_RESET, RES_STATE_OFF), 2},
651 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 0, 1, RES_STATE_ACTIVE),
652 0x13},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200653 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_PP, 0, 3, RES_STATE_OFF), 0x13},
654 {MSG_SINGULAR(DEV_GRP_NULL, RES_VDD1, RES_STATE_WRST), 0x13},
655 {MSG_SINGULAR(DEV_GRP_NULL, RES_VDD2, RES_STATE_WRST), 0x13},
656 {MSG_SINGULAR(DEV_GRP_NULL, RES_VPLL1, RES_STATE_WRST), 0x35},
Amit Kucheria3c684e842009-10-19 15:11:08 +0300657 {MSG_SINGULAR(DEV_GRP_P3, RES_HFCLKOUT, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200658 {MSG_SINGULAR(DEV_GRP_NULL, RES_RESET, RES_STATE_ACTIVE), 2},
659};
660
661static struct twl4030_script wrst_script __initdata = {
662 .script = wrst_seq,
663 .size = ARRAY_SIZE(wrst_seq),
664 .flags = TWL4030_WRST_SCRIPT,
665};
666
667static struct twl4030_script *twl4030_scripts[] __initdata = {
668 /* wakeup12 script should be loaded before sleep script, otherwise a
669 board might hit retention before loading of wakeup script is
670 completed. This can cause boot failures depending on timing issues.
671 */
672 &wakeup_script,
673 &sleep_on_script,
674 &wakeup_p3_script,
675 &wrst_script,
676};
677
678static struct twl4030_resconfig twl4030_rconfig[] __initdata = {
Amit Kucheria3c684e842009-10-19 15:11:08 +0300679 { .resource = RES_VDD1, .devgroup = -1,
680 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
681 .remap_sleep = RES_STATE_OFF
682 },
683 { .resource = RES_VDD2, .devgroup = -1,
684 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
685 .remap_sleep = RES_STATE_OFF
686 },
687 { .resource = RES_VPLL1, .devgroup = -1,
688 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
689 .remap_sleep = RES_STATE_OFF
690 },
691 { .resource = RES_VPLL2, .devgroup = -1,
692 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
693 },
694 { .resource = RES_VAUX1, .devgroup = -1,
695 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
696 },
697 { .resource = RES_VAUX2, .devgroup = -1,
698 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
699 },
700 { .resource = RES_VAUX3, .devgroup = -1,
701 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
702 },
703 { .resource = RES_VAUX4, .devgroup = -1,
704 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
705 },
706 { .resource = RES_VMMC1, .devgroup = -1,
707 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
708 },
709 { .resource = RES_VMMC2, .devgroup = -1,
710 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
711 },
712 { .resource = RES_VDAC, .devgroup = -1,
713 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
714 },
715 { .resource = RES_VSIM, .devgroup = -1,
716 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
717 },
718 { .resource = RES_VINTANA1, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
719 .type = -1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
720 },
721 { .resource = RES_VINTANA2, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
722 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
723 },
724 { .resource = RES_VINTDIG, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
725 .type = -1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
726 },
727 { .resource = RES_VIO, .devgroup = DEV_GRP_P3,
728 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
729 },
730 { .resource = RES_CLKEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
731 .type = 1, .type2 = -1 , .remap_off = -1, .remap_sleep = -1
732 },
733 { .resource = RES_REGEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
734 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
735 },
736 { .resource = RES_NRES_PWRON, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
737 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
738 },
739 { .resource = RES_SYSEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
740 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
741 },
742 { .resource = RES_HFCLKOUT, .devgroup = DEV_GRP_P3,
743 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
744 },
745 { .resource = RES_32KCLKOUT, .devgroup = -1,
746 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
747 },
748 { .resource = RES_RESET, .devgroup = -1,
749 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
750 },
Lesly A Md7ac8292011-04-14 17:57:51 +0530751 { .resource = RES_MAIN_REF, .devgroup = -1,
Amit Kucheria3c684e842009-10-19 15:11:08 +0300752 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
753 },
Amit Kucheria9312fff2009-08-27 20:27:57 +0200754 { 0, 0},
755};
756
757static struct twl4030_power_data rx51_t2scripts_data __initdata = {
758 .scripts = twl4030_scripts,
759 .num = ARRAY_SIZE(twl4030_scripts),
760 .resource_config = twl4030_rconfig,
761};
762
Ilkka Koskinenb7a834c2011-02-25 08:46:23 +0000763struct twl4030_codec_vibra_data rx51_vibra_data __initdata = {
764 .coexist = 0,
765};
766
767struct twl4030_codec_data rx51_codec_data __initdata = {
768 .audio_mclk = 26000000,
769 .vibra = &rx51_vibra_data,
770};
Amit Kucheria9312fff2009-08-27 20:27:57 +0200771
Amit Kucheria9312fff2009-08-27 20:27:57 +0200772static struct twl4030_platform_data rx51_twldata __initdata = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700773 /* platform_data for children goes here */
774 .gpio = &rx51_gpio_data,
775 .keypad = &rx51_kp_data,
Amit Kucheria9312fff2009-08-27 20:27:57 +0200776 .power = &rx51_t2scripts_data,
Ilkka Koskinenb7a834c2011-02-25 08:46:23 +0000777 .codec = &rx51_codec_data,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700778
779 .vaux1 = &rx51_vaux1,
780 .vaux2 = &rx51_vaux2,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700781 .vaux4 = &rx51_vaux4,
782 .vmmc1 = &rx51_vmmc1,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700783 .vsim = &rx51_vsim,
784 .vdac = &rx51_vdac,
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700785 .vio = &rx51_vio,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700786};
787
Jarkko Nikulaf0c61d32010-12-18 18:17:10 +0000788static struct tpa6130a2_platform_data rx51_tpa6130a2_data __initdata_or_module = {
Jarkko Nikula64d06692010-08-02 13:18:03 +0300789 .id = TPA6130A2,
790 .power_gpio = 98,
791};
792
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000793/* Audio setup data */
794static struct aic3x_setup_data rx51_aic34_setup = {
795 .gpio_func[0] = AIC3X_GPIO1_FUNC_DISABLED,
796 .gpio_func[1] = AIC3X_GPIO2_FUNC_DIGITAL_MIC_INPUT,
797};
798
Mark Browne4862f22010-08-16 18:42:58 +0100799static struct aic3x_pdata rx51_aic3x_data = {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000800 .setup = &rx51_aic34_setup,
801 .gpio_reset = 60,
802};
803
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -0800804static struct aic3x_pdata rx51_aic3x_data2 = {
805 .gpio_reset = 60,
806};
807
Jarkko Nikuladabe9292010-05-10 14:29:18 -0700808static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_2[] = {
809 {
810 I2C_BOARD_INFO("tlv320aic3x", 0x18),
Jarkko Nikula87581fd2010-08-02 13:18:02 +0300811 .platform_data = &rx51_aic3x_data,
Jarkko Nikuladabe9292010-05-10 14:29:18 -0700812 },
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -0800813 {
814 I2C_BOARD_INFO("tlv320aic3x", 0x19),
815 .platform_data = &rx51_aic3x_data2,
816 },
Mathias Nyman70b5d732010-08-02 13:18:03 +0300817#if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE)
818 {
819 I2C_BOARD_INFO("tsl2563", 0x29),
820 .platform_data = &rx51_tsl2563_platform_data,
821 },
822#endif
Jarkko Nikula64d06692010-08-02 13:18:03 +0300823 {
824 I2C_BOARD_INFO("tpa6130a2", 0x60),
825 .platform_data = &rx51_tpa6130a2_data,
826 }
Jarkko Nikuladabe9292010-05-10 14:29:18 -0700827};
828
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700829static int __init rx51_i2c_init(void)
830{
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700831 if ((system_rev >= SYSTEM_REV_S_USES_VAUX3 && system_rev < 0x100) ||
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700832 system_rev >= SYSTEM_REV_B_USES_VAUX3) {
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700833 rx51_twldata.vaux3 = &rx51_vaux3_mmc;
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700834 /* Only older boards use VMMC2 for internal MMC */
835 rx51_vmmc2.num_consumer_supplies--;
836 } else {
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700837 rx51_twldata.vaux3 = &rx51_vaux3_cam;
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700838 }
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700839 rx51_twldata.vmmc2 = &rx51_vmmc2;
Peter Ujfalusi827ed9a2011-06-07 10:28:54 +0300840 omap3_pmic_get_config(&rx51_twldata,
841 TWL_COMMON_PDATA_USB | TWL_COMMON_PDATA_MADC, 0);
Mike Rapoportfbd80712011-04-25 01:09:06 +0300842 omap_pmic_init(1, 2200, "twl5030", INT_34XX_SYS_NIRQ, &rx51_twldata);
Jarkko Nikuladabe9292010-05-10 14:29:18 -0700843 omap_register_i2c_bus(2, 100, rx51_peripherals_i2c_board_info_2,
844 ARRAY_SIZE(rx51_peripherals_i2c_board_info_2));
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700845 omap_register_i2c_bus(3, 400, NULL, 0);
846 return 0;
847}
848
Juha Yrjolaaa62e902009-05-28 13:23:52 -0700849#if defined(CONFIG_MTD_ONENAND_OMAP2) || \
850 defined(CONFIG_MTD_ONENAND_OMAP2_MODULE)
851
852static struct mtd_partition onenand_partitions[] = {
853 {
854 .name = "bootloader",
855 .offset = 0,
856 .size = 0x20000,
857 .mask_flags = MTD_WRITEABLE, /* Force read-only */
858 },
859 {
860 .name = "config",
861 .offset = MTDPART_OFS_APPEND,
862 .size = 0x60000,
863 },
864 {
865 .name = "log",
866 .offset = MTDPART_OFS_APPEND,
867 .size = 0x40000,
868 },
869 {
870 .name = "kernel",
871 .offset = MTDPART_OFS_APPEND,
872 .size = 0x200000,
873 },
874 {
875 .name = "initfs",
876 .offset = MTDPART_OFS_APPEND,
877 .size = 0x200000,
878 },
879 {
880 .name = "rootfs",
881 .offset = MTDPART_OFS_APPEND,
882 .size = MTDPART_SIZ_FULL,
883 },
884};
885
Aaro Koskinen54031872010-12-02 15:51:24 +0000886static struct omap_onenand_platform_data board_onenand_data[] = {
887 {
888 .cs = 0,
889 .gpio_irq = 65,
890 .parts = onenand_partitions,
891 .nr_parts = ARRAY_SIZE(onenand_partitions),
892 .flags = ONENAND_SYNC_READWRITE,
893 }
Juha Yrjolaaa62e902009-05-28 13:23:52 -0700894};
Juha Yrjolaaa62e902009-05-28 13:23:52 -0700895#endif
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700896
Tony Lindgren1a48e152009-05-28 13:23:52 -0700897#if defined(CONFIG_SMC91X) || defined(CONFIG_SMC91X_MODULE)
898
899static struct omap_smc91x_platform_data board_smc91x_data = {
900 .cs = 1,
901 .gpio_irq = 54,
902 .gpio_pwrdwn = 86,
903 .gpio_reset = 164,
904 .flags = GPMC_TIMINGS_SMC91C96 | IORESOURCE_IRQ_HIGHLEVEL,
905};
906
907static void __init board_smc91x_init(void)
908{
Tony Lindgren4896e392009-12-11 16:16:32 -0800909 omap_mux_init_gpio(54, OMAP_PIN_INPUT_PULLDOWN);
910 omap_mux_init_gpio(86, OMAP_PIN_OUTPUT);
911 omap_mux_init_gpio(164, OMAP_PIN_OUTPUT);
Tony Lindgren1a48e152009-05-28 13:23:52 -0700912
913 gpmc_smc91x_init(&board_smc91x_data);
914}
915
916#else
917
918static inline void board_smc91x_init(void)
919{
920}
921
922#endif
923
Kalle Valoa24e61a2009-11-18 18:41:06 -0800924static void rx51_wl1251_set_power(bool enable)
925{
926 gpio_set_value(RX51_WL1251_POWER_GPIO, enable);
927}
928
Igor Grinbergbc593f52011-05-03 18:22:09 +0300929static struct gpio rx51_wl1251_gpios[] __initdata = {
930 { RX51_WL1251_POWER_GPIO, GPIOF_OUT_INIT_LOW, "wl1251 power" },
931 { RX51_WL1251_IRQ_GPIO, GPIOF_IN, "wl1251 irq" },
932};
933
Kalle Valoa24e61a2009-11-18 18:41:06 -0800934static void __init rx51_init_wl1251(void)
935{
936 int irq, ret;
937
Igor Grinbergbc593f52011-05-03 18:22:09 +0300938 ret = gpio_request_array(rx51_wl1251_gpios,
939 ARRAY_SIZE(rx51_wl1251_gpios));
Kalle Valoa24e61a2009-11-18 18:41:06 -0800940 if (ret < 0)
941 goto error;
942
Kalle Valoa24e61a2009-11-18 18:41:06 -0800943 irq = gpio_to_irq(RX51_WL1251_IRQ_GPIO);
944 if (irq < 0)
945 goto err_irq;
946
947 wl1251_pdata.set_power = rx51_wl1251_set_power;
948 rx51_peripherals_spi_board_info[RX51_SPI_WL1251].irq = irq;
949
950 return;
951
952err_irq:
953 gpio_free(RX51_WL1251_IRQ_GPIO);
Kalle Valoa24e61a2009-11-18 18:41:06 -0800954 gpio_free(RX51_WL1251_POWER_GPIO);
Kalle Valoa24e61a2009-11-18 18:41:06 -0800955error:
956 printk(KERN_ERR "wl1251 board initialisation failed\n");
957 wl1251_pdata.set_power = NULL;
958
959 /*
960 * Now rx51_peripherals_spi_board_info[1].irq is zero and
961 * set_power is null, and wl1251_probe() will fail.
962 */
963}
964
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700965void __init rx51_peripherals_init(void)
966{
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700967 rx51_i2c_init();
Aaro Koskinen54031872010-12-02 15:51:24 +0000968 gpmc_onenand_init(board_onenand_data);
Tony Lindgren1a48e152009-05-28 13:23:52 -0700969 board_smc91x_init();
Jani Nikulaf014ee32009-11-05 22:59:47 -0800970 rx51_add_gpio_keys();
Kalle Valoa24e61a2009-11-18 18:41:06 -0800971 rx51_init_wl1251();
Jarkko Nikula589541c2011-02-21 08:42:36 +0200972 rx51_init_si4713();
Kalle Valoa24e61a2009-11-18 18:41:06 -0800973 spi_register_board_info(rx51_peripherals_spi_board_info,
974 ARRAY_SIZE(rx51_peripherals_spi_board_info));
Benoit Cousson112485e2010-08-16 10:55:35 +0200975
976 partition = omap_mux_get("core");
977 if (partition)
978 omap2_hsmmc_init(mmc);
979
Kalle Jokiniemi10299e22011-03-29 16:28:00 +0300980 rx51_charger_init();
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700981}
982