Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 1 | /* |
Amit Kucheria | 9312fff | 2009-08-27 20:27:57 +0200 | [diff] [blame] | 2 | * linux/arch/arm/mach-omap2/board-rx51-peripherals.c |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 3 | * |
| 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 Krzysztofik | 6135434 | 2009-10-22 14:43:17 -0700 | [diff] [blame] | 15 | #include <linux/input/matrix_keypad.h> |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 16 | #include <linux/spi/spi.h> |
Ohad Ben-Cohen | c1f9a09 | 2010-09-16 13:16:02 +0200 | [diff] [blame] | 17 | #include <linux/wl12xx.h> |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 18 | #include <linux/i2c.h> |
Balaji T K | ebeb53e | 2009-12-15 20:09:02 +0530 | [diff] [blame] | 19 | #include <linux/i2c/twl.h> |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 20 | #include <linux/clk.h> |
| 21 | #include <linux/delay.h> |
| 22 | #include <linux/regulator/machine.h> |
| 23 | #include <linux/gpio.h> |
Jani Nikula | f014ee3 | 2009-11-05 22:59:47 -0800 | [diff] [blame] | 24 | #include <linux/gpio_keys.h> |
Adrian Hunter | 5e763d2 | 2009-09-22 16:45:05 -0700 | [diff] [blame] | 25 | #include <linux/mmc/host.h> |
Kalle Jokiniemi | 10299e2 | 2011-03-29 16:28:00 +0300 | [diff] [blame] | 26 | #include <linux/power/isp1704_charger.h> |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 27 | |
Tony Lindgren | ce491cf | 2009-10-20 09:40:47 -0700 | [diff] [blame] | 28 | #include <plat/mcspi.h> |
Tony Lindgren | ce491cf | 2009-10-20 09:40:47 -0700 | [diff] [blame] | 29 | #include <plat/board.h> |
| 30 | #include <plat/common.h> |
| 31 | #include <plat/dma.h> |
| 32 | #include <plat/gpmc.h> |
Tony Lindgren | ce491cf | 2009-10-20 09:40:47 -0700 | [diff] [blame] | 33 | #include <plat/onenand.h> |
| 34 | #include <plat/gpmc-smc91x.h> |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 35 | |
Manjunath Kondaiah G | 04aeae7 | 2010-10-08 09:58:35 -0700 | [diff] [blame] | 36 | #include <mach/board-rx51.h> |
| 37 | |
Jarkko Nikula | 87581fd | 2010-08-02 13:18:02 +0300 | [diff] [blame] | 38 | #include <sound/tlv320aic3x.h> |
Jarkko Nikula | 64d0669 | 2010-08-02 13:18:03 +0300 | [diff] [blame] | 39 | #include <sound/tpa6130a2-plat.h> |
Jarkko Nikula | 589541c | 2011-02-21 08:42:36 +0200 | [diff] [blame] | 40 | #include <media/radio-si4713.h> |
| 41 | #include <media/si4713.h> |
Ameya Palande | eeada9e | 2011-07-05 03:38:22 -0700 | [diff] [blame^] | 42 | #include <linux/leds-lp5523.h> |
Jarkko Nikula | 87581fd | 2010-08-02 13:18:02 +0300 | [diff] [blame] | 43 | |
Mathias Nyman | 70b5d73 | 2010-08-02 13:18:03 +0300 | [diff] [blame] | 44 | #include <../drivers/staging/iio/light/tsl2563.h> |
| 45 | |
Tony Lindgren | 4896e39 | 2009-12-11 16:16:32 -0800 | [diff] [blame] | 46 | #include "mux.h" |
Adrian Hunter | d02a900b | 2010-02-15 10:03:34 -0800 | [diff] [blame] | 47 | #include "hsmmc.h" |
Mike Rapoport | fbd8071 | 2011-04-25 01:09:06 +0300 | [diff] [blame] | 48 | #include "common-board-devices.h" |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 49 | |
Adrian Hunter | f52eeee | 2009-05-28 14:04:04 -0700 | [diff] [blame] | 50 | #define SYSTEM_REV_B_USES_VAUX3 0x1699 |
| 51 | #define SYSTEM_REV_S_USES_VAUX3 0x8 |
| 52 | |
Kalle Valo | a24e61a | 2009-11-18 18:41:06 -0800 | [diff] [blame] | 53 | #define RX51_WL1251_POWER_GPIO 87 |
| 54 | #define RX51_WL1251_IRQ_GPIO 42 |
Jarkko Nikula | 589541c | 2011-02-21 08:42:36 +0200 | [diff] [blame] | 55 | #define RX51_FMTX_RESET_GPIO 163 |
| 56 | #define RX51_FMTX_IRQ 53 |
Ameya Palande | eeada9e | 2011-07-05 03:38:22 -0700 | [diff] [blame^] | 57 | #define RX51_LP5523_CHIP_EN_GPIO 41 |
Kalle Valo | a24e61a | 2009-11-18 18:41:06 -0800 | [diff] [blame] | 58 | |
Kalle Jokiniemi | 10299e2 | 2011-03-29 16:28:00 +0300 | [diff] [blame] | 59 | #define RX51_USB_TRANSCEIVER_RST_GPIO 67 |
| 60 | |
Kalle Valo | a24e61a | 2009-11-18 18:41:06 -0800 | [diff] [blame] | 61 | /* list all spi devices here */ |
| 62 | enum { |
| 63 | RX51_SPI_WL1251, |
Roger Quadros | 03e1110 | 2010-05-10 10:35:17 +0200 | [diff] [blame] | 64 | RX51_SPI_MIPID, /* LCD panel */ |
Roger Quadros | 6996e7f | 2010-03-22 17:16:25 +0200 | [diff] [blame] | 65 | RX51_SPI_TSC2005, /* Touch Controller */ |
Kalle Valo | a24e61a | 2009-11-18 18:41:06 -0800 | [diff] [blame] | 66 | }; |
| 67 | |
| 68 | static struct wl12xx_platform_data wl1251_pdata; |
| 69 | |
Mathias Nyman | 70b5d73 | 2010-08-02 13:18:03 +0300 | [diff] [blame] | 70 | #if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE) |
| 71 | static struct tsl2563_platform_data rx51_tsl2563_platform_data = { |
| 72 | .cover_comp_gain = 16, |
| 73 | }; |
| 74 | #endif |
| 75 | |
Ameya Palande | eeada9e | 2011-07-05 03:38:22 -0700 | [diff] [blame^] | 76 | #if defined(CONFIG_LEDS_LP5523) || defined(CONFIG_LEDS_LP5523_MODULE) |
| 77 | static struct lp5523_led_config rx51_lp5523_led_config[] = { |
| 78 | { |
| 79 | .chan_nr = 0, |
| 80 | .led_current = 50, |
| 81 | }, { |
| 82 | .chan_nr = 1, |
| 83 | .led_current = 50, |
| 84 | }, { |
| 85 | .chan_nr = 2, |
| 86 | .led_current = 50, |
| 87 | }, { |
| 88 | .chan_nr = 3, |
| 89 | .led_current = 50, |
| 90 | }, { |
| 91 | .chan_nr = 4, |
| 92 | .led_current = 50, |
| 93 | }, { |
| 94 | .chan_nr = 5, |
| 95 | .led_current = 50, |
| 96 | }, { |
| 97 | .chan_nr = 6, |
| 98 | .led_current = 50, |
| 99 | }, { |
| 100 | .chan_nr = 7, |
| 101 | .led_current = 50, |
| 102 | }, { |
| 103 | .chan_nr = 8, |
| 104 | .led_current = 50, |
| 105 | } |
| 106 | }; |
| 107 | |
| 108 | static int rx51_lp5523_setup(void) |
| 109 | { |
| 110 | return gpio_request_one(RX51_LP5523_CHIP_EN_GPIO, GPIOF_DIR_OUT, |
| 111 | "lp5523_enable"); |
| 112 | } |
| 113 | |
| 114 | static void rx51_lp5523_release(void) |
| 115 | { |
| 116 | gpio_free(RX51_LP5523_CHIP_EN_GPIO); |
| 117 | } |
| 118 | |
| 119 | static void rx51_lp5523_enable(bool state) |
| 120 | { |
| 121 | gpio_set_value(RX51_LP5523_CHIP_EN_GPIO, !!state); |
| 122 | } |
| 123 | |
| 124 | static struct lp5523_platform_data rx51_lp5523_platform_data = { |
| 125 | .led_config = rx51_lp5523_led_config, |
| 126 | .num_channels = ARRAY_SIZE(rx51_lp5523_led_config), |
| 127 | .clock_mode = LP5523_CLOCK_AUTO, |
| 128 | .setup_resources = rx51_lp5523_setup, |
| 129 | .release_resources = rx51_lp5523_release, |
| 130 | .enable = rx51_lp5523_enable, |
| 131 | }; |
| 132 | #endif |
| 133 | |
Kalle Valo | a24e61a | 2009-11-18 18:41:06 -0800 | [diff] [blame] | 134 | static struct omap2_mcspi_device_config wl1251_mcspi_config = { |
| 135 | .turbo_mode = 0, |
| 136 | .single_channel = 1, |
| 137 | }; |
| 138 | |
Roger Quadros | 03e1110 | 2010-05-10 10:35:17 +0200 | [diff] [blame] | 139 | static struct omap2_mcspi_device_config mipid_mcspi_config = { |
| 140 | .turbo_mode = 0, |
| 141 | .single_channel = 1, |
| 142 | }; |
| 143 | |
Roger Quadros | 6996e7f | 2010-03-22 17:16:25 +0200 | [diff] [blame] | 144 | static struct omap2_mcspi_device_config tsc2005_mcspi_config = { |
| 145 | .turbo_mode = 0, |
| 146 | .single_channel = 1, |
| 147 | }; |
| 148 | |
Kalle Valo | a24e61a | 2009-11-18 18:41:06 -0800 | [diff] [blame] | 149 | static struct spi_board_info rx51_peripherals_spi_board_info[] __initdata = { |
| 150 | [RX51_SPI_WL1251] = { |
| 151 | .modalias = "wl1251", |
| 152 | .bus_num = 4, |
| 153 | .chip_select = 0, |
| 154 | .max_speed_hz = 48000000, |
Kalle Valo | 860fc97 | 2009-12-11 16:16:37 -0800 | [diff] [blame] | 155 | .mode = SPI_MODE_3, |
Kalle Valo | a24e61a | 2009-11-18 18:41:06 -0800 | [diff] [blame] | 156 | .controller_data = &wl1251_mcspi_config, |
| 157 | .platform_data = &wl1251_pdata, |
| 158 | }, |
Roger Quadros | 03e1110 | 2010-05-10 10:35:17 +0200 | [diff] [blame] | 159 | [RX51_SPI_MIPID] = { |
| 160 | .modalias = "acx565akm", |
| 161 | .bus_num = 1, |
| 162 | .chip_select = 2, |
| 163 | .max_speed_hz = 6000000, |
| 164 | .controller_data = &mipid_mcspi_config, |
| 165 | }, |
Roger Quadros | 6996e7f | 2010-03-22 17:16:25 +0200 | [diff] [blame] | 166 | [RX51_SPI_TSC2005] = { |
| 167 | .modalias = "tsc2005", |
| 168 | .bus_num = 1, |
| 169 | .chip_select = 0, |
| 170 | /* .irq = OMAP_GPIO_IRQ(RX51_TSC2005_IRQ_GPIO),*/ |
| 171 | .max_speed_hz = 6000000, |
| 172 | .controller_data = &tsc2005_mcspi_config, |
| 173 | /* .platform_data = &tsc2005_config,*/ |
| 174 | }, |
Kalle Valo | a24e61a | 2009-11-18 18:41:06 -0800 | [diff] [blame] | 175 | }; |
| 176 | |
Kalle Jokiniemi | 10299e2 | 2011-03-29 16:28:00 +0300 | [diff] [blame] | 177 | static void rx51_charger_set_power(bool on) |
| 178 | { |
| 179 | gpio_set_value(RX51_USB_TRANSCEIVER_RST_GPIO, on); |
| 180 | } |
| 181 | |
| 182 | static struct isp1704_charger_data rx51_charger_data = { |
| 183 | .set_power = rx51_charger_set_power, |
Heikki Krogerus | fd0964c | 2010-08-19 15:09:37 +0300 | [diff] [blame] | 184 | }; |
| 185 | |
Kalle Jokiniemi | 10299e2 | 2011-03-29 16:28:00 +0300 | [diff] [blame] | 186 | static struct platform_device rx51_charger_device = { |
| 187 | .name = "isp1704_charger", |
| 188 | .dev = { |
| 189 | .platform_data = &rx51_charger_data, |
| 190 | }, |
| 191 | }; |
| 192 | |
| 193 | static void __init rx51_charger_init(void) |
| 194 | { |
| 195 | WARN_ON(gpio_request_one(RX51_USB_TRANSCEIVER_RST_GPIO, |
| 196 | GPIOF_OUT_INIT_LOW, "isp1704_reset")); |
| 197 | |
| 198 | platform_device_register(&rx51_charger_device); |
| 199 | } |
| 200 | |
Jani Nikula | f014ee3 | 2009-11-05 22:59:47 -0800 | [diff] [blame] | 201 | #if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE) |
| 202 | |
| 203 | #define RX51_GPIO_CAMERA_LENS_COVER 110 |
| 204 | #define RX51_GPIO_CAMERA_FOCUS 68 |
| 205 | #define RX51_GPIO_CAMERA_CAPTURE 69 |
| 206 | #define RX51_GPIO_KEYPAD_SLIDE 71 |
| 207 | #define RX51_GPIO_LOCK_BUTTON 113 |
| 208 | #define RX51_GPIO_PROXIMITY 89 |
| 209 | |
| 210 | #define RX51_GPIO_DEBOUNCE_TIMEOUT 10 |
| 211 | |
| 212 | static struct gpio_keys_button rx51_gpio_keys[] = { |
| 213 | { |
| 214 | .desc = "Camera Lens Cover", |
| 215 | .type = EV_SW, |
| 216 | .code = SW_CAMERA_LENS_COVER, |
| 217 | .gpio = RX51_GPIO_CAMERA_LENS_COVER, |
| 218 | .active_low = 1, |
| 219 | .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT, |
| 220 | }, { |
| 221 | .desc = "Camera Focus", |
| 222 | .type = EV_KEY, |
| 223 | .code = KEY_CAMERA_FOCUS, |
| 224 | .gpio = RX51_GPIO_CAMERA_FOCUS, |
| 225 | .active_low = 1, |
| 226 | .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT, |
| 227 | }, { |
| 228 | .desc = "Camera Capture", |
| 229 | .type = EV_KEY, |
| 230 | .code = KEY_CAMERA, |
| 231 | .gpio = RX51_GPIO_CAMERA_CAPTURE, |
| 232 | .active_low = 1, |
| 233 | .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT, |
| 234 | }, { |
| 235 | .desc = "Lock Button", |
| 236 | .type = EV_KEY, |
| 237 | .code = KEY_SCREENLOCK, |
| 238 | .gpio = RX51_GPIO_LOCK_BUTTON, |
| 239 | .active_low = 1, |
| 240 | .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT, |
| 241 | }, { |
| 242 | .desc = "Keypad Slide", |
| 243 | .type = EV_SW, |
| 244 | .code = SW_KEYPAD_SLIDE, |
| 245 | .gpio = RX51_GPIO_KEYPAD_SLIDE, |
| 246 | .active_low = 1, |
| 247 | .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT, |
| 248 | }, { |
| 249 | .desc = "Proximity Sensor", |
| 250 | .type = EV_SW, |
| 251 | .code = SW_FRONT_PROXIMITY, |
| 252 | .gpio = RX51_GPIO_PROXIMITY, |
| 253 | .active_low = 0, |
| 254 | .debounce_interval = RX51_GPIO_DEBOUNCE_TIMEOUT, |
| 255 | } |
| 256 | }; |
| 257 | |
| 258 | static struct gpio_keys_platform_data rx51_gpio_keys_data = { |
| 259 | .buttons = rx51_gpio_keys, |
| 260 | .nbuttons = ARRAY_SIZE(rx51_gpio_keys), |
| 261 | }; |
| 262 | |
| 263 | static struct platform_device rx51_gpio_keys_device = { |
| 264 | .name = "gpio-keys", |
| 265 | .id = -1, |
| 266 | .dev = { |
| 267 | .platform_data = &rx51_gpio_keys_data, |
| 268 | }, |
| 269 | }; |
| 270 | |
| 271 | static void __init rx51_add_gpio_keys(void) |
| 272 | { |
| 273 | platform_device_register(&rx51_gpio_keys_device); |
| 274 | } |
| 275 | #else |
| 276 | static void __init rx51_add_gpio_keys(void) |
| 277 | { |
| 278 | } |
| 279 | #endif /* CONFIG_KEYBOARD_GPIO || CONFIG_KEYBOARD_GPIO_MODULE */ |
| 280 | |
Manjunath Kondaiah G | bead437 | 2010-10-08 10:01:13 -0700 | [diff] [blame] | 281 | static uint32_t board_keymap[] = { |
Dmitry Torokhov | 3fea602 | 2010-07-20 20:25:35 -0700 | [diff] [blame] | 282 | /* |
| 283 | * Note that KEY(x, 8, KEY_XXX) entries represent "entrire row |
| 284 | * connected to the ground" matrix state. |
| 285 | */ |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 286 | KEY(0, 0, KEY_Q), |
Amit Kucheria | acf442d | 2009-10-05 21:43:44 -0700 | [diff] [blame] | 287 | KEY(0, 1, KEY_O), |
| 288 | KEY(0, 2, KEY_P), |
| 289 | KEY(0, 3, KEY_COMMA), |
| 290 | KEY(0, 4, KEY_BACKSPACE), |
| 291 | KEY(0, 6, KEY_A), |
| 292 | KEY(0, 7, KEY_S), |
Dmitry Torokhov | 3fea602 | 2010-07-20 20:25:35 -0700 | [diff] [blame] | 293 | |
Amit Kucheria | acf442d | 2009-10-05 21:43:44 -0700 | [diff] [blame] | 294 | KEY(1, 0, KEY_W), |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 295 | KEY(1, 1, KEY_D), |
Amit Kucheria | acf442d | 2009-10-05 21:43:44 -0700 | [diff] [blame] | 296 | KEY(1, 2, KEY_F), |
| 297 | KEY(1, 3, KEY_G), |
| 298 | KEY(1, 4, KEY_H), |
| 299 | KEY(1, 5, KEY_J), |
| 300 | KEY(1, 6, KEY_K), |
| 301 | KEY(1, 7, KEY_L), |
Dmitry Torokhov | 3fea602 | 2010-07-20 20:25:35 -0700 | [diff] [blame] | 302 | |
Amit Kucheria | acf442d | 2009-10-05 21:43:44 -0700 | [diff] [blame] | 303 | KEY(2, 0, KEY_E), |
| 304 | KEY(2, 1, KEY_DOT), |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 305 | KEY(2, 2, KEY_UP), |
Amit Kucheria | acf442d | 2009-10-05 21:43:44 -0700 | [diff] [blame] | 306 | KEY(2, 3, KEY_ENTER), |
| 307 | KEY(2, 5, KEY_Z), |
| 308 | KEY(2, 6, KEY_X), |
| 309 | KEY(2, 7, KEY_C), |
Dmitry Torokhov | 3fea602 | 2010-07-20 20:25:35 -0700 | [diff] [blame] | 310 | KEY(2, 8, KEY_F9), |
| 311 | |
Amit Kucheria | acf442d | 2009-10-05 21:43:44 -0700 | [diff] [blame] | 312 | KEY(3, 0, KEY_R), |
| 313 | KEY(3, 1, KEY_V), |
| 314 | KEY(3, 2, KEY_B), |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 315 | KEY(3, 3, KEY_N), |
Amit Kucheria | acf442d | 2009-10-05 21:43:44 -0700 | [diff] [blame] | 316 | KEY(3, 4, KEY_M), |
| 317 | KEY(3, 5, KEY_SPACE), |
| 318 | KEY(3, 6, KEY_SPACE), |
| 319 | KEY(3, 7, KEY_LEFT), |
Dmitry Torokhov | 3fea602 | 2010-07-20 20:25:35 -0700 | [diff] [blame] | 320 | |
Amit Kucheria | acf442d | 2009-10-05 21:43:44 -0700 | [diff] [blame] | 321 | KEY(4, 0, KEY_T), |
| 322 | KEY(4, 1, KEY_DOWN), |
| 323 | KEY(4, 2, KEY_RIGHT), |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 324 | KEY(4, 4, KEY_LEFTCTRL), |
Amit Kucheria | acf442d | 2009-10-05 21:43:44 -0700 | [diff] [blame] | 325 | KEY(4, 5, KEY_RIGHTALT), |
| 326 | KEY(4, 6, KEY_LEFTSHIFT), |
Dmitry Torokhov | 2e65a20 | 2010-07-26 01:12:37 -0700 | [diff] [blame] | 327 | KEY(4, 8, KEY_F10), |
Dmitry Torokhov | 3fea602 | 2010-07-20 20:25:35 -0700 | [diff] [blame] | 328 | |
Amit Kucheria | acf442d | 2009-10-05 21:43:44 -0700 | [diff] [blame] | 329 | KEY(5, 0, KEY_Y), |
Dmitry Torokhov | 2e65a20 | 2010-07-26 01:12:37 -0700 | [diff] [blame] | 330 | KEY(5, 8, KEY_F11), |
Dmitry Torokhov | 3fea602 | 2010-07-20 20:25:35 -0700 | [diff] [blame] | 331 | |
Amit Kucheria | acf442d | 2009-10-05 21:43:44 -0700 | [diff] [blame] | 332 | KEY(6, 0, KEY_U), |
Dmitry Torokhov | 3fea602 | 2010-07-20 20:25:35 -0700 | [diff] [blame] | 333 | |
Amit Kucheria | acf442d | 2009-10-05 21:43:44 -0700 | [diff] [blame] | 334 | KEY(7, 0, KEY_I), |
| 335 | KEY(7, 1, KEY_F7), |
| 336 | KEY(7, 2, KEY_F8), |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 337 | }; |
| 338 | |
Tony Lindgren | 4f54333 | 2009-09-24 16:23:16 -0700 | [diff] [blame] | 339 | static struct matrix_keymap_data board_map_data = { |
| 340 | .keymap = board_keymap, |
| 341 | .keymap_size = ARRAY_SIZE(board_keymap), |
| 342 | }; |
| 343 | |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 344 | static struct twl4030_keypad_data rx51_kp_data = { |
Tony Lindgren | 4f54333 | 2009-09-24 16:23:16 -0700 | [diff] [blame] | 345 | .keymap_data = &board_map_data, |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 346 | .rows = 8, |
| 347 | .cols = 8, |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 348 | .rep = 1, |
| 349 | }; |
| 350 | |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 351 | static struct twl4030_madc_platform_data rx51_madc_data = { |
| 352 | .irq_line = 1, |
| 353 | }; |
| 354 | |
Adrian Hunter | ce6f001 | 2010-02-15 10:03:34 -0800 | [diff] [blame] | 355 | /* Enable input logic and pull all lines up when eMMC is on. */ |
| 356 | static struct omap_board_mux rx51_mmc2_on_mux[] = { |
| 357 | OMAP3_MUX(SDMMC2_CMD, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0), |
| 358 | OMAP3_MUX(SDMMC2_DAT0, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0), |
| 359 | OMAP3_MUX(SDMMC2_DAT1, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0), |
| 360 | OMAP3_MUX(SDMMC2_DAT2, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0), |
| 361 | OMAP3_MUX(SDMMC2_DAT3, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0), |
| 362 | OMAP3_MUX(SDMMC2_DAT4, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0), |
| 363 | OMAP3_MUX(SDMMC2_DAT5, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0), |
| 364 | OMAP3_MUX(SDMMC2_DAT6, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0), |
| 365 | OMAP3_MUX(SDMMC2_DAT7, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0), |
| 366 | { .reg_offset = OMAP_MUX_TERMINATOR }, |
| 367 | }; |
| 368 | |
| 369 | /* Disable input logic and pull all lines down when eMMC is off. */ |
| 370 | static struct omap_board_mux rx51_mmc2_off_mux[] = { |
| 371 | OMAP3_MUX(SDMMC2_CMD, OMAP_PULL_ENA | OMAP_MUX_MODE0), |
| 372 | OMAP3_MUX(SDMMC2_DAT0, OMAP_PULL_ENA | OMAP_MUX_MODE0), |
| 373 | OMAP3_MUX(SDMMC2_DAT1, OMAP_PULL_ENA | OMAP_MUX_MODE0), |
| 374 | OMAP3_MUX(SDMMC2_DAT2, OMAP_PULL_ENA | OMAP_MUX_MODE0), |
| 375 | OMAP3_MUX(SDMMC2_DAT3, OMAP_PULL_ENA | OMAP_MUX_MODE0), |
| 376 | OMAP3_MUX(SDMMC2_DAT4, OMAP_PULL_ENA | OMAP_MUX_MODE0), |
| 377 | OMAP3_MUX(SDMMC2_DAT5, OMAP_PULL_ENA | OMAP_MUX_MODE0), |
| 378 | OMAP3_MUX(SDMMC2_DAT6, OMAP_PULL_ENA | OMAP_MUX_MODE0), |
| 379 | OMAP3_MUX(SDMMC2_DAT7, OMAP_PULL_ENA | OMAP_MUX_MODE0), |
| 380 | { .reg_offset = OMAP_MUX_TERMINATOR }, |
| 381 | }; |
| 382 | |
Benoit Cousson | 112485e | 2010-08-16 10:55:35 +0200 | [diff] [blame] | 383 | static struct omap_mux_partition *partition; |
| 384 | |
Adrian Hunter | ce6f001 | 2010-02-15 10:03:34 -0800 | [diff] [blame] | 385 | /* |
| 386 | * Current flows to eMMC when eMMC is off and the data lines are pulled up, |
| 387 | * so pull them down. N.B. we pull 8 lines because we are using 8 lines. |
| 388 | */ |
| 389 | static void rx51_mmc2_remux(struct device *dev, int slot, int power_on) |
| 390 | { |
| 391 | if (power_on) |
Benoit Cousson | 112485e | 2010-08-16 10:55:35 +0200 | [diff] [blame] | 392 | omap_mux_write_array(partition, rx51_mmc2_on_mux); |
Adrian Hunter | ce6f001 | 2010-02-15 10:03:34 -0800 | [diff] [blame] | 393 | else |
Benoit Cousson | 112485e | 2010-08-16 10:55:35 +0200 | [diff] [blame] | 394 | omap_mux_write_array(partition, rx51_mmc2_off_mux); |
Adrian Hunter | ce6f001 | 2010-02-15 10:03:34 -0800 | [diff] [blame] | 395 | } |
| 396 | |
Adrian Hunter | 68ff042 | 2010-02-15 10:03:34 -0800 | [diff] [blame] | 397 | static struct omap2_hsmmc_info mmc[] __initdata = { |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 398 | { |
| 399 | .name = "external", |
| 400 | .mmc = 1, |
Sukumar Ghorai | 3a63833 | 2010-09-15 14:49:23 +0000 | [diff] [blame] | 401 | .caps = MMC_CAP_4_BIT_DATA, |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 402 | .cover_only = true, |
| 403 | .gpio_cd = 160, |
| 404 | .gpio_wp = -EINVAL, |
Adrian Hunter | 5e763d2 | 2009-09-22 16:45:05 -0700 | [diff] [blame] | 405 | .power_saving = true, |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 406 | }, |
| 407 | { |
| 408 | .name = "internal", |
| 409 | .mmc = 2, |
Sukumar Ghorai | 3a63833 | 2010-09-15 14:49:23 +0000 | [diff] [blame] | 410 | .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA, |
| 411 | /* See also rx51_mmc2_remux */ |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 412 | .gpio_cd = -EINVAL, |
| 413 | .gpio_wp = -EINVAL, |
Adrian Hunter | 5e763d2 | 2009-09-22 16:45:05 -0700 | [diff] [blame] | 414 | .nonremovable = true, |
| 415 | .power_saving = true, |
Adrian Hunter | ce6f001 | 2010-02-15 10:03:34 -0800 | [diff] [blame] | 416 | .remux = rx51_mmc2_remux, |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 417 | }, |
| 418 | {} /* Terminator */ |
| 419 | }; |
| 420 | |
Oleg Drokin | 786b01a | 2011-06-06 18:57:07 +0000 | [diff] [blame] | 421 | static struct regulator_consumer_supply rx51_vmmc1_supply[] = { |
| 422 | REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"), |
| 423 | }; |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 424 | |
Oleg Drokin | 786b01a | 2011-06-06 18:57:07 +0000 | [diff] [blame] | 425 | static struct regulator_consumer_supply rx51_vaux3_supply[] = { |
| 426 | REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"), |
| 427 | }; |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 428 | |
Oleg Drokin | 786b01a | 2011-06-06 18:57:07 +0000 | [diff] [blame] | 429 | static struct regulator_consumer_supply rx51_vsim_supply[] = { |
| 430 | REGULATOR_SUPPLY("vmmc_aux", "omap_hsmmc.1"), |
| 431 | }; |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 432 | |
Jarkko Nikula | 4cfcaef | 2010-05-10 14:29:19 -0700 | [diff] [blame] | 433 | static struct regulator_consumer_supply rx51_vmmc2_supplies[] = { |
| 434 | /* tlv320aic3x analog supplies */ |
Jarkko Nikula | 5c7d9bb | 2010-08-02 13:18:02 +0300 | [diff] [blame] | 435 | REGULATOR_SUPPLY("AVDD", "2-0018"), |
| 436 | REGULATOR_SUPPLY("DRVDD", "2-0018"), |
Jarkko Nikula | caeeb4a | 2010-12-20 18:48:16 -0800 | [diff] [blame] | 437 | REGULATOR_SUPPLY("AVDD", "2-0019"), |
| 438 | REGULATOR_SUPPLY("DRVDD", "2-0019"), |
Jarkko Nikula | 64d0669 | 2010-08-02 13:18:03 +0300 | [diff] [blame] | 439 | /* tpa6130a2 */ |
| 440 | REGULATOR_SUPPLY("Vdd", "2-0060"), |
Jarkko Nikula | 4cfcaef | 2010-05-10 14:29:19 -0700 | [diff] [blame] | 441 | /* Keep vmmc as last item. It is not iterated for newer boards */ |
Kishore Kadiyala | 0005ae7 | 2011-02-28 20:48:05 +0530 | [diff] [blame] | 442 | REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"), |
Jarkko Nikula | 4cfcaef | 2010-05-10 14:29:19 -0700 | [diff] [blame] | 443 | }; |
| 444 | |
| 445 | static struct regulator_consumer_supply rx51_vio_supplies[] = { |
| 446 | /* tlv320aic3x digital supplies */ |
Jarkko Nikula | 5c7d9bb | 2010-08-02 13:18:02 +0300 | [diff] [blame] | 447 | REGULATOR_SUPPLY("IOVDD", "2-0018"), |
| 448 | REGULATOR_SUPPLY("DVDD", "2-0018"), |
Jarkko Nikula | caeeb4a | 2010-12-20 18:48:16 -0800 | [diff] [blame] | 449 | REGULATOR_SUPPLY("IOVDD", "2-0019"), |
| 450 | REGULATOR_SUPPLY("DVDD", "2-0019"), |
Jarkko Nikula | 589541c | 2011-02-21 08:42:36 +0200 | [diff] [blame] | 451 | /* Si4713 IO supply */ |
| 452 | REGULATOR_SUPPLY("vio", "2-0063"), |
Jarkko Nikula | 4cfcaef | 2010-05-10 14:29:19 -0700 | [diff] [blame] | 453 | }; |
| 454 | |
Roger Quadros | 0581b52 | 2010-05-12 11:48:47 +0300 | [diff] [blame] | 455 | static struct regulator_consumer_supply rx51_vaux1_consumers[] = { |
Jarkko Nikula | b5b9945 | 2010-12-21 17:25:34 +0000 | [diff] [blame] | 456 | REGULATOR_SUPPLY("vdds_sdi", "omapdss"), |
Jarkko Nikula | 589541c | 2011-02-21 08:42:36 +0200 | [diff] [blame] | 457 | /* Si4713 supply */ |
| 458 | REGULATOR_SUPPLY("vdd", "2-0063"), |
Roger Quadros | 0581b52 | 2010-05-12 11:48:47 +0300 | [diff] [blame] | 459 | }; |
| 460 | |
Jarkko Nikula | 31bbb4f | 2010-12-21 17:25:35 +0000 | [diff] [blame] | 461 | static struct regulator_consumer_supply rx51_vdac_supply[] = { |
Senthilvadivu Guruswamy | 30ea50c | 2011-01-24 06:22:01 +0000 | [diff] [blame] | 462 | REGULATOR_SUPPLY("vdda_dac", "omapdss_venc"), |
Jarkko Nikula | 31bbb4f | 2010-12-21 17:25:35 +0000 | [diff] [blame] | 463 | }; |
| 464 | |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 465 | static struct regulator_init_data rx51_vaux1 = { |
| 466 | .constraints = { |
| 467 | .name = "V28", |
| 468 | .min_uV = 2800000, |
| 469 | .max_uV = 2800000, |
Jarkko Nikula | 000d534 | 2010-08-02 13:18:02 +0300 | [diff] [blame] | 470 | .always_on = true, /* due battery cover sensor */ |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 471 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 472 | | REGULATOR_MODE_STANDBY, |
| 473 | .valid_ops_mask = REGULATOR_CHANGE_MODE |
| 474 | | REGULATOR_CHANGE_STATUS, |
| 475 | }, |
Roger Quadros | 0581b52 | 2010-05-12 11:48:47 +0300 | [diff] [blame] | 476 | .num_consumer_supplies = ARRAY_SIZE(rx51_vaux1_consumers), |
| 477 | .consumer_supplies = rx51_vaux1_consumers, |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 478 | }; |
| 479 | |
| 480 | static struct regulator_init_data rx51_vaux2 = { |
| 481 | .constraints = { |
| 482 | .name = "VCSI", |
| 483 | .min_uV = 1800000, |
| 484 | .max_uV = 1800000, |
| 485 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 486 | | REGULATOR_MODE_STANDBY, |
| 487 | .valid_ops_mask = REGULATOR_CHANGE_MODE |
| 488 | | REGULATOR_CHANGE_STATUS, |
| 489 | }, |
| 490 | }; |
| 491 | |
| 492 | /* VAUX3 - adds more power to VIO_18 rail */ |
Adrian Hunter | f52eeee | 2009-05-28 14:04:04 -0700 | [diff] [blame] | 493 | static struct regulator_init_data rx51_vaux3_cam = { |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 494 | .constraints = { |
| 495 | .name = "VCAM_DIG_18", |
| 496 | .min_uV = 1800000, |
| 497 | .max_uV = 1800000, |
| 498 | .apply_uV = true, |
| 499 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 500 | | REGULATOR_MODE_STANDBY, |
| 501 | .valid_ops_mask = REGULATOR_CHANGE_MODE |
| 502 | | REGULATOR_CHANGE_STATUS, |
| 503 | }, |
| 504 | }; |
| 505 | |
Adrian Hunter | f52eeee | 2009-05-28 14:04:04 -0700 | [diff] [blame] | 506 | static struct regulator_init_data rx51_vaux3_mmc = { |
| 507 | .constraints = { |
| 508 | .name = "VMMC2_30", |
| 509 | .min_uV = 2800000, |
| 510 | .max_uV = 3000000, |
| 511 | .apply_uV = true, |
| 512 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 513 | | REGULATOR_MODE_STANDBY, |
| 514 | .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE |
| 515 | | REGULATOR_CHANGE_MODE |
| 516 | | REGULATOR_CHANGE_STATUS, |
| 517 | }, |
Oleg Drokin | 786b01a | 2011-06-06 18:57:07 +0000 | [diff] [blame] | 518 | .num_consumer_supplies = ARRAY_SIZE(rx51_vaux3_supply), |
| 519 | .consumer_supplies = rx51_vaux3_supply, |
Adrian Hunter | f52eeee | 2009-05-28 14:04:04 -0700 | [diff] [blame] | 520 | }; |
| 521 | |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 522 | static struct regulator_init_data rx51_vaux4 = { |
| 523 | .constraints = { |
| 524 | .name = "VCAM_ANA_28", |
| 525 | .min_uV = 2800000, |
| 526 | .max_uV = 2800000, |
| 527 | .apply_uV = true, |
| 528 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 529 | | REGULATOR_MODE_STANDBY, |
| 530 | .valid_ops_mask = REGULATOR_CHANGE_MODE |
| 531 | | REGULATOR_CHANGE_STATUS, |
| 532 | }, |
| 533 | }; |
| 534 | |
| 535 | static struct regulator_init_data rx51_vmmc1 = { |
| 536 | .constraints = { |
| 537 | .min_uV = 1850000, |
| 538 | .max_uV = 3150000, |
| 539 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 540 | | REGULATOR_MODE_STANDBY, |
| 541 | .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE |
| 542 | | REGULATOR_CHANGE_MODE |
| 543 | | REGULATOR_CHANGE_STATUS, |
| 544 | }, |
Oleg Drokin | 786b01a | 2011-06-06 18:57:07 +0000 | [diff] [blame] | 545 | .num_consumer_supplies = ARRAY_SIZE(rx51_vmmc1_supply), |
| 546 | .consumer_supplies = rx51_vmmc1_supply, |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 547 | }; |
| 548 | |
| 549 | static struct regulator_init_data rx51_vmmc2 = { |
| 550 | .constraints = { |
Jarkko Nikula | f2add1d | 2010-05-10 14:29:18 -0700 | [diff] [blame] | 551 | .name = "V28_A", |
| 552 | .min_uV = 2800000, |
| 553 | .max_uV = 3000000, |
Jarkko Nikula | 2827411 | 2011-05-31 11:27:00 +0300 | [diff] [blame] | 554 | .always_on = true, /* due VIO leak to AIC34 VDDs */ |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 555 | .apply_uV = true, |
| 556 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 557 | | REGULATOR_MODE_STANDBY, |
| 558 | .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE |
| 559 | | REGULATOR_CHANGE_MODE |
| 560 | | REGULATOR_CHANGE_STATUS, |
| 561 | }, |
Jarkko Nikula | 4cfcaef | 2010-05-10 14:29:19 -0700 | [diff] [blame] | 562 | .num_consumer_supplies = ARRAY_SIZE(rx51_vmmc2_supplies), |
| 563 | .consumer_supplies = rx51_vmmc2_supplies, |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 564 | }; |
| 565 | |
| 566 | static struct regulator_init_data rx51_vsim = { |
| 567 | .constraints = { |
| 568 | .name = "VMMC2_IO_18", |
| 569 | .min_uV = 1800000, |
| 570 | .max_uV = 1800000, |
| 571 | .apply_uV = true, |
| 572 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 573 | | REGULATOR_MODE_STANDBY, |
| 574 | .valid_ops_mask = REGULATOR_CHANGE_MODE |
| 575 | | REGULATOR_CHANGE_STATUS, |
| 576 | }, |
Oleg Drokin | 786b01a | 2011-06-06 18:57:07 +0000 | [diff] [blame] | 577 | .num_consumer_supplies = ARRAY_SIZE(rx51_vsim_supply), |
| 578 | .consumer_supplies = rx51_vsim_supply, |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 579 | }; |
| 580 | |
| 581 | static struct regulator_init_data rx51_vdac = { |
| 582 | .constraints = { |
Jarkko Nikula | 31bbb4f | 2010-12-21 17:25:35 +0000 | [diff] [blame] | 583 | .name = "VDAC", |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 584 | .min_uV = 1800000, |
| 585 | .max_uV = 1800000, |
Jarkko Nikula | 31bbb4f | 2010-12-21 17:25:35 +0000 | [diff] [blame] | 586 | .apply_uV = true, |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 587 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 588 | | REGULATOR_MODE_STANDBY, |
Jarkko Nikula | 31bbb4f | 2010-12-21 17:25:35 +0000 | [diff] [blame] | 589 | .valid_ops_mask = REGULATOR_CHANGE_MODE |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 590 | | REGULATOR_CHANGE_STATUS, |
| 591 | }, |
Oleg Drokin | 786b01a | 2011-06-06 18:57:07 +0000 | [diff] [blame] | 592 | .num_consumer_supplies = ARRAY_SIZE(rx51_vdac_supply), |
Jarkko Nikula | 31bbb4f | 2010-12-21 17:25:35 +0000 | [diff] [blame] | 593 | .consumer_supplies = rx51_vdac_supply, |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 594 | }; |
| 595 | |
Jarkko Nikula | 4cfcaef | 2010-05-10 14:29:19 -0700 | [diff] [blame] | 596 | static struct regulator_init_data rx51_vio = { |
| 597 | .constraints = { |
| 598 | .min_uV = 1800000, |
| 599 | .max_uV = 1800000, |
| 600 | .valid_modes_mask = REGULATOR_MODE_NORMAL |
| 601 | | REGULATOR_MODE_STANDBY, |
| 602 | .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE |
| 603 | | REGULATOR_CHANGE_MODE |
| 604 | | REGULATOR_CHANGE_STATUS, |
| 605 | }, |
| 606 | .num_consumer_supplies = ARRAY_SIZE(rx51_vio_supplies), |
| 607 | .consumer_supplies = rx51_vio_supplies, |
| 608 | }; |
| 609 | |
Jarkko Nikula | 589541c | 2011-02-21 08:42:36 +0200 | [diff] [blame] | 610 | static struct si4713_platform_data rx51_si4713_i2c_data __initdata_or_module = { |
| 611 | .gpio_reset = RX51_FMTX_RESET_GPIO, |
| 612 | }; |
| 613 | |
| 614 | static struct i2c_board_info rx51_si4713_board_info __initdata_or_module = { |
| 615 | I2C_BOARD_INFO("si4713", SI4713_I2C_ADDR_BUSEN_HIGH), |
| 616 | .platform_data = &rx51_si4713_i2c_data, |
| 617 | }; |
| 618 | |
| 619 | static struct radio_si4713_platform_data rx51_si4713_data __initdata_or_module = { |
| 620 | .i2c_bus = 2, |
| 621 | .subdev_board_info = &rx51_si4713_board_info, |
| 622 | }; |
| 623 | |
| 624 | static struct platform_device rx51_si4713_dev __initdata_or_module = { |
| 625 | .name = "radio-si4713", |
| 626 | .id = -1, |
| 627 | .dev = { |
| 628 | .platform_data = &rx51_si4713_data, |
| 629 | }, |
| 630 | }; |
| 631 | |
| 632 | static __init void rx51_init_si4713(void) |
| 633 | { |
| 634 | int err; |
| 635 | |
| 636 | err = gpio_request_one(RX51_FMTX_IRQ, GPIOF_DIR_IN, "si4713 irq"); |
| 637 | if (err) { |
| 638 | printk(KERN_ERR "Cannot request si4713 irq gpio. %d\n", err); |
| 639 | return; |
| 640 | } |
| 641 | rx51_si4713_board_info.irq = gpio_to_irq(RX51_FMTX_IRQ); |
| 642 | platform_device_register(&rx51_si4713_dev); |
| 643 | } |
| 644 | |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 645 | static int rx51_twlgpio_setup(struct device *dev, unsigned gpio, unsigned n) |
| 646 | { |
| 647 | /* FIXME this gpio setup is just a placeholder for now */ |
Igor Grinberg | bc593f5 | 2011-05-03 18:22:09 +0300 | [diff] [blame] | 648 | gpio_request_one(gpio + 6, GPIOF_OUT_INIT_LOW, "backlight_pwm"); |
Jarkko Nikula | c0ad4fa | 2011-05-31 11:27:01 +0300 | [diff] [blame] | 649 | gpio_request_one(gpio + 7, GPIOF_OUT_INIT_LOW, "speaker_en"); |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 650 | |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 651 | return 0; |
| 652 | } |
| 653 | |
| 654 | static struct twl4030_gpio_platform_data rx51_gpio_data = { |
| 655 | .gpio_base = OMAP_MAX_GPIO_LINES, |
| 656 | .irq_base = TWL4030_GPIO_IRQ_BASE, |
| 657 | .irq_end = TWL4030_GPIO_IRQ_END, |
| 658 | .pulldowns = BIT(0) | BIT(1) | BIT(2) | BIT(3) |
| 659 | | BIT(4) | BIT(5) |
| 660 | | BIT(8) | BIT(9) | BIT(10) | BIT(11) |
| 661 | | BIT(12) | BIT(13) | BIT(14) | BIT(15) |
| 662 | | BIT(16) | BIT(17) , |
| 663 | .setup = rx51_twlgpio_setup, |
| 664 | }; |
| 665 | |
Roger Quadros | dfc27b3 | 2009-08-10 14:49:51 +0300 | [diff] [blame] | 666 | static struct twl4030_usb_data rx51_usb_data = { |
| 667 | .usb_mode = T2_USB_MODE_ULPI, |
| 668 | }; |
| 669 | |
Amit Kucheria | 9312fff | 2009-08-27 20:27:57 +0200 | [diff] [blame] | 670 | static struct twl4030_ins sleep_on_seq[] __initdata = { |
| 671 | /* |
Amit Kucheria | 3c684e84 | 2009-10-19 15:11:08 +0300 | [diff] [blame] | 672 | * Turn off everything |
Amit Kucheria | 9312fff | 2009-08-27 20:27:57 +0200 | [diff] [blame] | 673 | */ |
Amit Kucheria | 3c684e84 | 2009-10-19 15:11:08 +0300 | [diff] [blame] | 674 | {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_SLEEP), 2}, |
Amit Kucheria | 9312fff | 2009-08-27 20:27:57 +0200 | [diff] [blame] | 675 | }; |
| 676 | |
| 677 | static struct twl4030_script sleep_on_script __initdata = { |
| 678 | .script = sleep_on_seq, |
| 679 | .size = ARRAY_SIZE(sleep_on_seq), |
| 680 | .flags = TWL4030_SLEEP_SCRIPT, |
| 681 | }; |
| 682 | |
| 683 | static struct twl4030_ins wakeup_seq[] __initdata = { |
| 684 | /* |
Amit Kucheria | 3c684e84 | 2009-10-19 15:11:08 +0300 | [diff] [blame] | 685 | * Reenable everything |
Amit Kucheria | 9312fff | 2009-08-27 20:27:57 +0200 | [diff] [blame] | 686 | */ |
Amit Kucheria | 3c684e84 | 2009-10-19 15:11:08 +0300 | [diff] [blame] | 687 | {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_ACTIVE), 2}, |
Amit Kucheria | 9312fff | 2009-08-27 20:27:57 +0200 | [diff] [blame] | 688 | }; |
| 689 | |
| 690 | static struct twl4030_script wakeup_script __initdata = { |
| 691 | .script = wakeup_seq, |
| 692 | .size = ARRAY_SIZE(wakeup_seq), |
| 693 | .flags = TWL4030_WAKEUP12_SCRIPT, |
| 694 | }; |
| 695 | |
| 696 | static struct twl4030_ins wakeup_p3_seq[] __initdata = { |
| 697 | /* |
Amit Kucheria | 3c684e84 | 2009-10-19 15:11:08 +0300 | [diff] [blame] | 698 | * Reenable everything |
Amit Kucheria | 9312fff | 2009-08-27 20:27:57 +0200 | [diff] [blame] | 699 | */ |
Amit Kucheria | 3c684e84 | 2009-10-19 15:11:08 +0300 | [diff] [blame] | 700 | {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 1, 0, RES_STATE_ACTIVE), 2}, |
Amit Kucheria | 9312fff | 2009-08-27 20:27:57 +0200 | [diff] [blame] | 701 | }; |
| 702 | |
| 703 | static struct twl4030_script wakeup_p3_script __initdata = { |
| 704 | .script = wakeup_p3_seq, |
| 705 | .size = ARRAY_SIZE(wakeup_p3_seq), |
| 706 | .flags = TWL4030_WAKEUP3_SCRIPT, |
| 707 | }; |
| 708 | |
| 709 | static struct twl4030_ins wrst_seq[] __initdata = { |
| 710 | /* |
| 711 | * Reset twl4030. |
| 712 | * Reset VDD1 regulator. |
| 713 | * Reset VDD2 regulator. |
| 714 | * Reset VPLL1 regulator. |
| 715 | * Enable sysclk output. |
| 716 | * Reenable twl4030. |
| 717 | */ |
| 718 | {MSG_SINGULAR(DEV_GRP_NULL, RES_RESET, RES_STATE_OFF), 2}, |
| 719 | {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_ALL, 0, 1, RES_STATE_ACTIVE), |
| 720 | 0x13}, |
Amit Kucheria | 9312fff | 2009-08-27 20:27:57 +0200 | [diff] [blame] | 721 | {MSG_BROADCAST(DEV_GRP_NULL, RES_GRP_PP, 0, 3, RES_STATE_OFF), 0x13}, |
| 722 | {MSG_SINGULAR(DEV_GRP_NULL, RES_VDD1, RES_STATE_WRST), 0x13}, |
| 723 | {MSG_SINGULAR(DEV_GRP_NULL, RES_VDD2, RES_STATE_WRST), 0x13}, |
| 724 | {MSG_SINGULAR(DEV_GRP_NULL, RES_VPLL1, RES_STATE_WRST), 0x35}, |
Amit Kucheria | 3c684e84 | 2009-10-19 15:11:08 +0300 | [diff] [blame] | 725 | {MSG_SINGULAR(DEV_GRP_P3, RES_HFCLKOUT, RES_STATE_ACTIVE), 2}, |
Amit Kucheria | 9312fff | 2009-08-27 20:27:57 +0200 | [diff] [blame] | 726 | {MSG_SINGULAR(DEV_GRP_NULL, RES_RESET, RES_STATE_ACTIVE), 2}, |
| 727 | }; |
| 728 | |
| 729 | static struct twl4030_script wrst_script __initdata = { |
| 730 | .script = wrst_seq, |
| 731 | .size = ARRAY_SIZE(wrst_seq), |
| 732 | .flags = TWL4030_WRST_SCRIPT, |
| 733 | }; |
| 734 | |
| 735 | static struct twl4030_script *twl4030_scripts[] __initdata = { |
| 736 | /* wakeup12 script should be loaded before sleep script, otherwise a |
| 737 | board might hit retention before loading of wakeup script is |
| 738 | completed. This can cause boot failures depending on timing issues. |
| 739 | */ |
| 740 | &wakeup_script, |
| 741 | &sleep_on_script, |
| 742 | &wakeup_p3_script, |
| 743 | &wrst_script, |
| 744 | }; |
| 745 | |
| 746 | static struct twl4030_resconfig twl4030_rconfig[] __initdata = { |
Amit Kucheria | 3c684e84 | 2009-10-19 15:11:08 +0300 | [diff] [blame] | 747 | { .resource = RES_VDD1, .devgroup = -1, |
| 748 | .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF, |
| 749 | .remap_sleep = RES_STATE_OFF |
| 750 | }, |
| 751 | { .resource = RES_VDD2, .devgroup = -1, |
| 752 | .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF, |
| 753 | .remap_sleep = RES_STATE_OFF |
| 754 | }, |
| 755 | { .resource = RES_VPLL1, .devgroup = -1, |
| 756 | .type = 1, .type2 = -1, .remap_off = RES_STATE_OFF, |
| 757 | .remap_sleep = RES_STATE_OFF |
| 758 | }, |
| 759 | { .resource = RES_VPLL2, .devgroup = -1, |
| 760 | .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1 |
| 761 | }, |
| 762 | { .resource = RES_VAUX1, .devgroup = -1, |
| 763 | .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1 |
| 764 | }, |
| 765 | { .resource = RES_VAUX2, .devgroup = -1, |
| 766 | .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1 |
| 767 | }, |
| 768 | { .resource = RES_VAUX3, .devgroup = -1, |
| 769 | .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1 |
| 770 | }, |
| 771 | { .resource = RES_VAUX4, .devgroup = -1, |
| 772 | .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1 |
| 773 | }, |
| 774 | { .resource = RES_VMMC1, .devgroup = -1, |
| 775 | .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1 |
| 776 | }, |
| 777 | { .resource = RES_VMMC2, .devgroup = -1, |
| 778 | .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1 |
| 779 | }, |
| 780 | { .resource = RES_VDAC, .devgroup = -1, |
| 781 | .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1 |
| 782 | }, |
| 783 | { .resource = RES_VSIM, .devgroup = -1, |
| 784 | .type = -1, .type2 = 3, .remap_off = -1, .remap_sleep = -1 |
| 785 | }, |
| 786 | { .resource = RES_VINTANA1, .devgroup = DEV_GRP_P1 | DEV_GRP_P3, |
| 787 | .type = -1, .type2 = -1, .remap_off = -1, .remap_sleep = -1 |
| 788 | }, |
| 789 | { .resource = RES_VINTANA2, .devgroup = DEV_GRP_P1 | DEV_GRP_P3, |
| 790 | .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1 |
| 791 | }, |
| 792 | { .resource = RES_VINTDIG, .devgroup = DEV_GRP_P1 | DEV_GRP_P3, |
| 793 | .type = -1, .type2 = -1, .remap_off = -1, .remap_sleep = -1 |
| 794 | }, |
| 795 | { .resource = RES_VIO, .devgroup = DEV_GRP_P3, |
| 796 | .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1 |
| 797 | }, |
| 798 | { .resource = RES_CLKEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3, |
| 799 | .type = 1, .type2 = -1 , .remap_off = -1, .remap_sleep = -1 |
| 800 | }, |
| 801 | { .resource = RES_REGEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3, |
| 802 | .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1 |
| 803 | }, |
| 804 | { .resource = RES_NRES_PWRON, .devgroup = DEV_GRP_P1 | DEV_GRP_P3, |
| 805 | .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1 |
| 806 | }, |
| 807 | { .resource = RES_SYSEN, .devgroup = DEV_GRP_P1 | DEV_GRP_P3, |
| 808 | .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1 |
| 809 | }, |
| 810 | { .resource = RES_HFCLKOUT, .devgroup = DEV_GRP_P3, |
| 811 | .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1 |
| 812 | }, |
| 813 | { .resource = RES_32KCLKOUT, .devgroup = -1, |
| 814 | .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1 |
| 815 | }, |
| 816 | { .resource = RES_RESET, .devgroup = -1, |
| 817 | .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1 |
| 818 | }, |
Lesly A M | d7ac829 | 2011-04-14 17:57:51 +0530 | [diff] [blame] | 819 | { .resource = RES_MAIN_REF, .devgroup = -1, |
Amit Kucheria | 3c684e84 | 2009-10-19 15:11:08 +0300 | [diff] [blame] | 820 | .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1 |
| 821 | }, |
Amit Kucheria | 9312fff | 2009-08-27 20:27:57 +0200 | [diff] [blame] | 822 | { 0, 0}, |
| 823 | }; |
| 824 | |
| 825 | static struct twl4030_power_data rx51_t2scripts_data __initdata = { |
| 826 | .scripts = twl4030_scripts, |
| 827 | .num = ARRAY_SIZE(twl4030_scripts), |
| 828 | .resource_config = twl4030_rconfig, |
| 829 | }; |
| 830 | |
Ilkka Koskinen | b7a834c | 2011-02-25 08:46:23 +0000 | [diff] [blame] | 831 | struct twl4030_codec_vibra_data rx51_vibra_data __initdata = { |
| 832 | .coexist = 0, |
| 833 | }; |
| 834 | |
| 835 | struct twl4030_codec_data rx51_codec_data __initdata = { |
| 836 | .audio_mclk = 26000000, |
| 837 | .vibra = &rx51_vibra_data, |
| 838 | }; |
Amit Kucheria | 9312fff | 2009-08-27 20:27:57 +0200 | [diff] [blame] | 839 | |
Amit Kucheria | 9312fff | 2009-08-27 20:27:57 +0200 | [diff] [blame] | 840 | static struct twl4030_platform_data rx51_twldata __initdata = { |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 841 | .irq_base = TWL4030_IRQ_BASE, |
| 842 | .irq_end = TWL4030_IRQ_END, |
| 843 | |
| 844 | /* platform_data for children goes here */ |
| 845 | .gpio = &rx51_gpio_data, |
| 846 | .keypad = &rx51_kp_data, |
| 847 | .madc = &rx51_madc_data, |
Roger Quadros | dfc27b3 | 2009-08-10 14:49:51 +0300 | [diff] [blame] | 848 | .usb = &rx51_usb_data, |
Amit Kucheria | 9312fff | 2009-08-27 20:27:57 +0200 | [diff] [blame] | 849 | .power = &rx51_t2scripts_data, |
Ilkka Koskinen | b7a834c | 2011-02-25 08:46:23 +0000 | [diff] [blame] | 850 | .codec = &rx51_codec_data, |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 851 | |
| 852 | .vaux1 = &rx51_vaux1, |
| 853 | .vaux2 = &rx51_vaux2, |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 854 | .vaux4 = &rx51_vaux4, |
| 855 | .vmmc1 = &rx51_vmmc1, |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 856 | .vsim = &rx51_vsim, |
| 857 | .vdac = &rx51_vdac, |
Jarkko Nikula | 4cfcaef | 2010-05-10 14:29:19 -0700 | [diff] [blame] | 858 | .vio = &rx51_vio, |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 859 | }; |
| 860 | |
Jarkko Nikula | f0c61d3 | 2010-12-18 18:17:10 +0000 | [diff] [blame] | 861 | static struct tpa6130a2_platform_data rx51_tpa6130a2_data __initdata_or_module = { |
Jarkko Nikula | 64d0669 | 2010-08-02 13:18:03 +0300 | [diff] [blame] | 862 | .id = TPA6130A2, |
| 863 | .power_gpio = 98, |
| 864 | }; |
| 865 | |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 866 | /* Audio setup data */ |
| 867 | static struct aic3x_setup_data rx51_aic34_setup = { |
| 868 | .gpio_func[0] = AIC3X_GPIO1_FUNC_DISABLED, |
| 869 | .gpio_func[1] = AIC3X_GPIO2_FUNC_DIGITAL_MIC_INPUT, |
| 870 | }; |
| 871 | |
Mark Brown | e4862f2 | 2010-08-16 18:42:58 +0100 | [diff] [blame] | 872 | static struct aic3x_pdata rx51_aic3x_data = { |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 873 | .setup = &rx51_aic34_setup, |
| 874 | .gpio_reset = 60, |
| 875 | }; |
| 876 | |
Jarkko Nikula | caeeb4a | 2010-12-20 18:48:16 -0800 | [diff] [blame] | 877 | static struct aic3x_pdata rx51_aic3x_data2 = { |
| 878 | .gpio_reset = 60, |
| 879 | }; |
| 880 | |
Jarkko Nikula | dabe929 | 2010-05-10 14:29:18 -0700 | [diff] [blame] | 881 | static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_2[] = { |
| 882 | { |
| 883 | I2C_BOARD_INFO("tlv320aic3x", 0x18), |
Jarkko Nikula | 87581fd | 2010-08-02 13:18:02 +0300 | [diff] [blame] | 884 | .platform_data = &rx51_aic3x_data, |
Jarkko Nikula | dabe929 | 2010-05-10 14:29:18 -0700 | [diff] [blame] | 885 | }, |
Jarkko Nikula | caeeb4a | 2010-12-20 18:48:16 -0800 | [diff] [blame] | 886 | { |
| 887 | I2C_BOARD_INFO("tlv320aic3x", 0x19), |
| 888 | .platform_data = &rx51_aic3x_data2, |
| 889 | }, |
Mathias Nyman | 70b5d73 | 2010-08-02 13:18:03 +0300 | [diff] [blame] | 890 | #if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE) |
| 891 | { |
| 892 | I2C_BOARD_INFO("tsl2563", 0x29), |
| 893 | .platform_data = &rx51_tsl2563_platform_data, |
| 894 | }, |
| 895 | #endif |
Ameya Palande | eeada9e | 2011-07-05 03:38:22 -0700 | [diff] [blame^] | 896 | #if defined(CONFIG_LEDS_LP5523) || defined(CONFIG_LEDS_LP5523_MODULE) |
| 897 | { |
| 898 | I2C_BOARD_INFO("lp5523", 0x32), |
| 899 | .platform_data = &rx51_lp5523_platform_data, |
| 900 | }, |
| 901 | #endif |
Jarkko Nikula | 64d0669 | 2010-08-02 13:18:03 +0300 | [diff] [blame] | 902 | { |
| 903 | I2C_BOARD_INFO("tpa6130a2", 0x60), |
| 904 | .platform_data = &rx51_tpa6130a2_data, |
| 905 | } |
Jarkko Nikula | dabe929 | 2010-05-10 14:29:18 -0700 | [diff] [blame] | 906 | }; |
| 907 | |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 908 | static int __init rx51_i2c_init(void) |
| 909 | { |
Adrian Hunter | f52eeee | 2009-05-28 14:04:04 -0700 | [diff] [blame] | 910 | if ((system_rev >= SYSTEM_REV_S_USES_VAUX3 && system_rev < 0x100) || |
Jarkko Nikula | 4cfcaef | 2010-05-10 14:29:19 -0700 | [diff] [blame] | 911 | system_rev >= SYSTEM_REV_B_USES_VAUX3) { |
Adrian Hunter | f52eeee | 2009-05-28 14:04:04 -0700 | [diff] [blame] | 912 | rx51_twldata.vaux3 = &rx51_vaux3_mmc; |
Jarkko Nikula | 4cfcaef | 2010-05-10 14:29:19 -0700 | [diff] [blame] | 913 | /* Only older boards use VMMC2 for internal MMC */ |
| 914 | rx51_vmmc2.num_consumer_supplies--; |
| 915 | } else { |
Adrian Hunter | f52eeee | 2009-05-28 14:04:04 -0700 | [diff] [blame] | 916 | rx51_twldata.vaux3 = &rx51_vaux3_cam; |
Adrian Hunter | f52eeee | 2009-05-28 14:04:04 -0700 | [diff] [blame] | 917 | } |
Jarkko Nikula | 4cfcaef | 2010-05-10 14:29:19 -0700 | [diff] [blame] | 918 | rx51_twldata.vmmc2 = &rx51_vmmc2; |
Mike Rapoport | fbd8071 | 2011-04-25 01:09:06 +0300 | [diff] [blame] | 919 | omap_pmic_init(1, 2200, "twl5030", INT_34XX_SYS_NIRQ, &rx51_twldata); |
Jarkko Nikula | dabe929 | 2010-05-10 14:29:18 -0700 | [diff] [blame] | 920 | omap_register_i2c_bus(2, 100, rx51_peripherals_i2c_board_info_2, |
| 921 | ARRAY_SIZE(rx51_peripherals_i2c_board_info_2)); |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 922 | omap_register_i2c_bus(3, 400, NULL, 0); |
| 923 | return 0; |
| 924 | } |
| 925 | |
Juha Yrjola | aa62e90 | 2009-05-28 13:23:52 -0700 | [diff] [blame] | 926 | #if defined(CONFIG_MTD_ONENAND_OMAP2) || \ |
| 927 | defined(CONFIG_MTD_ONENAND_OMAP2_MODULE) |
| 928 | |
| 929 | static struct mtd_partition onenand_partitions[] = { |
| 930 | { |
| 931 | .name = "bootloader", |
| 932 | .offset = 0, |
| 933 | .size = 0x20000, |
| 934 | .mask_flags = MTD_WRITEABLE, /* Force read-only */ |
| 935 | }, |
| 936 | { |
| 937 | .name = "config", |
| 938 | .offset = MTDPART_OFS_APPEND, |
| 939 | .size = 0x60000, |
| 940 | }, |
| 941 | { |
| 942 | .name = "log", |
| 943 | .offset = MTDPART_OFS_APPEND, |
| 944 | .size = 0x40000, |
| 945 | }, |
| 946 | { |
| 947 | .name = "kernel", |
| 948 | .offset = MTDPART_OFS_APPEND, |
| 949 | .size = 0x200000, |
| 950 | }, |
| 951 | { |
| 952 | .name = "initfs", |
| 953 | .offset = MTDPART_OFS_APPEND, |
| 954 | .size = 0x200000, |
| 955 | }, |
| 956 | { |
| 957 | .name = "rootfs", |
| 958 | .offset = MTDPART_OFS_APPEND, |
| 959 | .size = MTDPART_SIZ_FULL, |
| 960 | }, |
| 961 | }; |
| 962 | |
Aaro Koskinen | 5403187 | 2010-12-02 15:51:24 +0000 | [diff] [blame] | 963 | static struct omap_onenand_platform_data board_onenand_data[] = { |
| 964 | { |
| 965 | .cs = 0, |
| 966 | .gpio_irq = 65, |
| 967 | .parts = onenand_partitions, |
| 968 | .nr_parts = ARRAY_SIZE(onenand_partitions), |
| 969 | .flags = ONENAND_SYNC_READWRITE, |
| 970 | } |
Juha Yrjola | aa62e90 | 2009-05-28 13:23:52 -0700 | [diff] [blame] | 971 | }; |
Juha Yrjola | aa62e90 | 2009-05-28 13:23:52 -0700 | [diff] [blame] | 972 | #endif |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 973 | |
Tony Lindgren | 1a48e15 | 2009-05-28 13:23:52 -0700 | [diff] [blame] | 974 | #if defined(CONFIG_SMC91X) || defined(CONFIG_SMC91X_MODULE) |
| 975 | |
| 976 | static struct omap_smc91x_platform_data board_smc91x_data = { |
| 977 | .cs = 1, |
| 978 | .gpio_irq = 54, |
| 979 | .gpio_pwrdwn = 86, |
| 980 | .gpio_reset = 164, |
| 981 | .flags = GPMC_TIMINGS_SMC91C96 | IORESOURCE_IRQ_HIGHLEVEL, |
| 982 | }; |
| 983 | |
| 984 | static void __init board_smc91x_init(void) |
| 985 | { |
Tony Lindgren | 4896e39 | 2009-12-11 16:16:32 -0800 | [diff] [blame] | 986 | omap_mux_init_gpio(54, OMAP_PIN_INPUT_PULLDOWN); |
| 987 | omap_mux_init_gpio(86, OMAP_PIN_OUTPUT); |
| 988 | omap_mux_init_gpio(164, OMAP_PIN_OUTPUT); |
Tony Lindgren | 1a48e15 | 2009-05-28 13:23:52 -0700 | [diff] [blame] | 989 | |
| 990 | gpmc_smc91x_init(&board_smc91x_data); |
| 991 | } |
| 992 | |
| 993 | #else |
| 994 | |
| 995 | static inline void board_smc91x_init(void) |
| 996 | { |
| 997 | } |
| 998 | |
| 999 | #endif |
| 1000 | |
Kalle Valo | a24e61a | 2009-11-18 18:41:06 -0800 | [diff] [blame] | 1001 | static void rx51_wl1251_set_power(bool enable) |
| 1002 | { |
| 1003 | gpio_set_value(RX51_WL1251_POWER_GPIO, enable); |
| 1004 | } |
| 1005 | |
Igor Grinberg | bc593f5 | 2011-05-03 18:22:09 +0300 | [diff] [blame] | 1006 | static struct gpio rx51_wl1251_gpios[] __initdata = { |
| 1007 | { RX51_WL1251_POWER_GPIO, GPIOF_OUT_INIT_LOW, "wl1251 power" }, |
| 1008 | { RX51_WL1251_IRQ_GPIO, GPIOF_IN, "wl1251 irq" }, |
| 1009 | }; |
| 1010 | |
Kalle Valo | a24e61a | 2009-11-18 18:41:06 -0800 | [diff] [blame] | 1011 | static void __init rx51_init_wl1251(void) |
| 1012 | { |
| 1013 | int irq, ret; |
| 1014 | |
Igor Grinberg | bc593f5 | 2011-05-03 18:22:09 +0300 | [diff] [blame] | 1015 | ret = gpio_request_array(rx51_wl1251_gpios, |
| 1016 | ARRAY_SIZE(rx51_wl1251_gpios)); |
Kalle Valo | a24e61a | 2009-11-18 18:41:06 -0800 | [diff] [blame] | 1017 | if (ret < 0) |
| 1018 | goto error; |
| 1019 | |
Kalle Valo | a24e61a | 2009-11-18 18:41:06 -0800 | [diff] [blame] | 1020 | irq = gpio_to_irq(RX51_WL1251_IRQ_GPIO); |
| 1021 | if (irq < 0) |
| 1022 | goto err_irq; |
| 1023 | |
| 1024 | wl1251_pdata.set_power = rx51_wl1251_set_power; |
| 1025 | rx51_peripherals_spi_board_info[RX51_SPI_WL1251].irq = irq; |
| 1026 | |
| 1027 | return; |
| 1028 | |
| 1029 | err_irq: |
| 1030 | gpio_free(RX51_WL1251_IRQ_GPIO); |
Kalle Valo | a24e61a | 2009-11-18 18:41:06 -0800 | [diff] [blame] | 1031 | gpio_free(RX51_WL1251_POWER_GPIO); |
Kalle Valo | a24e61a | 2009-11-18 18:41:06 -0800 | [diff] [blame] | 1032 | error: |
| 1033 | printk(KERN_ERR "wl1251 board initialisation failed\n"); |
| 1034 | wl1251_pdata.set_power = NULL; |
| 1035 | |
| 1036 | /* |
| 1037 | * Now rx51_peripherals_spi_board_info[1].irq is zero and |
| 1038 | * set_power is null, and wl1251_probe() will fail. |
| 1039 | */ |
| 1040 | } |
| 1041 | |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 1042 | void __init rx51_peripherals_init(void) |
| 1043 | { |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 1044 | rx51_i2c_init(); |
Aaro Koskinen | 5403187 | 2010-12-02 15:51:24 +0000 | [diff] [blame] | 1045 | gpmc_onenand_init(board_onenand_data); |
Tony Lindgren | 1a48e15 | 2009-05-28 13:23:52 -0700 | [diff] [blame] | 1046 | board_smc91x_init(); |
Jani Nikula | f014ee3 | 2009-11-05 22:59:47 -0800 | [diff] [blame] | 1047 | rx51_add_gpio_keys(); |
Kalle Valo | a24e61a | 2009-11-18 18:41:06 -0800 | [diff] [blame] | 1048 | rx51_init_wl1251(); |
Jarkko Nikula | 589541c | 2011-02-21 08:42:36 +0200 | [diff] [blame] | 1049 | rx51_init_si4713(); |
Kalle Valo | a24e61a | 2009-11-18 18:41:06 -0800 | [diff] [blame] | 1050 | spi_register_board_info(rx51_peripherals_spi_board_info, |
| 1051 | ARRAY_SIZE(rx51_peripherals_spi_board_info)); |
Benoit Cousson | 112485e | 2010-08-16 10:55:35 +0200 | [diff] [blame] | 1052 | |
| 1053 | partition = omap_mux_get("core"); |
| 1054 | if (partition) |
| 1055 | omap2_hsmmc_init(mmc); |
| 1056 | |
Kalle Jokiniemi | 10299e2 | 2011-03-29 16:28:00 +0300 | [diff] [blame] | 1057 | rx51_charger_init(); |
Lauri Leukkunen | ffe7f95 | 2009-03-23 18:38:17 -0700 | [diff] [blame] | 1058 | } |
| 1059 | |