blob: 6d3af43ae3e4a7a62ba499fb057a646c4badfd12 [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>
Sebastian Reichel68a3c042014-11-10 17:34:43 -030026#include <linux/gpio/machine.h>
Tony Lindgrene639cd52014-11-20 12:11:25 -080027#include <linux/omap-gpmc.h>
Adrian Hunter5e763d22009-09-22 16:45:05 -070028#include <linux/mmc/host.h>
Kalle Jokiniemi10299e22011-03-29 16:28:00 +030029#include <linux/power/isp1704_charger.h>
Arnd Bergmann22037472012-08-24 15:21:06 +020030#include <linux/platform_data/spi-omap2-mcspi.h>
31#include <linux/platform_data/mtd-onenand-omap2.h>
Linus Walleij9132ce42016-09-23 14:34:45 +020032#include <linux/module.h>
Arnd Bergmann22037472012-08-24 15:21:06 +020033
Tony Lindgren8453c5c2016-04-28 08:21:03 -070034#include <plat/dmtimer.h>
35
David Howells9f97da72012-03-28 18:30:01 +010036#include <asm/system_info.h>
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070037
Tony Lindgren4e653312011-11-10 22:45:17 +010038#include "common.h"
Tony Lindgren45c3eb72012-11-30 08:41:50 -080039#include <linux/omap-dma.h>
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070040
Tony Lindgren0a6f98c2012-09-20 11:40:56 -070041#include "board-rx51.h"
Manjunath Kondaiah G04aeae72010-10-08 09:58:35 -070042
Jarkko Nikula87581fd2010-08-02 13:18:02 +030043#include <sound/tlv320aic3x.h>
Jarkko Nikula64d06692010-08-02 13:18:03 +030044#include <sound/tpa6130a2-plat.h>
Mauro Carvalho Chehabeb4b0ec2015-11-16 08:35:53 -020045#include <linux/platform_data/media/si4713.h>
Milo(Woogyom) Kimdf4094d2013-02-05 19:26:59 +090046#include <linux/platform_data/leds-lp55xx.h>
Jarkko Nikula87581fd2010-08-02 13:18:02 +030047
Jonathan Cameron9c2251d2013-01-12 10:35:00 +000048#include <linux/platform_data/tsl2563.h>
Ameya Palande3b511202012-05-09 14:19:15 -070049#include <linux/lis3lv02d.h>
Mathias Nyman70b5d732010-08-02 13:18:03 +030050
Tomi Valkeinen2320dc62013-05-17 12:37:27 +030051#include <video/omap-panel-data.h>
52
Tony Lindgren8453c5c2016-04-28 08:21:03 -070053#include <linux/platform_data/pwm_omap_dmtimer.h>
Mauro Carvalho Chehabeb4b0ec2015-11-16 08:35:53 -020054#include <linux/platform_data/media/ir-rx51.h>
Timo Kokkonen322c1832012-08-10 06:16:37 -030055
Tony Lindgren4896e392009-12-11 16:16:32 -080056#include "mux.h"
Tony Lindgren1d5aef42012-10-03 16:36:40 -070057#include "omap-pm.h"
Adrian Hunterd02a900b2010-02-15 10:03:34 -080058#include "hsmmc.h"
Mike Rapoportfbd80712011-04-25 01:09:06 +030059#include "common-board-devices.h"
Pali Rohárd2065e22013-09-20 15:25:07 +020060#include "soc.h"
61#include "omap-secure.h"
Lauri Leukkunenffe7f952009-03-23 18:38:17 -070062
Adrian Hunterf52eeee2009-05-28 14:04:04 -070063#define SYSTEM_REV_B_USES_VAUX3 0x1699
64#define SYSTEM_REV_S_USES_VAUX3 0x8
65
Kalle Valoa24e61a2009-11-18 18:41:06 -080066#define RX51_WL1251_POWER_GPIO 87
67#define RX51_WL1251_IRQ_GPIO 42
Jarkko Nikula589541c2011-02-21 08:42:36 +020068#define RX51_FMTX_RESET_GPIO 163
69#define RX51_FMTX_IRQ 53
Ameya Palandeeeada9e2011-07-05 03:38:22 -070070#define RX51_LP5523_CHIP_EN_GPIO 41
Kalle Valoa24e61a2009-11-18 18:41:06 -080071
Kalle Jokiniemi10299e22011-03-29 16:28:00 +030072#define RX51_USB_TRANSCEIVER_RST_GPIO 67
73
Aaro Koskinen3dad5352011-12-13 10:48:53 -080074#define RX51_TSC2005_RESET_GPIO 104
75#define RX51_TSC2005_IRQ_GPIO 100
76
Ameya Palande3b511202012-05-09 14:19:15 -070077#define LIS302_IRQ1_GPIO 181
78#define LIS302_IRQ2_GPIO 180 /* Not yet in use */
79
Aaro Koskinene65f1312013-05-08 16:48:00 -070080/* List all SPI devices here. Note that the list/probe order seems to matter! */
Kalle Valoa24e61a2009-11-18 18:41:06 -080081enum {
82 RX51_SPI_WL1251,
Roger Quadros6996e7f2010-03-22 17:16:25 +020083 RX51_SPI_TSC2005, /* Touch Controller */
Aaro Koskinene65f1312013-05-08 16:48:00 -070084 RX51_SPI_MIPID, /* LCD panel */
Kalle Valoa24e61a2009-11-18 18:41:06 -080085};
86
Luciano Coelho946651c2014-02-15 00:05:52 +010087static struct wl1251_platform_data wl1251_pdata;
Aaro Koskinen3dad5352011-12-13 10:48:53 -080088static struct tsc2005_platform_data tsc2005_pdata;
Kalle Valoa24e61a2009-11-18 18:41:06 -080089
Ameya Palande3b511202012-05-09 14:19:15 -070090#if defined(CONFIG_SENSORS_LIS3_I2C) || defined(CONFIG_SENSORS_LIS3_I2C_MODULE)
91static int lis302_setup(void)
92{
93 int err;
94 int irq1 = LIS302_IRQ1_GPIO;
95 int irq2 = LIS302_IRQ2_GPIO;
96
97 /* gpio for interrupt pin 1 */
98 err = gpio_request(irq1, "lis3lv02dl_irq1");
99 if (err) {
100 printk(KERN_ERR "lis3lv02dl: gpio request failed\n");
101 goto out;
102 }
103
104 /* gpio for interrupt pin 2 */
105 err = gpio_request(irq2, "lis3lv02dl_irq2");
106 if (err) {
107 gpio_free(irq1);
108 printk(KERN_ERR "lis3lv02dl: gpio request failed\n");
109 goto out;
110 }
111
112 gpio_direction_input(irq1);
113 gpio_direction_input(irq2);
114
115out:
116 return err;
117}
118
119static int lis302_release(void)
120{
121 gpio_free(LIS302_IRQ1_GPIO);
122 gpio_free(LIS302_IRQ2_GPIO);
123
124 return 0;
125}
126
127static struct lis3lv02d_platform_data rx51_lis3lv02d_data = {
128 .click_flags = LIS3_CLICK_SINGLE_X | LIS3_CLICK_SINGLE_Y |
129 LIS3_CLICK_SINGLE_Z,
130 /* Limits are 0.5g * value */
131 .click_thresh_x = 8,
132 .click_thresh_y = 8,
133 .click_thresh_z = 10,
134 /* Click must be longer than time limit */
135 .click_time_limit = 9,
136 /* Kind of debounce filter */
137 .click_latency = 50,
138
139 /* Limits for all axis. millig-value / 18 to get HW values */
140 .wakeup_flags = LIS3_WAKEUP_X_HI | LIS3_WAKEUP_Y_HI,
141 .wakeup_thresh = 800 / 18,
142 .wakeup_flags2 = LIS3_WAKEUP_Z_HI ,
143 .wakeup_thresh2 = 900 / 18,
144
145 .hipass_ctrl = LIS3_HIPASS1_DISABLE | LIS3_HIPASS2_DISABLE,
146
147 /* Interrupt line 2 for click detection, line 1 for thresholds */
148 .irq_cfg = LIS3_IRQ2_CLICK | LIS3_IRQ1_FF_WU_12,
149
150 .axis_x = LIS3_DEV_X,
151 .axis_y = LIS3_INV_DEV_Y,
152 .axis_z = LIS3_INV_DEV_Z,
153 .setup_resources = lis302_setup,
154 .release_resources = lis302_release,
155 .st_min_limits = {-32, 3, 3},
156 .st_max_limits = {-3, 32, 32},
Ameya Palande3b511202012-05-09 14:19:15 -0700157};
158#endif
159
Mathias Nyman70b5d732010-08-02 13:18:03 +0300160#if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE)
161static struct tsl2563_platform_data rx51_tsl2563_platform_data = {
162 .cover_comp_gain = 16,
163};
164#endif
165
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700166#if defined(CONFIG_LEDS_LP5523) || defined(CONFIG_LEDS_LP5523_MODULE)
Milo(Woogyom) Kimdf4094d2013-02-05 19:26:59 +0900167static struct lp55xx_led_config rx51_lp5523_led_config[] = {
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700168 {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100169 .name = "lp5523:kb1",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700170 .chan_nr = 0,
171 .led_current = 50,
Pali Rohárd1f1ca32013-09-23 14:50:12 +0200172 .max_current = 100,
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700173 }, {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100174 .name = "lp5523:kb2",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700175 .chan_nr = 1,
176 .led_current = 50,
Pali Rohárd1f1ca32013-09-23 14:50:12 +0200177 .max_current = 100,
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700178 }, {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100179 .name = "lp5523:kb3",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700180 .chan_nr = 2,
181 .led_current = 50,
Pali Rohárd1f1ca32013-09-23 14:50:12 +0200182 .max_current = 100,
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700183 }, {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100184 .name = "lp5523:kb4",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700185 .chan_nr = 3,
186 .led_current = 50,
Pali Rohárd1f1ca32013-09-23 14:50:12 +0200187 .max_current = 100,
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700188 }, {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100189 .name = "lp5523:b",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700190 .chan_nr = 4,
191 .led_current = 50,
Pali Rohárd1f1ca32013-09-23 14:50:12 +0200192 .max_current = 100,
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700193 }, {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100194 .name = "lp5523:g",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700195 .chan_nr = 5,
196 .led_current = 50,
Pali Rohárd1f1ca32013-09-23 14:50:12 +0200197 .max_current = 100,
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700198 }, {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100199 .name = "lp5523:r",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700200 .chan_nr = 6,
201 .led_current = 50,
Pali Rohárd1f1ca32013-09-23 14:50:12 +0200202 .max_current = 100,
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700203 }, {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100204 .name = "lp5523:kb5",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700205 .chan_nr = 7,
206 .led_current = 50,
Pali Rohárd1f1ca32013-09-23 14:50:12 +0200207 .max_current = 100,
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700208 }, {
Pali Rohár1e7bf5e2013-01-20 03:50:44 +0100209 .name = "lp5523:kb6",
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700210 .chan_nr = 8,
211 .led_current = 50,
Pali Rohárd1f1ca32013-09-23 14:50:12 +0200212 .max_current = 100,
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700213 }
214};
215
Milo(Woogyom) Kimdf4094d2013-02-05 19:26:59 +0900216static struct lp55xx_platform_data rx51_lp5523_platform_data = {
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700217 .led_config = rx51_lp5523_led_config,
218 .num_channels = ARRAY_SIZE(rx51_lp5523_led_config),
Milo(Woogyom) Kimdf4094d2013-02-05 19:26:59 +0900219 .clock_mode = LP55XX_CLOCK_AUTO,
Sebastian Reichel30dae2f2013-10-22 11:02:56 -0700220 .enable_gpio = RX51_LP5523_CHIP_EN_GPIO,
Ameya Palandeeeada9e2011-07-05 03:38:22 -0700221};
222#endif
223
Tomi Valkeinen2320dc62013-05-17 12:37:27 +0300224#define RX51_LCD_RESET_GPIO 90
225
226static struct panel_acx565akm_platform_data acx_pdata = {
227 .name = "lcd",
228 .source = "sdi.0",
229 .reset_gpio = RX51_LCD_RESET_GPIO,
230 .datapairs = 2,
231};
232
Kalle Valoa24e61a2009-11-18 18:41:06 -0800233static struct omap2_mcspi_device_config wl1251_mcspi_config = {
234 .turbo_mode = 0,
Kalle Valoa24e61a2009-11-18 18:41:06 -0800235};
236
Roger Quadros03e11102010-05-10 10:35:17 +0200237static struct omap2_mcspi_device_config mipid_mcspi_config = {
238 .turbo_mode = 0,
Roger Quadros03e11102010-05-10 10:35:17 +0200239};
240
Roger Quadros6996e7f2010-03-22 17:16:25 +0200241static struct omap2_mcspi_device_config tsc2005_mcspi_config = {
242 .turbo_mode = 0,
Roger Quadros6996e7f2010-03-22 17:16:25 +0200243};
244
Kalle Valoa24e61a2009-11-18 18:41:06 -0800245static struct spi_board_info rx51_peripherals_spi_board_info[] __initdata = {
246 [RX51_SPI_WL1251] = {
247 .modalias = "wl1251",
248 .bus_num = 4,
249 .chip_select = 0,
250 .max_speed_hz = 48000000,
Kalle Valo860fc972009-12-11 16:16:37 -0800251 .mode = SPI_MODE_3,
Kalle Valoa24e61a2009-11-18 18:41:06 -0800252 .controller_data = &wl1251_mcspi_config,
253 .platform_data = &wl1251_pdata,
254 },
Roger Quadros03e11102010-05-10 10:35:17 +0200255 [RX51_SPI_MIPID] = {
256 .modalias = "acx565akm",
257 .bus_num = 1,
258 .chip_select = 2,
259 .max_speed_hz = 6000000,
260 .controller_data = &mipid_mcspi_config,
Tomi Valkeinen2320dc62013-05-17 12:37:27 +0300261 .platform_data = &acx_pdata,
Roger Quadros03e11102010-05-10 10:35:17 +0200262 },
Roger Quadros6996e7f2010-03-22 17:16:25 +0200263 [RX51_SPI_TSC2005] = {
264 .modalias = "tsc2005",
265 .bus_num = 1,
266 .chip_select = 0,
Roger Quadros6996e7f2010-03-22 17:16:25 +0200267 .max_speed_hz = 6000000,
268 .controller_data = &tsc2005_mcspi_config,
Aaro Koskinen3dad5352011-12-13 10:48:53 -0800269 .platform_data = &tsc2005_pdata,
Roger Quadros6996e7f2010-03-22 17:16:25 +0200270 },
Kalle Valoa24e61a2009-11-18 18:41:06 -0800271};
272
Pali Rohár7605c0b2012-12-16 22:30:04 -0800273static struct platform_device rx51_battery_device = {
274 .name = "rx51-battery",
275 .id = -1,
276};
277
Kalle Jokiniemi10299e22011-03-29 16:28:00 +0300278static void rx51_charger_set_power(bool on)
279{
280 gpio_set_value(RX51_USB_TRANSCEIVER_RST_GPIO, on);
281}
282
283static struct isp1704_charger_data rx51_charger_data = {
284 .set_power = rx51_charger_set_power,
Heikki Krogerusfd0964c2010-08-19 15:09:37 +0300285};
286
Kalle Jokiniemi10299e22011-03-29 16:28:00 +0300287static struct platform_device rx51_charger_device = {
288 .name = "isp1704_charger",
289 .dev = {
290 .platform_data = &rx51_charger_data,
291 },
292};
293
294static void __init rx51_charger_init(void)
295{
296 WARN_ON(gpio_request_one(RX51_USB_TRANSCEIVER_RST_GPIO,
Felipe Contrerase5fe29c2011-12-08 22:23:00 +0200297 GPIOF_OUT_INIT_HIGH, "isp1704_reset"));
Kalle Jokiniemi10299e22011-03-29 16:28:00 +0300298
Pali Rohár7605c0b2012-12-16 22:30:04 -0800299 platform_device_register(&rx51_battery_device);
Kalle Jokiniemi10299e22011-03-29 16:28:00 +0300300 platform_device_register(&rx51_charger_device);
301}
302
Jani Nikulaf014ee32009-11-05 22:59:47 -0800303#if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE)
304
305#define RX51_GPIO_CAMERA_LENS_COVER 110
306#define RX51_GPIO_CAMERA_FOCUS 68
307#define RX51_GPIO_CAMERA_CAPTURE 69
308#define RX51_GPIO_KEYPAD_SLIDE 71
309#define RX51_GPIO_LOCK_BUTTON 113
310#define RX51_GPIO_PROXIMITY 89
311
312#define RX51_GPIO_DEBOUNCE_TIMEOUT 10
313
314static struct gpio_keys_button rx51_gpio_keys[] = {
315 {
316 .desc = "Camera Lens Cover",
317 .type = EV_SW,
318 .code = SW_CAMERA_LENS_COVER,
319 .gpio = RX51_GPIO_CAMERA_LENS_COVER,
320 .active_low = 1,
321 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
322 }, {
323 .desc = "Camera Focus",
324 .type = EV_KEY,
325 .code = KEY_CAMERA_FOCUS,
326 .gpio = RX51_GPIO_CAMERA_FOCUS,
327 .active_low = 1,
328 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
329 }, {
330 .desc = "Camera Capture",
331 .type = EV_KEY,
332 .code = KEY_CAMERA,
333 .gpio = RX51_GPIO_CAMERA_CAPTURE,
334 .active_low = 1,
335 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
336 }, {
337 .desc = "Lock Button",
338 .type = EV_KEY,
339 .code = KEY_SCREENLOCK,
340 .gpio = RX51_GPIO_LOCK_BUTTON,
341 .active_low = 1,
342 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
343 }, {
344 .desc = "Keypad Slide",
345 .type = EV_SW,
346 .code = SW_KEYPAD_SLIDE,
347 .gpio = RX51_GPIO_KEYPAD_SLIDE,
348 .active_low = 1,
349 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
350 }, {
351 .desc = "Proximity Sensor",
352 .type = EV_SW,
353 .code = SW_FRONT_PROXIMITY,
354 .gpio = RX51_GPIO_PROXIMITY,
355 .active_low = 0,
356 .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT,
357 }
358};
359
360static struct gpio_keys_platform_data rx51_gpio_keys_data = {
361 .buttons = rx51_gpio_keys,
362 .nbuttons = ARRAY_SIZE(rx51_gpio_keys),
363};
364
365static struct platform_device rx51_gpio_keys_device = {
366 .name = "gpio-keys",
367 .id = -1,
368 .dev = {
369 .platform_data = &rx51_gpio_keys_data,
370 },
371};
372
373static void __init rx51_add_gpio_keys(void)
374{
375 platform_device_register(&rx51_gpio_keys_device);
376}
377#else
378static void __init rx51_add_gpio_keys(void)
379{
380}
381#endif /* CONFIG_KEYBOARD_GPIO || CONFIG_KEYBOARD_GPIO_MODULE */
382
Manjunath Kondaiah Gbead4372010-10-08 10:01:13 -0700383static uint32_t board_keymap[] = {
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700384 /*
385 * Note that KEY(x, 8, KEY_XXX) entries represent "entrire row
386 * connected to the ground" matrix state.
387 */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700388 KEY(0, 0, KEY_Q),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700389 KEY(0, 1, KEY_O),
390 KEY(0, 2, KEY_P),
391 KEY(0, 3, KEY_COMMA),
392 KEY(0, 4, KEY_BACKSPACE),
393 KEY(0, 6, KEY_A),
394 KEY(0, 7, KEY_S),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700395
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700396 KEY(1, 0, KEY_W),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700397 KEY(1, 1, KEY_D),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700398 KEY(1, 2, KEY_F),
399 KEY(1, 3, KEY_G),
400 KEY(1, 4, KEY_H),
401 KEY(1, 5, KEY_J),
402 KEY(1, 6, KEY_K),
403 KEY(1, 7, KEY_L),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700404
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700405 KEY(2, 0, KEY_E),
406 KEY(2, 1, KEY_DOT),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700407 KEY(2, 2, KEY_UP),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700408 KEY(2, 3, KEY_ENTER),
409 KEY(2, 5, KEY_Z),
410 KEY(2, 6, KEY_X),
411 KEY(2, 7, KEY_C),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700412 KEY(2, 8, KEY_F9),
413
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700414 KEY(3, 0, KEY_R),
415 KEY(3, 1, KEY_V),
416 KEY(3, 2, KEY_B),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700417 KEY(3, 3, KEY_N),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700418 KEY(3, 4, KEY_M),
419 KEY(3, 5, KEY_SPACE),
420 KEY(3, 6, KEY_SPACE),
421 KEY(3, 7, KEY_LEFT),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700422
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700423 KEY(4, 0, KEY_T),
424 KEY(4, 1, KEY_DOWN),
425 KEY(4, 2, KEY_RIGHT),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700426 KEY(4, 4, KEY_LEFTCTRL),
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700427 KEY(4, 5, KEY_RIGHTALT),
428 KEY(4, 6, KEY_LEFTSHIFT),
Dmitry Torokhov2e65a202010-07-26 01:12:37 -0700429 KEY(4, 8, KEY_F10),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700430
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700431 KEY(5, 0, KEY_Y),
Dmitry Torokhov2e65a202010-07-26 01:12:37 -0700432 KEY(5, 8, KEY_F11),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700433
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700434 KEY(6, 0, KEY_U),
Dmitry Torokhov3fea6022010-07-20 20:25:35 -0700435
Amit Kucheriaacf442d2009-10-05 21:43:44 -0700436 KEY(7, 0, KEY_I),
437 KEY(7, 1, KEY_F7),
438 KEY(7, 2, KEY_F8),
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700439};
440
Tony Lindgren4f543332009-09-24 16:23:16 -0700441static struct matrix_keymap_data board_map_data = {
442 .keymap = board_keymap,
443 .keymap_size = ARRAY_SIZE(board_keymap),
444};
445
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700446static struct twl4030_keypad_data rx51_kp_data = {
Tony Lindgren4f543332009-09-24 16:23:16 -0700447 .keymap_data = &board_map_data,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700448 .rows = 8,
449 .cols = 8,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700450 .rep = 1,
451};
452
Adrian Hunterce6f0012010-02-15 10:03:34 -0800453/* Enable input logic and pull all lines up when eMMC is on. */
454static struct omap_board_mux rx51_mmc2_on_mux[] = {
455 OMAP3_MUX(SDMMC2_CMD, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
456 OMAP3_MUX(SDMMC2_DAT0, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
457 OMAP3_MUX(SDMMC2_DAT1, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
458 OMAP3_MUX(SDMMC2_DAT2, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
459 OMAP3_MUX(SDMMC2_DAT3, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
460 OMAP3_MUX(SDMMC2_DAT4, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
461 OMAP3_MUX(SDMMC2_DAT5, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
462 OMAP3_MUX(SDMMC2_DAT6, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
463 OMAP3_MUX(SDMMC2_DAT7, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
464 { .reg_offset = OMAP_MUX_TERMINATOR },
465};
466
467/* Disable input logic and pull all lines down when eMMC is off. */
468static struct omap_board_mux rx51_mmc2_off_mux[] = {
469 OMAP3_MUX(SDMMC2_CMD, OMAP_PULL_ENA | OMAP_MUX_MODE0),
470 OMAP3_MUX(SDMMC2_DAT0, OMAP_PULL_ENA | OMAP_MUX_MODE0),
471 OMAP3_MUX(SDMMC2_DAT1, OMAP_PULL_ENA | OMAP_MUX_MODE0),
472 OMAP3_MUX(SDMMC2_DAT2, OMAP_PULL_ENA | OMAP_MUX_MODE0),
473 OMAP3_MUX(SDMMC2_DAT3, OMAP_PULL_ENA | OMAP_MUX_MODE0),
474 OMAP3_MUX(SDMMC2_DAT4, OMAP_PULL_ENA | OMAP_MUX_MODE0),
475 OMAP3_MUX(SDMMC2_DAT5, OMAP_PULL_ENA | OMAP_MUX_MODE0),
476 OMAP3_MUX(SDMMC2_DAT6, OMAP_PULL_ENA | OMAP_MUX_MODE0),
477 OMAP3_MUX(SDMMC2_DAT7, OMAP_PULL_ENA | OMAP_MUX_MODE0),
478 { .reg_offset = OMAP_MUX_TERMINATOR },
479};
480
Benoit Cousson112485e2010-08-16 10:55:35 +0200481static struct omap_mux_partition *partition;
482
Adrian Hunterce6f0012010-02-15 10:03:34 -0800483/*
484 * Current flows to eMMC when eMMC is off and the data lines are pulled up,
485 * so pull them down. N.B. we pull 8 lines because we are using 8 lines.
486 */
Andreas Fenkart80412ca2014-11-08 15:33:17 +0100487static void rx51_mmc2_remux(struct device *dev, int power_on)
Adrian Hunterce6f0012010-02-15 10:03:34 -0800488{
489 if (power_on)
Benoit Cousson112485e2010-08-16 10:55:35 +0200490 omap_mux_write_array(partition, rx51_mmc2_on_mux);
Adrian Hunterce6f0012010-02-15 10:03:34 -0800491 else
Benoit Cousson112485e2010-08-16 10:55:35 +0200492 omap_mux_write_array(partition, rx51_mmc2_off_mux);
Adrian Hunterce6f0012010-02-15 10:03:34 -0800493}
494
Adrian Hunter68ff0422010-02-15 10:03:34 -0800495static struct omap2_hsmmc_info mmc[] __initdata = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700496 {
497 .name = "external",
498 .mmc = 1,
Sukumar Ghorai3a638332010-09-15 14:49:23 +0000499 .caps = MMC_CAP_4_BIT_DATA,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700500 .cover_only = true,
501 .gpio_cd = 160,
502 .gpio_wp = -EINVAL,
503 },
504 {
505 .name = "internal",
506 .mmc = 2,
Sukumar Ghorai3a638332010-09-15 14:49:23 +0000507 .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA,
508 /* See also rx51_mmc2_remux */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700509 .gpio_cd = -EINVAL,
510 .gpio_wp = -EINVAL,
Adrian Hunter5e763d22009-09-22 16:45:05 -0700511 .nonremovable = true,
Adrian Hunterce6f0012010-02-15 10:03:34 -0800512 .remux = rx51_mmc2_remux,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700513 },
514 {} /* Terminator */
515};
516
Oleg Drokin786b01a2011-06-06 18:57:07 +0000517static struct regulator_consumer_supply rx51_vmmc1_supply[] = {
518 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
519};
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700520
Linus Torvalds664a41b2011-07-30 00:08:53 -0700521static struct regulator_consumer_supply rx51_vaux2_supply[] = {
522 REGULATOR_SUPPLY("vdds_csib", "omap3isp"),
523};
Kalle Jokiniemi75ccf262011-05-03 07:41:23 -0300524
Oleg Drokin786b01a2011-06-06 18:57:07 +0000525static struct regulator_consumer_supply rx51_vaux3_supply[] = {
526 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"),
527};
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700528
Oleg Drokin786b01a2011-06-06 18:57:07 +0000529static struct regulator_consumer_supply rx51_vsim_supply[] = {
530 REGULATOR_SUPPLY("vmmc_aux", "omap_hsmmc.1"),
531};
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700532
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700533static struct regulator_consumer_supply rx51_vmmc2_supplies[] = {
534 /* tlv320aic3x analog supplies */
Jarkko Nikula5c7d9bb2010-08-02 13:18:02 +0300535 REGULATOR_SUPPLY("AVDD", "2-0018"),
536 REGULATOR_SUPPLY("DRVDD", "2-0018"),
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -0800537 REGULATOR_SUPPLY("AVDD", "2-0019"),
538 REGULATOR_SUPPLY("DRVDD", "2-0019"),
Jarkko Nikula64d06692010-08-02 13:18:03 +0300539 /* tpa6130a2 */
540 REGULATOR_SUPPLY("Vdd", "2-0060"),
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700541 /* Keep vmmc as last item. It is not iterated for newer boards */
Kishore Kadiyala0005ae72011-02-28 20:48:05 +0530542 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"),
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700543};
544
545static struct regulator_consumer_supply rx51_vio_supplies[] = {
546 /* tlv320aic3x digital supplies */
Jarkko Nikula5c7d9bb2010-08-02 13:18:02 +0300547 REGULATOR_SUPPLY("IOVDD", "2-0018"),
548 REGULATOR_SUPPLY("DVDD", "2-0018"),
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -0800549 REGULATOR_SUPPLY("IOVDD", "2-0019"),
550 REGULATOR_SUPPLY("DVDD", "2-0019"),
Jarkko Nikula589541c2011-02-21 08:42:36 +0200551 /* Si4713 IO supply */
552 REGULATOR_SUPPLY("vio", "2-0063"),
Aaro Koskinen17fd8cd2013-04-01 23:04:04 +0300553 /* lis3lv02d */
554 REGULATOR_SUPPLY("Vdd_IO", "3-001d"),
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700555};
556
Roger Quadros0581b522010-05-12 11:48:47 +0300557static struct regulator_consumer_supply rx51_vaux1_consumers[] = {
Jarkko Nikulab5b99452010-12-21 17:25:34 +0000558 REGULATOR_SUPPLY("vdds_sdi", "omapdss"),
Tomi Valkeinen3d85f542013-05-31 10:37:54 +0300559 REGULATOR_SUPPLY("vdds_sdi", "omapdss_sdi.0"),
Jarkko Nikula589541c2011-02-21 08:42:36 +0200560 /* Si4713 supply */
561 REGULATOR_SUPPLY("vdd", "2-0063"),
Aaro Koskinen17fd8cd2013-04-01 23:04:04 +0300562 /* lis3lv02d */
563 REGULATOR_SUPPLY("Vdd", "3-001d"),
Roger Quadros0581b522010-05-12 11:48:47 +0300564};
565
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700566static struct regulator_init_data rx51_vaux1 = {
567 .constraints = {
568 .name = "V28",
569 .min_uV = 2800000,
570 .max_uV = 2800000,
Jarkko Nikula000d5342010-08-02 13:18:02 +0300571 .always_on = true, /* due battery cover sensor */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700572 .valid_modes_mask = REGULATOR_MODE_NORMAL
573 | REGULATOR_MODE_STANDBY,
574 .valid_ops_mask = REGULATOR_CHANGE_MODE
575 | REGULATOR_CHANGE_STATUS,
576 },
Roger Quadros0581b522010-05-12 11:48:47 +0300577 .num_consumer_supplies = ARRAY_SIZE(rx51_vaux1_consumers),
578 .consumer_supplies = rx51_vaux1_consumers,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700579};
580
581static struct regulator_init_data rx51_vaux2 = {
582 .constraints = {
583 .name = "VCSI",
584 .min_uV = 1800000,
585 .max_uV = 1800000,
586 .valid_modes_mask = REGULATOR_MODE_NORMAL
587 | REGULATOR_MODE_STANDBY,
588 .valid_ops_mask = REGULATOR_CHANGE_MODE
589 | REGULATOR_CHANGE_STATUS,
590 },
Linus Torvalds664a41b2011-07-30 00:08:53 -0700591 .num_consumer_supplies = ARRAY_SIZE(rx51_vaux2_supply),
592 .consumer_supplies = rx51_vaux2_supply,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700593};
594
595/* VAUX3 - adds more power to VIO_18 rail */
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700596static struct regulator_init_data rx51_vaux3_cam = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700597 .constraints = {
598 .name = "VCAM_DIG_18",
599 .min_uV = 1800000,
600 .max_uV = 1800000,
601 .apply_uV = true,
602 .valid_modes_mask = REGULATOR_MODE_NORMAL
603 | REGULATOR_MODE_STANDBY,
604 .valid_ops_mask = REGULATOR_CHANGE_MODE
605 | REGULATOR_CHANGE_STATUS,
606 },
607};
608
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700609static struct regulator_init_data rx51_vaux3_mmc = {
610 .constraints = {
611 .name = "VMMC2_30",
612 .min_uV = 2800000,
613 .max_uV = 3000000,
614 .apply_uV = true,
615 .valid_modes_mask = REGULATOR_MODE_NORMAL
616 | REGULATOR_MODE_STANDBY,
617 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
618 | REGULATOR_CHANGE_MODE
619 | REGULATOR_CHANGE_STATUS,
620 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000621 .num_consumer_supplies = ARRAY_SIZE(rx51_vaux3_supply),
622 .consumer_supplies = rx51_vaux3_supply,
Adrian Hunterf52eeee2009-05-28 14:04:04 -0700623};
624
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700625static struct regulator_init_data rx51_vaux4 = {
626 .constraints = {
627 .name = "VCAM_ANA_28",
628 .min_uV = 2800000,
629 .max_uV = 2800000,
630 .apply_uV = true,
631 .valid_modes_mask = REGULATOR_MODE_NORMAL
632 | REGULATOR_MODE_STANDBY,
633 .valid_ops_mask = REGULATOR_CHANGE_MODE
634 | REGULATOR_CHANGE_STATUS,
635 },
636};
637
638static struct regulator_init_data rx51_vmmc1 = {
639 .constraints = {
640 .min_uV = 1850000,
641 .max_uV = 3150000,
642 .valid_modes_mask = REGULATOR_MODE_NORMAL
643 | REGULATOR_MODE_STANDBY,
644 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
645 | REGULATOR_CHANGE_MODE
646 | REGULATOR_CHANGE_STATUS,
647 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000648 .num_consumer_supplies = ARRAY_SIZE(rx51_vmmc1_supply),
649 .consumer_supplies = rx51_vmmc1_supply,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700650};
651
652static struct regulator_init_data rx51_vmmc2 = {
653 .constraints = {
Jarkko Nikulaf2add1d2010-05-10 14:29:18 -0700654 .name = "V28_A",
655 .min_uV = 2800000,
656 .max_uV = 3000000,
Jarkko Nikula28274112011-05-31 11:27:00 +0300657 .always_on = true, /* due VIO leak to AIC34 VDDs */
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700658 .apply_uV = true,
659 .valid_modes_mask = REGULATOR_MODE_NORMAL
660 | REGULATOR_MODE_STANDBY,
661 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
662 | REGULATOR_CHANGE_MODE
663 | REGULATOR_CHANGE_STATUS,
664 },
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700665 .num_consumer_supplies = ARRAY_SIZE(rx51_vmmc2_supplies),
666 .consumer_supplies = rx51_vmmc2_supplies,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700667};
668
Kalle Jokiniemi094fc552011-07-05 03:38:22 -0700669static struct regulator_init_data rx51_vpll1 = {
670 .constraints = {
671 .name = "VPLL",
672 .min_uV = 1800000,
673 .max_uV = 1800000,
674 .apply_uV = true,
675 .always_on = true,
676 .valid_modes_mask = REGULATOR_MODE_NORMAL
677 | REGULATOR_MODE_STANDBY,
678 .valid_ops_mask = REGULATOR_CHANGE_MODE,
679 },
680};
681
682static struct regulator_init_data rx51_vpll2 = {
683 .constraints = {
684 .name = "VSDI_CSI",
685 .min_uV = 1800000,
686 .max_uV = 1800000,
687 .apply_uV = true,
688 .always_on = true,
689 .valid_modes_mask = REGULATOR_MODE_NORMAL
690 | REGULATOR_MODE_STANDBY,
691 .valid_ops_mask = REGULATOR_CHANGE_MODE,
692 },
693};
694
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700695static struct regulator_init_data rx51_vsim = {
696 .constraints = {
697 .name = "VMMC2_IO_18",
698 .min_uV = 1800000,
699 .max_uV = 1800000,
700 .apply_uV = true,
701 .valid_modes_mask = REGULATOR_MODE_NORMAL
702 | REGULATOR_MODE_STANDBY,
703 .valid_ops_mask = REGULATOR_CHANGE_MODE
704 | REGULATOR_CHANGE_STATUS,
705 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000706 .num_consumer_supplies = ARRAY_SIZE(rx51_vsim_supply),
707 .consumer_supplies = rx51_vsim_supply,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700708};
709
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700710static struct regulator_init_data rx51_vio = {
711 .constraints = {
712 .min_uV = 1800000,
713 .max_uV = 1800000,
714 .valid_modes_mask = REGULATOR_MODE_NORMAL
715 | REGULATOR_MODE_STANDBY,
716 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
717 | REGULATOR_CHANGE_MODE
718 | REGULATOR_CHANGE_STATUS,
719 },
720 .num_consumer_supplies = ARRAY_SIZE(rx51_vio_supplies),
721 .consumer_supplies = rx51_vio_supplies,
722};
723
Kalle Jokiniemi094fc552011-07-05 03:38:22 -0700724static struct regulator_init_data rx51_vintana1 = {
725 .constraints = {
726 .name = "VINTANA1",
727 .min_uV = 1500000,
728 .max_uV = 1500000,
729 .always_on = true,
730 .valid_modes_mask = REGULATOR_MODE_NORMAL
731 | REGULATOR_MODE_STANDBY,
732 .valid_ops_mask = REGULATOR_CHANGE_MODE,
733 },
734};
735
736static struct regulator_init_data rx51_vintana2 = {
737 .constraints = {
738 .name = "VINTANA2",
739 .min_uV = 2750000,
740 .max_uV = 2750000,
741 .apply_uV = true,
742 .always_on = true,
743 .valid_modes_mask = REGULATOR_MODE_NORMAL
744 | REGULATOR_MODE_STANDBY,
745 .valid_ops_mask = REGULATOR_CHANGE_MODE,
746 },
747};
748
749static struct regulator_init_data rx51_vintdig = {
750 .constraints = {
751 .name = "VINTDIG",
752 .min_uV = 1500000,
753 .max_uV = 1500000,
754 .always_on = true,
755 .valid_modes_mask = REGULATOR_MODE_NORMAL
756 | REGULATOR_MODE_STANDBY,
757 .valid_ops_mask = REGULATOR_CHANGE_MODE,
758 },
759};
760
Sebastian Reichel68a3c042014-11-10 17:34:43 -0300761static struct gpiod_lookup_table rx51_fmtx_gpios_table = {
762 .dev_id = "2-0063",
763 .table = {
764 GPIO_LOOKUP("gpio.6", 3, "reset", GPIO_ACTIVE_HIGH), /* 163 */
765 { },
Jarkko Nikula589541c2011-02-21 08:42:36 +0200766 },
767};
768
Sebastian Reichel68a3c042014-11-10 17:34:43 -0300769static __init void rx51_gpio_init(void)
Jarkko Nikula589541c2011-02-21 08:42:36 +0200770{
Sebastian Reichel68a3c042014-11-10 17:34:43 -0300771 gpiod_add_lookup_table(&rx51_fmtx_gpios_table);
Jarkko Nikula589541c2011-02-21 08:42:36 +0200772}
773
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700774static int rx51_twlgpio_setup(struct device *dev, unsigned gpio, unsigned n)
775{
776 /* FIXME this gpio setup is just a placeholder for now */
Igor Grinbergbc593f52011-05-03 18:22:09 +0300777 gpio_request_one(gpio + 6, GPIOF_OUT_INIT_LOW, "backlight_pwm");
Jarkko Nikulac0ad4fa2011-05-31 11:27:01 +0300778 gpio_request_one(gpio + 7, GPIOF_OUT_INIT_LOW, "speaker_en");
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700779
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700780 return 0;
781}
782
783static struct twl4030_gpio_platform_data rx51_gpio_data = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700784 .pulldowns = BIT(0) | BIT(1) | BIT(2) | BIT(3)
785 | BIT(4) | BIT(5)
786 | BIT(8) | BIT(9) | BIT(10) | BIT(11)
787 | BIT(12) | BIT(13) | BIT(14) | BIT(15)
788 | BIT(16) | BIT(17) ,
789 .setup = rx51_twlgpio_setup,
790};
791
Amit Kucheria9312fff2009-08-27 20:27:57 +0200792static struct twl4030_ins sleep_on_seq[] __initdata = {
793/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300794 * Turn off everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200795 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300796 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_SLEEP), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200797};
798
799static struct twl4030_script sleep_on_script __initdata = {
800 .script = sleep_on_seq,
801 .size = ARRAY_SIZE(sleep_on_seq),
802 .flags = TWL4030_SLEEP_SCRIPT,
803};
804
805static struct twl4030_ins wakeup_seq[] __initdata = {
806/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300807 * Reenable everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200808 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300809 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200810};
811
812static struct twl4030_script wakeup_script __initdata = {
813 .script = wakeup_seq,
814 .size = ARRAY_SIZE(wakeup_seq),
815 .flags = TWL4030_WAKEUP12_SCRIPT,
816};
817
818static struct twl4030_ins wakeup_p3_seq[] __initdata = {
819/*
Amit Kucheria3c684e842009-10-19 15:11:08 +0300820 * Reenable everything
Amit Kucheria9312fff2009-08-27 20:27:57 +0200821 */
Amit Kucheria3c684e842009-10-19 15:11:08 +0300822 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200823};
824
825static struct twl4030_script wakeup_p3_script __initdata = {
826 .script = wakeup_p3_seq,
827 .size = ARRAY_SIZE(wakeup_p3_seq),
828 .flags = TWL4030_WAKEUP3_SCRIPT,
829};
830
831static struct twl4030_ins wrst_seq[] __initdata = {
832/*
833 * Reset twl4030.
834 * Reset VDD1 regulator.
835 * Reset VDD2 regulator.
836 * Reset VPLL1 regulator.
837 * Enable sysclk output.
838 * Reenable twl4030.
839 */
840 {MSG_SINGULAR(DEV_GRP_NULL, RES_RESET, RES_STATE_OFF), 2},
841 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 0, 1, RES_STATE_ACTIVE),
842 0x13},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200843 {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_PP, 0, 3, RES_STATE_OFF), 0x13},
844 {MSG_SINGULAR(DEV_GRP_NULL, RES_VDD1, RES_STATE_WRST), 0x13},
845 {MSG_SINGULAR(DEV_GRP_NULL, RES_VDD2, RES_STATE_WRST), 0x13},
846 {MSG_SINGULAR(DEV_GRP_NULL, RES_VPLL1, RES_STATE_WRST), 0x35},
Amit Kucheria3c684e842009-10-19 15:11:08 +0300847 {MSG_SINGULAR(DEV_GRP_P3, RES_HFCLKOUT, RES_STATE_ACTIVE), 2},
Amit Kucheria9312fff2009-08-27 20:27:57 +0200848 {MSG_SINGULAR(DEV_GRP_NULL, RES_RESET, RES_STATE_ACTIVE), 2},
849};
850
851static struct twl4030_script wrst_script __initdata = {
852 .script = wrst_seq,
853 .size = ARRAY_SIZE(wrst_seq),
854 .flags = TWL4030_WRST_SCRIPT,
855};
856
857static struct twl4030_script *twl4030_scripts[] __initdata = {
858 /* wakeup12 script should be loaded before sleep script, otherwise a
859 board might hit retention before loading of wakeup script is
860 completed. This can cause boot failures depending on timing issues.
861 */
862 &wakeup_script,
863 &sleep_on_script,
864 &wakeup_p3_script,
865 &wrst_script,
866};
867
868static struct twl4030_resconfig twl4030_rconfig[] __initdata = {
Amit Kucheria3c684e842009-10-19 15:11:08 +0300869 { .resource = RES_VDD1, .devgroup = -1,
870 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
871 .remap_sleep = RES_STATE_OFF
872 },
873 { .resource = RES_VDD2, .devgroup = -1,
874 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
875 .remap_sleep = RES_STATE_OFF
876 },
877 { .resource = RES_VPLL1, .devgroup = -1,
878 .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF,
879 .remap_sleep = RES_STATE_OFF
880 },
881 { .resource = RES_VPLL2, .devgroup = -1,
882 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
883 },
884 { .resource = RES_VAUX1, .devgroup = -1,
885 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
886 },
887 { .resource = RES_VAUX2, .devgroup = -1,
888 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
889 },
890 { .resource = RES_VAUX3, .devgroup = -1,
891 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
892 },
893 { .resource = RES_VAUX4, .devgroup = -1,
894 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
895 },
896 { .resource = RES_VMMC1, .devgroup = -1,
897 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
898 },
899 { .resource = RES_VMMC2, .devgroup = -1,
900 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
901 },
902 { .resource = RES_VDAC, .devgroup = -1,
903 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
904 },
905 { .resource = RES_VSIM, .devgroup = -1,
906 .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1
907 },
908 { .resource = RES_VINTANA1, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
909 .type = -1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
910 },
911 { .resource = RES_VINTANA2, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
912 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
913 },
914 { .resource = RES_VINTDIG, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
915 .type = -1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
916 },
917 { .resource = RES_VIO, .devgroup = DEV_GRP_P3,
918 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
919 },
920 { .resource = RES_CLKEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
921 .type = 1, .type2 = -1 , .remap_off = -1, .remap_sleep = -1
922 },
923 { .resource = RES_REGEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
924 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
925 },
926 { .resource = RES_NRES_PWRON, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
927 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
928 },
929 { .resource = RES_SYSEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3,
930 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
931 },
932 { .resource = RES_HFCLKOUT, .devgroup = DEV_GRP_P3,
933 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
934 },
935 { .resource = RES_32KCLKOUT, .devgroup = -1,
936 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
937 },
938 { .resource = RES_RESET, .devgroup = -1,
939 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
940 },
Lesly A Md7ac8292011-04-14 17:57:51 +0530941 { .resource = RES_MAIN_REF, .devgroup = -1,
Amit Kucheria3c684e842009-10-19 15:11:08 +0300942 .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
943 },
Amit Kucheria9312fff2009-08-27 20:27:57 +0200944 { 0, 0},
945};
946
947static struct twl4030_power_data rx51_t2scripts_data __initdata = {
948 .scripts = twl4030_scripts,
949 .num = ARRAY_SIZE(twl4030_scripts),
950 .resource_config = twl4030_rconfig,
951};
952
Paul Walmsley8c3d4532012-04-13 06:34:26 -0600953static struct twl4030_vibra_data rx51_vibra_data __initdata = {
Ilkka Koskinenb7a834c2011-02-25 08:46:23 +0000954 .coexist = 0,
955};
956
Paul Walmsley8c3d4532012-04-13 06:34:26 -0600957static struct twl4030_audio_data rx51_audio_data __initdata = {
Ilkka Koskinenb7a834c2011-02-25 08:46:23 +0000958 .audio_mclk = 26000000,
959 .vibra = &rx51_vibra_data,
960};
Amit Kucheria9312fff2009-08-27 20:27:57 +0200961
Amit Kucheria9312fff2009-08-27 20:27:57 +0200962static struct twl4030_platform_data rx51_twldata __initdata = {
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700963 /* platform_data for children goes here */
964 .gpio = &rx51_gpio_data,
965 .keypad = &rx51_kp_data,
Amit Kucheria9312fff2009-08-27 20:27:57 +0200966 .power = &rx51_t2scripts_data,
Peter Ujfalusi4ae6df52011-05-31 15:21:13 +0300967 .audio = &rx51_audio_data,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700968
969 .vaux1 = &rx51_vaux1,
970 .vaux2 = &rx51_vaux2,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700971 .vaux4 = &rx51_vaux4,
972 .vmmc1 = &rx51_vmmc1,
Kalle Jokiniemi094fc552011-07-05 03:38:22 -0700973 .vpll1 = &rx51_vpll1,
974 .vpll2 = &rx51_vpll2,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700975 .vsim = &rx51_vsim,
Kalle Jokiniemi094fc552011-07-05 03:38:22 -0700976 .vintana1 = &rx51_vintana1,
977 .vintana2 = &rx51_vintana2,
978 .vintdig = &rx51_vintdig,
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -0700979 .vio = &rx51_vio,
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700980};
981
Jarkko Nikulaf0c61d32010-12-18 18:17:10 +0000982static struct tpa6130a2_platform_data rx51_tpa6130a2_data __initdata_or_module = {
Jarkko Nikula64d06692010-08-02 13:18:03 +0300983 .power_gpio = 98,
984};
985
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000986/* Audio setup data */
987static struct aic3x_setup_data rx51_aic34_setup = {
988 .gpio_func[0] = AIC3X_GPIO1_FUNC_DISABLED,
989 .gpio_func[1] = AIC3X_GPIO2_FUNC_DIGITAL_MIC_INPUT,
990};
991
Mark Browne4862f22010-08-16 18:42:58 +0100992static struct aic3x_pdata rx51_aic3x_data = {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000993 .setup = &rx51_aic34_setup,
994 .gpio_reset = 60,
995};
996
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -0800997static struct aic3x_pdata rx51_aic3x_data2 = {
998 .gpio_reset = 60,
999};
1000
Felipe Balbi99d2fae2014-11-26 17:27:35 -03001001#if IS_ENABLED(CONFIG_I2C_SI4713) && IS_ENABLED(CONFIG_PLATFORM_SI4713)
Sebastian Reichel68a3c042014-11-10 17:34:43 -03001002static struct si4713_platform_data rx51_si4713_platform_data = {
1003 .is_platform_device = true
1004};
Felipe Balbi99d2fae2014-11-26 17:27:35 -03001005#endif
Sebastian Reichel68a3c042014-11-10 17:34:43 -03001006
Jarkko Nikuladabe9292010-05-10 14:29:18 -07001007static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_2[] = {
Sebastian Reichel68a3c042014-11-10 17:34:43 -03001008#if IS_ENABLED(CONFIG_I2C_SI4713) && IS_ENABLED(CONFIG_PLATFORM_SI4713)
1009 {
1010 I2C_BOARD_INFO("si4713", 0x63),
1011 .platform_data = &rx51_si4713_platform_data,
1012 },
1013#endif
Jarkko Nikuladabe9292010-05-10 14:29:18 -07001014 {
1015 I2C_BOARD_INFO("tlv320aic3x", 0x18),
Jarkko Nikula87581fd2010-08-02 13:18:02 +03001016 .platform_data = &rx51_aic3x_data,
Jarkko Nikuladabe9292010-05-10 14:29:18 -07001017 },
Jarkko Nikulacaeeb4a2010-12-20 18:48:16 -08001018 {
1019 I2C_BOARD_INFO("tlv320aic3x", 0x19),
1020 .platform_data = &rx51_aic3x_data2,
1021 },
Mathias Nyman70b5d732010-08-02 13:18:03 +03001022#if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE)
1023 {
1024 I2C_BOARD_INFO("tsl2563", 0x29),
1025 .platform_data = &rx51_tsl2563_platform_data,
1026 },
1027#endif
Ameya Palandeeeada9e2011-07-05 03:38:22 -07001028#if defined(CONFIG_LEDS_LP5523) || defined(CONFIG_LEDS_LP5523_MODULE)
1029 {
1030 I2C_BOARD_INFO("lp5523", 0x32),
1031 .platform_data = &rx51_lp5523_platform_data,
1032 },
1033#endif
Jarkko Nikula64d06692010-08-02 13:18:03 +03001034 {
Pali Rohárd77711a2011-11-25 23:53:06 +01001035 I2C_BOARD_INFO("bq27200", 0x55),
1036 },
1037 {
Jarkko Nikula64d06692010-08-02 13:18:03 +03001038 I2C_BOARD_INFO("tpa6130a2", 0x60),
1039 .platform_data = &rx51_tpa6130a2_data,
1040 }
Jarkko Nikuladabe9292010-05-10 14:29:18 -07001041};
1042
Ameya Palande3b511202012-05-09 14:19:15 -07001043static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_3[] = {
1044#if defined(CONFIG_SENSORS_LIS3_I2C) || defined(CONFIG_SENSORS_LIS3_I2C_MODULE)
1045 {
1046 I2C_BOARD_INFO("lis3lv02d", 0x1d),
1047 .platform_data = &rx51_lis3lv02d_data,
Ameya Palande3b511202012-05-09 14:19:15 -07001048 },
1049#endif
1050};
1051
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001052static int __init rx51_i2c_init(void)
1053{
Sebastian Reichel68a3c042014-11-10 17:34:43 -03001054#if IS_ENABLED(CONFIG_I2C_SI4713) && IS_ENABLED(CONFIG_PLATFORM_SI4713)
1055 int err;
1056#endif
1057
Adrian Hunterf52eeee2009-05-28 14:04:04 -07001058 if ((system_rev >= SYSTEM_REV_S_USES_VAUX3 && system_rev < 0x100) ||
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -07001059 system_rev >= SYSTEM_REV_B_USES_VAUX3) {
Adrian Hunterf52eeee2009-05-28 14:04:04 -07001060 rx51_twldata.vaux3 = &rx51_vaux3_mmc;
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -07001061 /* Only older boards use VMMC2 for internal MMC */
1062 rx51_vmmc2.num_consumer_supplies--;
1063 } else {
Adrian Hunterf52eeee2009-05-28 14:04:04 -07001064 rx51_twldata.vaux3 = &rx51_vaux3_cam;
Adrian Hunterf52eeee2009-05-28 14:04:04 -07001065 }
Jarkko Nikula4cfcaef2010-05-10 14:29:19 -07001066 rx51_twldata.vmmc2 = &rx51_vmmc2;
Peter Ujfalusi827ed9a2011-06-07 10:28:54 +03001067 omap3_pmic_get_config(&rx51_twldata,
Peter Ujfalusib252b0e2011-06-07 11:38:24 +03001068 TWL_COMMON_PDATA_USB | TWL_COMMON_PDATA_MADC,
1069 TWL_COMMON_REGULATOR_VDAC);
1070
1071 rx51_twldata.vdac->constraints.apply_uV = true;
1072 rx51_twldata.vdac->constraints.name = "VDAC";
1073
Tony Lindgren7d7e1eb2012-08-27 17:43:01 -07001074 omap_pmic_init(1, 2200, "twl5030", 7 + OMAP_INTC_START, &rx51_twldata);
Sebastian Reichel68a3c042014-11-10 17:34:43 -03001075#if IS_ENABLED(CONFIG_I2C_SI4713) && IS_ENABLED(CONFIG_PLATFORM_SI4713)
1076 err = gpio_request_one(RX51_FMTX_IRQ, GPIOF_DIR_IN, "si4713 irq");
1077 if (err) {
1078 printk(KERN_ERR "Cannot request si4713 irq gpio. %d\n", err);
1079 return err;
1080 }
1081 rx51_peripherals_i2c_board_info_2[0].irq = gpio_to_irq(RX51_FMTX_IRQ);
1082#endif
Jarkko Nikuladabe9292010-05-10 14:29:18 -07001083 omap_register_i2c_bus(2, 100, rx51_peripherals_i2c_board_info_2,
1084 ARRAY_SIZE(rx51_peripherals_i2c_board_info_2));
Tony Lindgren4d043172012-06-04 00:13:25 -07001085#if defined(CONFIG_SENSORS_LIS3_I2C) || defined(CONFIG_SENSORS_LIS3_I2C_MODULE)
1086 rx51_lis3lv02d_data.irq2 = gpio_to_irq(LIS302_IRQ2_GPIO);
1087 rx51_peripherals_i2c_board_info_3[0].irq = gpio_to_irq(LIS302_IRQ1_GPIO);
1088#endif
Ameya Palande3b511202012-05-09 14:19:15 -07001089 omap_register_i2c_bus(3, 400, rx51_peripherals_i2c_board_info_3,
1090 ARRAY_SIZE(rx51_peripherals_i2c_board_info_3));
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001091 return 0;
1092}
1093
Juha Yrjolaaa62e902009-05-28 13:23:52 -07001094#if defined(CONFIG_MTD_ONENAND_OMAP2) || \
1095 defined(CONFIG_MTD_ONENAND_OMAP2_MODULE)
1096
1097static struct mtd_partition onenand_partitions[] = {
1098 {
1099 .name = "bootloader",
1100 .offset = 0,
1101 .size = 0x20000,
1102 .mask_flags = MTD_WRITEABLE, /* Force read-only */
1103 },
1104 {
1105 .name = "config",
1106 .offset = MTDPART_OFS_APPEND,
1107 .size = 0x60000,
1108 },
1109 {
1110 .name = "log",
1111 .offset = MTDPART_OFS_APPEND,
1112 .size = 0x40000,
1113 },
1114 {
1115 .name = "kernel",
1116 .offset = MTDPART_OFS_APPEND,
1117 .size = 0x200000,
1118 },
1119 {
1120 .name = "initfs",
1121 .offset = MTDPART_OFS_APPEND,
1122 .size = 0x200000,
1123 },
1124 {
1125 .name = "rootfs",
1126 .offset = MTDPART_OFS_APPEND,
1127 .size = MTDPART_SIZ_FULL,
1128 },
1129};
1130
Aaro Koskinen54031872010-12-02 15:51:24 +00001131static struct omap_onenand_platform_data board_onenand_data[] = {
1132 {
1133 .cs = 0,
1134 .gpio_irq = 65,
1135 .parts = onenand_partitions,
1136 .nr_parts = ARRAY_SIZE(onenand_partitions),
1137 .flags = ONENAND_SYNC_READWRITE,
1138 }
Juha Yrjolaaa62e902009-05-28 13:23:52 -07001139};
Juha Yrjolaaa62e902009-05-28 13:23:52 -07001140#endif
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001141
Igor Grinbergbc593f52011-05-03 18:22:09 +03001142static struct gpio rx51_wl1251_gpios[] __initdata = {
Igor Grinbergbc593f52011-05-03 18:22:09 +03001143 { RX51_WL1251_IRQ_GPIO, GPIOF_IN, "wl1251 irq" },
1144};
1145
Kalle Valoa24e61a2009-11-18 18:41:06 -08001146static void __init rx51_init_wl1251(void)
1147{
1148 int irq, ret;
1149
Igor Grinbergbc593f52011-05-03 18:22:09 +03001150 ret = gpio_request_array(rx51_wl1251_gpios,
1151 ARRAY_SIZE(rx51_wl1251_gpios));
Kalle Valoa24e61a2009-11-18 18:41:06 -08001152 if (ret < 0)
1153 goto error;
1154
Kalle Valoa24e61a2009-11-18 18:41:06 -08001155 irq = gpio_to_irq(RX51_WL1251_IRQ_GPIO);
1156 if (irq < 0)
1157 goto err_irq;
1158
Sebastian Reichel1d207cd2014-02-15 00:05:53 +01001159 wl1251_pdata.power_gpio = RX51_WL1251_POWER_GPIO;
Kalle Valoa24e61a2009-11-18 18:41:06 -08001160 rx51_peripherals_spi_board_info[RX51_SPI_WL1251].irq = irq;
1161
1162 return;
1163
1164err_irq:
1165 gpio_free(RX51_WL1251_IRQ_GPIO);
Kalle Valoa24e61a2009-11-18 18:41:06 -08001166error:
1167 printk(KERN_ERR "wl1251 board initialisation failed\n");
Sebastian Reichel1d207cd2014-02-15 00:05:53 +01001168 wl1251_pdata.power_gpio = -1;
Kalle Valoa24e61a2009-11-18 18:41:06 -08001169
1170 /*
1171 * Now rx51_peripherals_spi_board_info[1].irq is zero and
1172 * set_power is null, and wl1251_probe() will fail.
1173 */
1174}
1175
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001176static struct tsc2005_platform_data tsc2005_pdata = {
1177 .ts_pressure_max = 2048,
1178 .ts_pressure_fudge = 2,
1179 .ts_x_max = 4096,
1180 .ts_x_fudge = 4,
1181 .ts_y_max = 4096,
1182 .ts_y_fudge = 7,
1183 .ts_x_plate_ohm = 280,
1184 .esd_timeout_ms = 8000,
1185};
1186
Vladimir Zapolskiyd4860eb2012-03-05 11:08:35 -08001187static struct gpio rx51_tsc2005_gpios[] __initdata = {
1188 { RX51_TSC2005_IRQ_GPIO, GPIOF_IN, "tsc2005 IRQ" },
1189 { RX51_TSC2005_RESET_GPIO, GPIOF_OUT_INIT_HIGH, "tsc2005 reset" },
1190};
1191
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001192static void rx51_tsc2005_set_reset(bool enable)
1193{
1194 gpio_set_value(RX51_TSC2005_RESET_GPIO, enable);
1195}
1196
1197static void __init rx51_init_tsc2005(void)
1198{
1199 int r;
1200
Vladimir Zapolskiyd4860eb2012-03-05 11:08:35 -08001201 omap_mux_init_gpio(RX51_TSC2005_RESET_GPIO, OMAP_PIN_OUTPUT);
1202 omap_mux_init_gpio(RX51_TSC2005_IRQ_GPIO, OMAP_PIN_INPUT_PULLUP);
1203
1204 r = gpio_request_array(rx51_tsc2005_gpios,
1205 ARRAY_SIZE(rx51_tsc2005_gpios));
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001206 if (r < 0) {
Vladimir Zapolskiyd4860eb2012-03-05 11:08:35 -08001207 printk(KERN_ERR "tsc2005 board initialization failed\n");
1208 tsc2005_pdata.esd_timeout_ms = 0;
1209 return;
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001210 }
1211
Vladimir Zapolskiyd4860eb2012-03-05 11:08:35 -08001212 tsc2005_pdata.set_reset = rx51_tsc2005_set_reset;
Tony Lindgren2533c2c2012-03-29 10:16:04 -07001213 rx51_peripherals_spi_board_info[RX51_SPI_TSC2005].irq =
1214 gpio_to_irq(RX51_TSC2005_IRQ_GPIO);
Aaro Koskinen3dad5352011-12-13 10:48:53 -08001215}
1216
Tony Lindgren8453c5c2016-04-28 08:21:03 -07001217#if IS_ENABLED(CONFIG_OMAP_DM_TIMER)
1218static struct pwm_omap_dmtimer_pdata __maybe_unused pwm_dmtimer_pdata = {
1219 .request_by_node = omap_dm_timer_request_by_node,
1220 .request_specific = omap_dm_timer_request_specific,
1221 .request = omap_dm_timer_request,
1222 .set_source = omap_dm_timer_set_source,
1223 .get_irq = omap_dm_timer_get_irq,
1224 .set_int_enable = omap_dm_timer_set_int_enable,
1225 .set_int_disable = omap_dm_timer_set_int_disable,
1226 .free = omap_dm_timer_free,
1227 .enable = omap_dm_timer_enable,
1228 .disable = omap_dm_timer_disable,
1229 .get_fclk = omap_dm_timer_get_fclk,
1230 .start = omap_dm_timer_start,
1231 .stop = omap_dm_timer_stop,
1232 .set_load = omap_dm_timer_set_load,
1233 .set_match = omap_dm_timer_set_match,
1234 .set_pwm = omap_dm_timer_set_pwm,
1235 .set_prescaler = omap_dm_timer_set_prescaler,
1236 .read_counter = omap_dm_timer_read_counter,
1237 .write_counter = omap_dm_timer_write_counter,
1238 .read_status = omap_dm_timer_read_status,
1239 .write_status = omap_dm_timer_write_status,
1240};
1241#endif
1242
Timo Kokkonen322c1832012-08-10 06:16:37 -03001243#if defined(CONFIG_IR_RX51) || defined(CONFIG_IR_RX51_MODULE)
1244static struct lirc_rx51_platform_data rx51_lirc_data = {
1245 .set_max_mpu_wakeup_lat = omap_pm_set_max_mpu_wakeup_lat,
Timo Kokkonen322c1832012-08-10 06:16:37 -03001246};
1247
1248static struct platform_device rx51_lirc_device = {
1249 .name = "lirc_rx51",
1250 .id = -1,
1251 .dev = {
1252 .platform_data = &rx51_lirc_data,
1253 },
1254};
1255
1256static void __init rx51_init_lirc(void)
1257{
1258 platform_device_register(&rx51_lirc_device);
1259}
1260#else
1261static void __init rx51_init_lirc(void)
1262{
1263}
1264#endif
1265
Pali Rohár749a34b2013-01-20 03:54:26 +01001266static struct platform_device madc_hwmon = {
1267 .name = "twl4030_madc_hwmon",
1268 .id = -1,
1269};
1270
1271static void __init rx51_init_twl4030_hwmon(void)
1272{
1273 platform_device_register(&madc_hwmon);
1274}
1275
Pali Rohárd2065e22013-09-20 15:25:07 +02001276static struct platform_device omap3_rom_rng_device = {
1277 .name = "omap3-rom-rng",
1278 .id = -1,
1279 .dev = {
1280 .platform_data = rx51_secure_rng_call,
1281 },
1282};
1283
1284static void __init rx51_init_omap3_rom_rng(void)
1285{
1286 if (omap_type() == OMAP2_DEVICE_TYPE_SEC) {
Aaro Koskinen448f8bc2015-11-23 23:32:57 +02001287 pr_info("RX-51: Registering OMAP3 HWRNG device\n");
Pali Rohárd2065e22013-09-20 15:25:07 +02001288 platform_device_register(&omap3_rom_rng_device);
1289 }
1290}
1291
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001292void __init rx51_peripherals_init(void)
1293{
Sebastian Reichel68a3c042014-11-10 17:34:43 -03001294 rx51_gpio_init();
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001295 rx51_i2c_init();
Kalle Jokiniemi094fc552011-07-05 03:38:22 -07001296 regulator_has_full_constraints();
Aaro Koskinen54031872010-12-02 15:51:24 +00001297 gpmc_onenand_init(board_onenand_data);
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();
Timo Kokkonen322c1832012-08-10 06:16:37 -03001301 rx51_init_lirc();
Kalle Valoa24e61a2009-11-18 18:41:06 -08001302 spi_register_board_info(rx51_peripherals_spi_board_info,
1303 ARRAY_SIZE(rx51_peripherals_spi_board_info));
Benoit Cousson112485e2010-08-16 10:55:35 +02001304
1305 partition = omap_mux_get("core");
1306 if (partition)
Tony Lindgren3b972bf2012-02-20 09:43:29 -08001307 omap_hsmmc_init(mmc);
Benoit Cousson112485e2010-08-16 10:55:35 +02001308
Kalle Jokiniemi10299e22011-03-29 16:28:00 +03001309 rx51_charger_init();
Pali Rohár749a34b2013-01-20 03:54:26 +01001310 rx51_init_twl4030_hwmon();
Pali Rohárd2065e22013-09-20 15:25:07 +02001311 rx51_init_omap3_rom_rng();
Lauri Leukkunenffe7f952009-03-23 18:38:17 -07001312}
1313