2 * linux/arch/arm/mach-omap2/board-rx51-peripherals.c
4 * Copyright (C) 2008-2009 Nokia
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.
11 #include <linux/kernel.h>
12 #include <linux/init.h>
13 #include <linux/platform_device.h>
14 #include <linux/input.h>
15 #include <linux/input/matrix_keypad.h>
16 #include <linux/spi/spi.h>
17 #include <linux/wl12xx.h>
18 #include <linux/i2c.h>
19 #include <linux/i2c/twl.h>
20 #include <linux/clk.h>
21 #include <linux/delay.h>
22 #include <linux/regulator/machine.h>
23 #include <linux/gpio.h>
24 #include <linux/gpio_keys.h>
25 #include <linux/mmc/host.h>
27 #include <plat/mcspi.h>
28 #include <plat/board.h>
29 #include <plat/common.h>
31 #include <plat/gpmc.h>
32 #include <plat/onenand.h>
33 #include <plat/gpmc-smc91x.h>
35 #include <mach/board-rx51.h>
37 #include <sound/tlv320aic3x.h>
38 #include <sound/tpa6130a2-plat.h>
40 #include <../drivers/staging/iio/light/tsl2563.h>
45 #define SYSTEM_REV_B_USES_VAUX3 0x1699
46 #define SYSTEM_REV_S_USES_VAUX3 0x8
48 #define RX51_WL1251_POWER_GPIO 87
49 #define RX51_WL1251_IRQ_GPIO 42
51 /* list all spi devices here */
54 RX51_SPI_MIPID
, /* LCD panel */
55 RX51_SPI_TSC2005
, /* Touch Controller */
58 static struct wl12xx_platform_data wl1251_pdata
;
60 #if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE)
61 static struct tsl2563_platform_data rx51_tsl2563_platform_data
= {
62 .cover_comp_gain
= 16,
66 static struct omap2_mcspi_device_config wl1251_mcspi_config
= {
71 static struct omap2_mcspi_device_config mipid_mcspi_config
= {
76 static struct omap2_mcspi_device_config tsc2005_mcspi_config
= {
81 static struct spi_board_info rx51_peripherals_spi_board_info
[] __initdata
= {
86 .max_speed_hz
= 48000000,
88 .controller_data
= &wl1251_mcspi_config
,
89 .platform_data
= &wl1251_pdata
,
92 .modalias
= "acx565akm",
95 .max_speed_hz
= 6000000,
96 .controller_data
= &mipid_mcspi_config
,
98 [RX51_SPI_TSC2005
] = {
99 .modalias
= "tsc2005",
102 /* .irq = OMAP_GPIO_IRQ(RX51_TSC2005_IRQ_GPIO),*/
103 .max_speed_hz
= 6000000,
104 .controller_data
= &tsc2005_mcspi_config
,
105 /* .platform_data = &tsc2005_config,*/
109 static struct platform_device rx51_charger_device
= {
110 .name
= "isp1704_charger",
113 #if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE)
115 #define RX51_GPIO_CAMERA_LENS_COVER 110
116 #define RX51_GPIO_CAMERA_FOCUS 68
117 #define RX51_GPIO_CAMERA_CAPTURE 69
118 #define RX51_GPIO_KEYPAD_SLIDE 71
119 #define RX51_GPIO_LOCK_BUTTON 113
120 #define RX51_GPIO_PROXIMITY 89
122 #define RX51_GPIO_DEBOUNCE_TIMEOUT 10
124 static struct gpio_keys_button rx51_gpio_keys
[] = {
126 .desc
= "Camera Lens Cover",
128 .code
= SW_CAMERA_LENS_COVER
,
129 .gpio
= RX51_GPIO_CAMERA_LENS_COVER
,
131 .debounce_interval
= RX51_GPIO_DEBOUNCE_TIMEOUT
,
133 .desc
= "Camera Focus",
135 .code
= KEY_CAMERA_FOCUS
,
136 .gpio
= RX51_GPIO_CAMERA_FOCUS
,
138 .debounce_interval
= RX51_GPIO_DEBOUNCE_TIMEOUT
,
140 .desc
= "Camera Capture",
143 .gpio
= RX51_GPIO_CAMERA_CAPTURE
,
145 .debounce_interval
= RX51_GPIO_DEBOUNCE_TIMEOUT
,
147 .desc
= "Lock Button",
149 .code
= KEY_SCREENLOCK
,
150 .gpio
= RX51_GPIO_LOCK_BUTTON
,
152 .debounce_interval
= RX51_GPIO_DEBOUNCE_TIMEOUT
,
154 .desc
= "Keypad Slide",
156 .code
= SW_KEYPAD_SLIDE
,
157 .gpio
= RX51_GPIO_KEYPAD_SLIDE
,
159 .debounce_interval
= RX51_GPIO_DEBOUNCE_TIMEOUT
,
161 .desc
= "Proximity Sensor",
163 .code
= SW_FRONT_PROXIMITY
,
164 .gpio
= RX51_GPIO_PROXIMITY
,
166 .debounce_interval
= RX51_GPIO_DEBOUNCE_TIMEOUT
,
170 static struct gpio_keys_platform_data rx51_gpio_keys_data
= {
171 .buttons
= rx51_gpio_keys
,
172 .nbuttons
= ARRAY_SIZE(rx51_gpio_keys
),
175 static struct platform_device rx51_gpio_keys_device
= {
179 .platform_data
= &rx51_gpio_keys_data
,
183 static void __init
rx51_add_gpio_keys(void)
185 platform_device_register(&rx51_gpio_keys_device
);
188 static void __init
rx51_add_gpio_keys(void)
191 #endif /* CONFIG_KEYBOARD_GPIO || CONFIG_KEYBOARD_GPIO_MODULE */
193 static uint32_t board_keymap
[] = {
195 * Note that KEY(x, 8, KEY_XXX) entries represent "entrire row
196 * connected to the ground" matrix state.
201 KEY(0, 3, KEY_COMMA
),
202 KEY(0, 4, KEY_BACKSPACE
),
218 KEY(2, 3, KEY_ENTER
),
229 KEY(3, 5, KEY_SPACE
),
230 KEY(3, 6, KEY_SPACE
),
235 KEY(4, 2, KEY_RIGHT
),
236 KEY(4, 4, KEY_LEFTCTRL
),
237 KEY(4, 5, KEY_RIGHTALT
),
238 KEY(4, 6, KEY_LEFTSHIFT
),
251 static struct matrix_keymap_data board_map_data
= {
252 .keymap
= board_keymap
,
253 .keymap_size
= ARRAY_SIZE(board_keymap
),
256 static struct twl4030_keypad_data rx51_kp_data
= {
257 .keymap_data
= &board_map_data
,
263 static struct twl4030_madc_platform_data rx51_madc_data
= {
267 /* Enable input logic and pull all lines up when eMMC is on. */
268 static struct omap_board_mux rx51_mmc2_on_mux
[] = {
269 OMAP3_MUX(SDMMC2_CMD
, OMAP_PIN_INPUT_PULLUP
| OMAP_MUX_MODE0
),
270 OMAP3_MUX(SDMMC2_DAT0
, OMAP_PIN_INPUT_PULLUP
| OMAP_MUX_MODE0
),
271 OMAP3_MUX(SDMMC2_DAT1
, OMAP_PIN_INPUT_PULLUP
| OMAP_MUX_MODE0
),
272 OMAP3_MUX(SDMMC2_DAT2
, OMAP_PIN_INPUT_PULLUP
| OMAP_MUX_MODE0
),
273 OMAP3_MUX(SDMMC2_DAT3
, OMAP_PIN_INPUT_PULLUP
| OMAP_MUX_MODE0
),
274 OMAP3_MUX(SDMMC2_DAT4
, OMAP_PIN_INPUT_PULLUP
| OMAP_MUX_MODE0
),
275 OMAP3_MUX(SDMMC2_DAT5
, OMAP_PIN_INPUT_PULLUP
| OMAP_MUX_MODE0
),
276 OMAP3_MUX(SDMMC2_DAT6
, OMAP_PIN_INPUT_PULLUP
| OMAP_MUX_MODE0
),
277 OMAP3_MUX(SDMMC2_DAT7
, OMAP_PIN_INPUT_PULLUP
| OMAP_MUX_MODE0
),
278 { .reg_offset
= OMAP_MUX_TERMINATOR
},
281 /* Disable input logic and pull all lines down when eMMC is off. */
282 static struct omap_board_mux rx51_mmc2_off_mux
[] = {
283 OMAP3_MUX(SDMMC2_CMD
, OMAP_PULL_ENA
| OMAP_MUX_MODE0
),
284 OMAP3_MUX(SDMMC2_DAT0
, OMAP_PULL_ENA
| OMAP_MUX_MODE0
),
285 OMAP3_MUX(SDMMC2_DAT1
, OMAP_PULL_ENA
| OMAP_MUX_MODE0
),
286 OMAP3_MUX(SDMMC2_DAT2
, OMAP_PULL_ENA
| OMAP_MUX_MODE0
),
287 OMAP3_MUX(SDMMC2_DAT3
, OMAP_PULL_ENA
| OMAP_MUX_MODE0
),
288 OMAP3_MUX(SDMMC2_DAT4
, OMAP_PULL_ENA
| OMAP_MUX_MODE0
),
289 OMAP3_MUX(SDMMC2_DAT5
, OMAP_PULL_ENA
| OMAP_MUX_MODE0
),
290 OMAP3_MUX(SDMMC2_DAT6
, OMAP_PULL_ENA
| OMAP_MUX_MODE0
),
291 OMAP3_MUX(SDMMC2_DAT7
, OMAP_PULL_ENA
| OMAP_MUX_MODE0
),
292 { .reg_offset
= OMAP_MUX_TERMINATOR
},
295 static struct omap_mux_partition
*partition
;
298 * Current flows to eMMC when eMMC is off and the data lines are pulled up,
299 * so pull them down. N.B. we pull 8 lines because we are using 8 lines.
301 static void rx51_mmc2_remux(struct device
*dev
, int slot
, int power_on
)
304 omap_mux_write_array(partition
, rx51_mmc2_on_mux
);
306 omap_mux_write_array(partition
, rx51_mmc2_off_mux
);
309 static struct omap2_hsmmc_info mmc
[] __initdata
= {
313 .caps
= MMC_CAP_4_BIT_DATA
,
317 .power_saving
= true,
322 .caps
= MMC_CAP_4_BIT_DATA
| MMC_CAP_8_BIT_DATA
,
323 /* See also rx51_mmc2_remux */
326 .nonremovable
= true,
327 .power_saving
= true,
328 .remux
= rx51_mmc2_remux
,
333 static struct regulator_consumer_supply rx51_vmmc1_supply
=
334 REGULATOR_SUPPLY("vmmc", "mmci-omap-hs.0");
336 static struct regulator_consumer_supply rx51_vaux3_supply
=
337 REGULATOR_SUPPLY("vmmc", "mmci-omap-hs.1");
339 static struct regulator_consumer_supply rx51_vsim_supply
=
340 REGULATOR_SUPPLY("vmmc_aux", "mmci-omap-hs.1");
342 static struct regulator_consumer_supply rx51_vmmc2_supplies
[] = {
343 /* tlv320aic3x analog supplies */
344 REGULATOR_SUPPLY("AVDD", "2-0018"),
345 REGULATOR_SUPPLY("DRVDD", "2-0018"),
346 REGULATOR_SUPPLY("AVDD", "2-0019"),
347 REGULATOR_SUPPLY("DRVDD", "2-0019"),
349 REGULATOR_SUPPLY("Vdd", "2-0060"),
350 /* Keep vmmc as last item. It is not iterated for newer boards */
351 REGULATOR_SUPPLY("vmmc", "mmci-omap-hs.1"),
354 static struct regulator_consumer_supply rx51_vio_supplies
[] = {
355 /* tlv320aic3x digital supplies */
356 REGULATOR_SUPPLY("IOVDD", "2-0018"),
357 REGULATOR_SUPPLY("DVDD", "2-0018"),
358 REGULATOR_SUPPLY("IOVDD", "2-0019"),
359 REGULATOR_SUPPLY("DVDD", "2-0019"),
362 #if defined(CONFIG_FB_OMAP2) || defined(CONFIG_FB_OMAP2_MODULE)
363 extern struct platform_device rx51_display_device
;
366 static struct regulator_consumer_supply rx51_vaux1_consumers
[] = {
367 #if defined(CONFIG_FB_OMAP2) || defined(CONFIG_FB_OMAP2_MODULE)
369 .supply
= "vdds_sdi",
370 .dev
= &rx51_display_device
.dev
,
375 static struct regulator_init_data rx51_vaux1
= {
380 .always_on
= true, /* due battery cover sensor */
381 .valid_modes_mask
= REGULATOR_MODE_NORMAL
382 | REGULATOR_MODE_STANDBY
,
383 .valid_ops_mask
= REGULATOR_CHANGE_MODE
384 | REGULATOR_CHANGE_STATUS
,
386 .num_consumer_supplies
= ARRAY_SIZE(rx51_vaux1_consumers
),
387 .consumer_supplies
= rx51_vaux1_consumers
,
390 static struct regulator_init_data rx51_vaux2
= {
395 .valid_modes_mask
= REGULATOR_MODE_NORMAL
396 | REGULATOR_MODE_STANDBY
,
397 .valid_ops_mask
= REGULATOR_CHANGE_MODE
398 | REGULATOR_CHANGE_STATUS
,
402 /* VAUX3 - adds more power to VIO_18 rail */
403 static struct regulator_init_data rx51_vaux3_cam
= {
405 .name
= "VCAM_DIG_18",
409 .valid_modes_mask
= REGULATOR_MODE_NORMAL
410 | REGULATOR_MODE_STANDBY
,
411 .valid_ops_mask
= REGULATOR_CHANGE_MODE
412 | REGULATOR_CHANGE_STATUS
,
416 static struct regulator_init_data rx51_vaux3_mmc
= {
422 .valid_modes_mask
= REGULATOR_MODE_NORMAL
423 | REGULATOR_MODE_STANDBY
,
424 .valid_ops_mask
= REGULATOR_CHANGE_VOLTAGE
425 | REGULATOR_CHANGE_MODE
426 | REGULATOR_CHANGE_STATUS
,
428 .num_consumer_supplies
= 1,
429 .consumer_supplies
= &rx51_vaux3_supply
,
432 static struct regulator_init_data rx51_vaux4
= {
434 .name
= "VCAM_ANA_28",
438 .valid_modes_mask
= REGULATOR_MODE_NORMAL
439 | REGULATOR_MODE_STANDBY
,
440 .valid_ops_mask
= REGULATOR_CHANGE_MODE
441 | REGULATOR_CHANGE_STATUS
,
445 static struct regulator_init_data rx51_vmmc1
= {
449 .valid_modes_mask
= REGULATOR_MODE_NORMAL
450 | REGULATOR_MODE_STANDBY
,
451 .valid_ops_mask
= REGULATOR_CHANGE_VOLTAGE
452 | REGULATOR_CHANGE_MODE
453 | REGULATOR_CHANGE_STATUS
,
455 .num_consumer_supplies
= 1,
456 .consumer_supplies
= &rx51_vmmc1_supply
,
459 static struct regulator_init_data rx51_vmmc2
= {
465 .valid_modes_mask
= REGULATOR_MODE_NORMAL
466 | REGULATOR_MODE_STANDBY
,
467 .valid_ops_mask
= REGULATOR_CHANGE_VOLTAGE
468 | REGULATOR_CHANGE_MODE
469 | REGULATOR_CHANGE_STATUS
,
471 .num_consumer_supplies
= ARRAY_SIZE(rx51_vmmc2_supplies
),
472 .consumer_supplies
= rx51_vmmc2_supplies
,
475 static struct regulator_init_data rx51_vsim
= {
477 .name
= "VMMC2_IO_18",
481 .valid_modes_mask
= REGULATOR_MODE_NORMAL
482 | REGULATOR_MODE_STANDBY
,
483 .valid_ops_mask
= REGULATOR_CHANGE_MODE
484 | REGULATOR_CHANGE_STATUS
,
486 .num_consumer_supplies
= 1,
487 .consumer_supplies
= &rx51_vsim_supply
,
490 static struct regulator_init_data rx51_vdac
= {
494 .valid_modes_mask
= REGULATOR_MODE_NORMAL
495 | REGULATOR_MODE_STANDBY
,
496 .valid_ops_mask
= REGULATOR_CHANGE_VOLTAGE
497 | REGULATOR_CHANGE_MODE
498 | REGULATOR_CHANGE_STATUS
,
502 static struct regulator_init_data rx51_vio
= {
506 .valid_modes_mask
= REGULATOR_MODE_NORMAL
507 | REGULATOR_MODE_STANDBY
,
508 .valid_ops_mask
= REGULATOR_CHANGE_VOLTAGE
509 | REGULATOR_CHANGE_MODE
510 | REGULATOR_CHANGE_STATUS
,
512 .num_consumer_supplies
= ARRAY_SIZE(rx51_vio_supplies
),
513 .consumer_supplies
= rx51_vio_supplies
,
516 static int rx51_twlgpio_setup(struct device
*dev
, unsigned gpio
, unsigned n
)
518 /* FIXME this gpio setup is just a placeholder for now */
519 gpio_request(gpio
+ 6, "backlight_pwm");
520 gpio_direction_output(gpio
+ 6, 0);
521 gpio_request(gpio
+ 7, "speaker_en");
522 gpio_direction_output(gpio
+ 7, 1);
527 static struct twl4030_gpio_platform_data rx51_gpio_data
= {
528 .gpio_base
= OMAP_MAX_GPIO_LINES
,
529 .irq_base
= TWL4030_GPIO_IRQ_BASE
,
530 .irq_end
= TWL4030_GPIO_IRQ_END
,
531 .pulldowns
= BIT(0) | BIT(1) | BIT(2) | BIT(3)
533 | BIT(8) | BIT(9) | BIT(10) | BIT(11)
534 | BIT(12) | BIT(13) | BIT(14) | BIT(15)
535 | BIT(16) | BIT(17) ,
536 .setup
= rx51_twlgpio_setup
,
539 static struct twl4030_usb_data rx51_usb_data
= {
540 .usb_mode
= T2_USB_MODE_ULPI
,
543 static struct twl4030_ins sleep_on_seq
[] __initdata
= {
545 * Turn off everything
547 {MSG_BROADCAST(DEV_GRP_NULL
, RES_GRP_ALL
, 1, 0, RES_STATE_SLEEP
), 2},
550 static struct twl4030_script sleep_on_script __initdata
= {
551 .script
= sleep_on_seq
,
552 .size
= ARRAY_SIZE(sleep_on_seq
),
553 .flags
= TWL4030_SLEEP_SCRIPT
,
556 static struct twl4030_ins wakeup_seq
[] __initdata
= {
558 * Reenable everything
560 {MSG_BROADCAST(DEV_GRP_NULL
, RES_GRP_ALL
, 1, 0, RES_STATE_ACTIVE
), 2},
563 static struct twl4030_script wakeup_script __initdata
= {
564 .script
= wakeup_seq
,
565 .size
= ARRAY_SIZE(wakeup_seq
),
566 .flags
= TWL4030_WAKEUP12_SCRIPT
,
569 static struct twl4030_ins wakeup_p3_seq
[] __initdata
= {
571 * Reenable everything
573 {MSG_BROADCAST(DEV_GRP_NULL
, RES_GRP_ALL
, 1, 0, RES_STATE_ACTIVE
), 2},
576 static struct twl4030_script wakeup_p3_script __initdata
= {
577 .script
= wakeup_p3_seq
,
578 .size
= ARRAY_SIZE(wakeup_p3_seq
),
579 .flags
= TWL4030_WAKEUP3_SCRIPT
,
582 static struct twl4030_ins wrst_seq
[] __initdata
= {
585 * Reset VDD1 regulator.
586 * Reset VDD2 regulator.
587 * Reset VPLL1 regulator.
588 * Enable sysclk output.
591 {MSG_SINGULAR(DEV_GRP_NULL
, RES_RESET
, RES_STATE_OFF
), 2},
592 {MSG_BROADCAST(DEV_GRP_NULL
, RES_GRP_ALL
, 0, 1, RES_STATE_ACTIVE
),
594 {MSG_BROADCAST(DEV_GRP_NULL
, RES_GRP_PP
, 0, 3, RES_STATE_OFF
), 0x13},
595 {MSG_SINGULAR(DEV_GRP_NULL
, RES_VDD1
, RES_STATE_WRST
), 0x13},
596 {MSG_SINGULAR(DEV_GRP_NULL
, RES_VDD2
, RES_STATE_WRST
), 0x13},
597 {MSG_SINGULAR(DEV_GRP_NULL
, RES_VPLL1
, RES_STATE_WRST
), 0x35},
598 {MSG_SINGULAR(DEV_GRP_P3
, RES_HFCLKOUT
, RES_STATE_ACTIVE
), 2},
599 {MSG_SINGULAR(DEV_GRP_NULL
, RES_RESET
, RES_STATE_ACTIVE
), 2},
602 static struct twl4030_script wrst_script __initdata
= {
604 .size
= ARRAY_SIZE(wrst_seq
),
605 .flags
= TWL4030_WRST_SCRIPT
,
608 static struct twl4030_script
*twl4030_scripts
[] __initdata
= {
609 /* wakeup12 script should be loaded before sleep script, otherwise a
610 board might hit retention before loading of wakeup script is
611 completed. This can cause boot failures depending on timing issues.
619 static struct twl4030_resconfig twl4030_rconfig
[] __initdata
= {
620 { .resource
= RES_VDD1
, .devgroup
= -1,
621 .type
= 1, .type2
= -1, .remap_off
= RES_STATE_OFF
,
622 .remap_sleep
= RES_STATE_OFF
624 { .resource
= RES_VDD2
, .devgroup
= -1,
625 .type
= 1, .type2
= -1, .remap_off
= RES_STATE_OFF
,
626 .remap_sleep
= RES_STATE_OFF
628 { .resource
= RES_VPLL1
, .devgroup
= -1,
629 .type
= 1, .type2
= -1, .remap_off
= RES_STATE_OFF
,
630 .remap_sleep
= RES_STATE_OFF
632 { .resource
= RES_VPLL2
, .devgroup
= -1,
633 .type
= -1, .type2
= 3, .remap_off
= -1, .remap_sleep
= -1
635 { .resource
= RES_VAUX1
, .devgroup
= -1,
636 .type
= -1, .type2
= 3, .remap_off
= -1, .remap_sleep
= -1
638 { .resource
= RES_VAUX2
, .devgroup
= -1,
639 .type
= -1, .type2
= 3, .remap_off
= -1, .remap_sleep
= -1
641 { .resource
= RES_VAUX3
, .devgroup
= -1,
642 .type
= -1, .type2
= 3, .remap_off
= -1, .remap_sleep
= -1
644 { .resource
= RES_VAUX4
, .devgroup
= -1,
645 .type
= -1, .type2
= 3, .remap_off
= -1, .remap_sleep
= -1
647 { .resource
= RES_VMMC1
, .devgroup
= -1,
648 .type
= -1, .type2
= 3, .remap_off
= -1, .remap_sleep
= -1
650 { .resource
= RES_VMMC2
, .devgroup
= -1,
651 .type
= -1, .type2
= 3, .remap_off
= -1, .remap_sleep
= -1
653 { .resource
= RES_VDAC
, .devgroup
= -1,
654 .type
= -1, .type2
= 3, .remap_off
= -1, .remap_sleep
= -1
656 { .resource
= RES_VSIM
, .devgroup
= -1,
657 .type
= -1, .type2
= 3, .remap_off
= -1, .remap_sleep
= -1
659 { .resource
= RES_VINTANA1
, .devgroup
= DEV_GRP_P1
| DEV_GRP_P3
,
660 .type
= -1, .type2
= -1, .remap_off
= -1, .remap_sleep
= -1
662 { .resource
= RES_VINTANA2
, .devgroup
= DEV_GRP_P1
| DEV_GRP_P3
,
663 .type
= 1, .type2
= -1, .remap_off
= -1, .remap_sleep
= -1
665 { .resource
= RES_VINTDIG
, .devgroup
= DEV_GRP_P1
| DEV_GRP_P3
,
666 .type
= -1, .type2
= -1, .remap_off
= -1, .remap_sleep
= -1
668 { .resource
= RES_VIO
, .devgroup
= DEV_GRP_P3
,
669 .type
= 1, .type2
= -1, .remap_off
= -1, .remap_sleep
= -1
671 { .resource
= RES_CLKEN
, .devgroup
= DEV_GRP_P1
| DEV_GRP_P3
,
672 .type
= 1, .type2
= -1 , .remap_off
= -1, .remap_sleep
= -1
674 { .resource
= RES_REGEN
, .devgroup
= DEV_GRP_P1
| DEV_GRP_P3
,
675 .type
= 1, .type2
= -1, .remap_off
= -1, .remap_sleep
= -1
677 { .resource
= RES_NRES_PWRON
, .devgroup
= DEV_GRP_P1
| DEV_GRP_P3
,
678 .type
= 1, .type2
= -1, .remap_off
= -1, .remap_sleep
= -1
680 { .resource
= RES_SYSEN
, .devgroup
= DEV_GRP_P1
| DEV_GRP_P3
,
681 .type
= 1, .type2
= -1, .remap_off
= -1, .remap_sleep
= -1
683 { .resource
= RES_HFCLKOUT
, .devgroup
= DEV_GRP_P3
,
684 .type
= 1, .type2
= -1, .remap_off
= -1, .remap_sleep
= -1
686 { .resource
= RES_32KCLKOUT
, .devgroup
= -1,
687 .type
= 1, .type2
= -1, .remap_off
= -1, .remap_sleep
= -1
689 { .resource
= RES_RESET
, .devgroup
= -1,
690 .type
= 1, .type2
= -1, .remap_off
= -1, .remap_sleep
= -1
692 { .resource
= RES_Main_Ref
, .devgroup
= -1,
693 .type
= 1, .type2
= -1, .remap_off
= -1, .remap_sleep
= -1
698 static struct twl4030_power_data rx51_t2scripts_data __initdata
= {
699 .scripts
= twl4030_scripts
,
700 .num
= ARRAY_SIZE(twl4030_scripts
),
701 .resource_config
= twl4030_rconfig
,
705 static struct twl4030_platform_data rx51_twldata __initdata
= {
706 .irq_base
= TWL4030_IRQ_BASE
,
707 .irq_end
= TWL4030_IRQ_END
,
709 /* platform_data for children goes here */
710 .gpio
= &rx51_gpio_data
,
711 .keypad
= &rx51_kp_data
,
712 .madc
= &rx51_madc_data
,
713 .usb
= &rx51_usb_data
,
714 .power
= &rx51_t2scripts_data
,
716 .vaux1
= &rx51_vaux1
,
717 .vaux2
= &rx51_vaux2
,
718 .vaux4
= &rx51_vaux4
,
719 .vmmc1
= &rx51_vmmc1
,
725 static struct tpa6130a2_platform_data rx51_tpa6130a2_data __initdata
= {
730 static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_1
[] = {
732 I2C_BOARD_INFO("twl5030", 0x48),
733 .flags
= I2C_CLIENT_WAKE
,
734 .irq
= INT_34XX_SYS_NIRQ
,
735 .platform_data
= &rx51_twldata
,
739 /* Audio setup data */
740 static struct aic3x_setup_data rx51_aic34_setup
= {
741 .gpio_func
[0] = AIC3X_GPIO1_FUNC_DISABLED
,
742 .gpio_func
[1] = AIC3X_GPIO2_FUNC_DIGITAL_MIC_INPUT
,
745 static struct aic3x_pdata rx51_aic3x_data
= {
746 .setup
= &rx51_aic34_setup
,
750 static struct aic3x_pdata rx51_aic3x_data2
= {
754 static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_2
[] = {
756 I2C_BOARD_INFO("tlv320aic3x", 0x18),
757 .platform_data
= &rx51_aic3x_data
,
760 I2C_BOARD_INFO("tlv320aic3x", 0x19),
761 .platform_data
= &rx51_aic3x_data2
,
763 #if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE)
765 I2C_BOARD_INFO("tsl2563", 0x29),
766 .platform_data
= &rx51_tsl2563_platform_data
,
770 I2C_BOARD_INFO("tpa6130a2", 0x60),
771 .platform_data
= &rx51_tpa6130a2_data
,
775 static int __init
rx51_i2c_init(void)
777 if ((system_rev
>= SYSTEM_REV_S_USES_VAUX3
&& system_rev
< 0x100) ||
778 system_rev
>= SYSTEM_REV_B_USES_VAUX3
) {
779 rx51_twldata
.vaux3
= &rx51_vaux3_mmc
;
780 /* Only older boards use VMMC2 for internal MMC */
781 rx51_vmmc2
.num_consumer_supplies
--;
783 rx51_twldata
.vaux3
= &rx51_vaux3_cam
;
785 rx51_twldata
.vmmc2
= &rx51_vmmc2
;
786 omap_register_i2c_bus(1, 2200, rx51_peripherals_i2c_board_info_1
,
787 ARRAY_SIZE(rx51_peripherals_i2c_board_info_1
));
788 omap_register_i2c_bus(2, 100, rx51_peripherals_i2c_board_info_2
,
789 ARRAY_SIZE(rx51_peripherals_i2c_board_info_2
));
790 omap_register_i2c_bus(3, 400, NULL
, 0);
794 #if defined(CONFIG_MTD_ONENAND_OMAP2) || \
795 defined(CONFIG_MTD_ONENAND_OMAP2_MODULE)
797 static struct mtd_partition onenand_partitions
[] = {
799 .name
= "bootloader",
802 .mask_flags
= MTD_WRITEABLE
, /* Force read-only */
806 .offset
= MTDPART_OFS_APPEND
,
811 .offset
= MTDPART_OFS_APPEND
,
816 .offset
= MTDPART_OFS_APPEND
,
821 .offset
= MTDPART_OFS_APPEND
,
826 .offset
= MTDPART_OFS_APPEND
,
827 .size
= MTDPART_SIZ_FULL
,
831 static struct omap_onenand_platform_data board_onenand_data
[] = {
835 .parts
= onenand_partitions
,
836 .nr_parts
= ARRAY_SIZE(onenand_partitions
),
837 .flags
= ONENAND_SYNC_READWRITE
,
842 #if defined(CONFIG_SMC91X) || defined(CONFIG_SMC91X_MODULE)
844 static struct omap_smc91x_platform_data board_smc91x_data
= {
849 .flags
= GPMC_TIMINGS_SMC91C96
| IORESOURCE_IRQ_HIGHLEVEL
,
852 static void __init
board_smc91x_init(void)
854 omap_mux_init_gpio(54, OMAP_PIN_INPUT_PULLDOWN
);
855 omap_mux_init_gpio(86, OMAP_PIN_OUTPUT
);
856 omap_mux_init_gpio(164, OMAP_PIN_OUTPUT
);
858 gpmc_smc91x_init(&board_smc91x_data
);
863 static inline void board_smc91x_init(void)
869 static void rx51_wl1251_set_power(bool enable
)
871 gpio_set_value(RX51_WL1251_POWER_GPIO
, enable
);
874 static void __init
rx51_init_wl1251(void)
878 ret
= gpio_request(RX51_WL1251_POWER_GPIO
, "wl1251 power");
882 ret
= gpio_direction_output(RX51_WL1251_POWER_GPIO
, 0);
886 ret
= gpio_request(RX51_WL1251_IRQ_GPIO
, "wl1251 irq");
890 ret
= gpio_direction_input(RX51_WL1251_IRQ_GPIO
);
894 irq
= gpio_to_irq(RX51_WL1251_IRQ_GPIO
);
898 wl1251_pdata
.set_power
= rx51_wl1251_set_power
;
899 rx51_peripherals_spi_board_info
[RX51_SPI_WL1251
].irq
= irq
;
904 gpio_free(RX51_WL1251_IRQ_GPIO
);
907 gpio_free(RX51_WL1251_POWER_GPIO
);
910 printk(KERN_ERR
"wl1251 board initialisation failed\n");
911 wl1251_pdata
.set_power
= NULL
;
914 * Now rx51_peripherals_spi_board_info[1].irq is zero and
915 * set_power is null, and wl1251_probe() will fail.
919 void __init
rx51_peripherals_init(void)
922 gpmc_onenand_init(board_onenand_data
);
924 rx51_add_gpio_keys();
926 spi_register_board_info(rx51_peripherals_spi_board_info
,
927 ARRAY_SIZE(rx51_peripherals_spi_board_info
));
929 partition
= omap_mux_get("core");
931 omap2_hsmmc_init(mmc
);
933 platform_device_register(&rx51_charger_device
);