linux/arch/arm/mach-pxa/ezx.c
<<
>>
Prefs
   1/*
   2 *  ezx.c - Common code for the EZX platform.
   3 *
   4 *  Copyright (C) 2005-2006 Harald Welte <laforge@openezx.org>,
   5 *                2007-2008 Daniel Ribeiro <drwyrm@gmail.com>,
   6 *                2007-2008 Stefan Schmidt <stefan@datenfreihafen.org>
   7 *
   8 *  This program is free software; you can redistribute it and/or modify
   9 *  it under the terms of the GNU General Public License version 2 as
  10 *  published by the Free Software Foundation.
  11 *
  12 */
  13
  14#include <linux/kernel.h>
  15#include <linux/init.h>
  16#include <linux/platform_device.h>
  17#include <linux/delay.h>
  18#include <linux/pwm.h>
  19#include <linux/pwm_backlight.h>
  20#include <linux/regulator/machine.h>
  21#include <linux/regulator/fixed.h>
  22#include <linux/input.h>
  23#include <linux/gpio.h>
  24#include <linux/gpio_keys.h>
  25#include <linux/leds-lp3944.h>
  26#include <linux/i2c/pxa-i2c.h>
  27
  28#include <asm/setup.h>
  29#include <asm/mach-types.h>
  30#include <asm/mach/arch.h>
  31
  32#include "pxa27x.h"
  33#include <linux/platform_data/video-pxafb.h>
  34#include <linux/platform_data/usb-ohci-pxa27x.h>
  35#include <mach/hardware.h>
  36#include <linux/platform_data/keypad-pxa27x.h>
  37#include <linux/platform_data/media/camera-pxa.h>
  38
  39#include "devices.h"
  40#include "generic.h"
  41
  42#define EZX_NR_IRQS                     (IRQ_BOARD_START + 24)
  43
  44#define GPIO12_A780_FLIP_LID            12
  45#define GPIO15_A1200_FLIP_LID           15
  46#define GPIO15_A910_FLIP_LID            15
  47#define GPIO12_E680_LOCK_SWITCH         12
  48#define GPIO15_E6_LOCK_SWITCH           15
  49#define GPIO50_nCAM_EN                  50
  50#define GPIO19_GEN1_CAM_RST             19
  51#define GPIO28_GEN2_CAM_RST             28
  52
  53static struct pwm_lookup ezx_pwm_lookup[] __maybe_unused = {
  54        PWM_LOOKUP("pxa27x-pwm.0", 0, "pwm-backlight.0", NULL, 78700,
  55                   PWM_POLARITY_NORMAL),
  56};
  57
  58static struct platform_pwm_backlight_data ezx_backlight_data = {
  59        .max_brightness = 1023,
  60        .dft_brightness = 1023,
  61        .enable_gpio    = -1,
  62};
  63
  64static struct platform_device ezx_backlight_device = {
  65        .name           = "pwm-backlight",
  66        .dev            = {
  67                .parent = &pxa27x_device_pwm0.dev,
  68                .platform_data = &ezx_backlight_data,
  69        },
  70};
  71
  72static struct pxafb_mode_info mode_ezx_old = {
  73        .pixclock               = 150000,
  74        .xres                   = 240,
  75        .yres                   = 320,
  76        .bpp                    = 16,
  77        .hsync_len              = 10,
  78        .left_margin            = 20,
  79        .right_margin           = 10,
  80        .vsync_len              = 2,
  81        .upper_margin           = 3,
  82        .lower_margin           = 2,
  83        .sync                   = 0,
  84};
  85
  86static struct pxafb_mach_info ezx_fb_info_1 __maybe_unused = {
  87        .modes          = &mode_ezx_old,
  88        .num_modes      = 1,
  89        .lcd_conn       = LCD_COLOR_TFT_16BPP,
  90};
  91
  92static struct pxafb_mode_info mode_72r89803y01 = {
  93        .pixclock               = 192308,
  94        .xres                   = 240,
  95        .yres                   = 320,
  96        .bpp                    = 32,
  97        .depth                  = 18,
  98        .hsync_len              = 10,
  99        .left_margin            = 20,
 100        .right_margin           = 10,
 101        .vsync_len              = 2,
 102        .upper_margin           = 3,
 103        .lower_margin           = 2,
 104        .sync                   = 0,
 105};
 106
 107static struct pxafb_mach_info ezx_fb_info_2 __maybe_unused = {
 108        .modes          = &mode_72r89803y01,
 109        .num_modes      = 1,
 110        .lcd_conn       = LCD_COLOR_TFT_18BPP,
 111};
 112
 113static struct platform_device *ezx_devices[] __initdata __maybe_unused = {
 114        &ezx_backlight_device,
 115};
 116
 117static unsigned long ezx_pin_config[] __initdata __maybe_unused = {
 118        /* PWM backlight */
 119        GPIO16_PWM0_OUT,
 120
 121        /* BTUART */
 122        GPIO42_BTUART_RXD,
 123        GPIO43_BTUART_TXD,
 124        GPIO44_BTUART_CTS,
 125        GPIO45_BTUART_RTS,
 126
 127        /* I2C */
 128        GPIO117_I2C_SCL,
 129        GPIO118_I2C_SDA,
 130
 131        /* PCAP SSP */
 132        GPIO29_SSP1_SCLK,
 133        GPIO25_SSP1_TXD,
 134        GPIO26_SSP1_RXD,
 135        GPIO24_GPIO,                            /* pcap chip select */
 136        GPIO1_GPIO | WAKEUP_ON_EDGE_RISE,       /* pcap interrupt */
 137        GPIO4_GPIO | MFP_LPM_DRIVE_HIGH,        /* WDI_AP */
 138        GPIO55_GPIO | MFP_LPM_DRIVE_HIGH,       /* SYS_RESTART */
 139
 140        /* MMC */
 141        GPIO32_MMC_CLK,
 142        GPIO92_MMC_DAT_0,
 143        GPIO109_MMC_DAT_1,
 144        GPIO110_MMC_DAT_2,
 145        GPIO111_MMC_DAT_3,
 146        GPIO112_MMC_CMD,
 147        GPIO11_GPIO,                            /* mmc detect */
 148
 149        /* usb to external transceiver */
 150        GPIO34_USB_P2_2,
 151        GPIO35_USB_P2_1,
 152        GPIO36_USB_P2_4,
 153        GPIO39_USB_P2_6,
 154        GPIO40_USB_P2_5,
 155        GPIO53_USB_P2_3,
 156
 157        /* usb to Neptune GSM chip */
 158        GPIO30_USB_P3_2,
 159        GPIO31_USB_P3_6,
 160        GPIO90_USB_P3_5,
 161        GPIO91_USB_P3_1,
 162        GPIO56_USB_P3_4,
 163        GPIO113_USB_P3_3,
 164};
 165
 166#if defined(CONFIG_MACH_EZX_A780) || defined(CONFIG_MACH_EZX_E680)
 167static unsigned long gen1_pin_config[] __initdata = {
 168        /* flip / lockswitch */
 169        GPIO12_GPIO | WAKEUP_ON_EDGE_BOTH,
 170
 171        /* bluetooth (bcm2035) */
 172        GPIO14_GPIO | WAKEUP_ON_EDGE_RISE,      /* HOSTWAKE */
 173        GPIO48_GPIO,                            /* RESET */
 174        GPIO28_GPIO,                            /* WAKEUP */
 175
 176        /* Neptune handshake */
 177        GPIO0_GPIO | WAKEUP_ON_EDGE_FALL,       /* BP_RDY */
 178        GPIO57_GPIO | MFP_LPM_DRIVE_HIGH,       /* AP_RDY */
 179        GPIO13_GPIO | WAKEUP_ON_EDGE_BOTH,      /* WDI */
 180        GPIO3_GPIO | WAKEUP_ON_EDGE_BOTH,       /* WDI2 */
 181        GPIO82_GPIO | MFP_LPM_DRIVE_HIGH,       /* RESET */
 182        GPIO99_GPIO | MFP_LPM_DRIVE_HIGH,       /* TC_MM_EN */
 183
 184        /* sound */
 185        GPIO52_SSP3_SCLK,
 186        GPIO83_SSP3_SFRM,
 187        GPIO81_SSP3_TXD,
 188        GPIO89_SSP3_RXD,
 189
 190        /* ssp2 pins to in */
 191        GPIO22_GPIO,                            /* SSP2_SCLK */
 192        GPIO37_GPIO,                            /* SSP2_SFRM */
 193        GPIO38_GPIO,                            /* SSP2_TXD */
 194        GPIO88_GPIO,                            /* SSP2_RXD */
 195
 196        /* camera */
 197        GPIO23_CIF_MCLK,
 198        GPIO54_CIF_PCLK,
 199        GPIO85_CIF_LV,
 200        GPIO84_CIF_FV,
 201        GPIO27_CIF_DD_0,
 202        GPIO114_CIF_DD_1,
 203        GPIO51_CIF_DD_2,
 204        GPIO115_CIF_DD_3,
 205        GPIO95_CIF_DD_4,
 206        GPIO94_CIF_DD_5,
 207        GPIO17_CIF_DD_6,
 208        GPIO108_CIF_DD_7,
 209        GPIO50_GPIO | MFP_LPM_DRIVE_HIGH,       /* CAM_EN */
 210        GPIO19_GPIO | MFP_LPM_DRIVE_HIGH,       /* CAM_RST */
 211
 212        /* EMU */
 213        GPIO120_GPIO,                           /* EMU_MUX1 */
 214        GPIO119_GPIO,                           /* EMU_MUX2 */
 215        GPIO86_GPIO,                            /* SNP_INT_CTL */
 216        GPIO87_GPIO,                            /* SNP_INT_IN */
 217};
 218#endif
 219
 220#if defined(CONFIG_MACH_EZX_A1200) || defined(CONFIG_MACH_EZX_A910) || \
 221        defined(CONFIG_MACH_EZX_E2) || defined(CONFIG_MACH_EZX_E6)
 222static unsigned long gen2_pin_config[] __initdata = {
 223        /* flip / lockswitch */
 224        GPIO15_GPIO | WAKEUP_ON_EDGE_BOTH,
 225
 226        /* EOC */
 227        GPIO10_GPIO | WAKEUP_ON_EDGE_RISE,
 228
 229        /* bluetooth (bcm2045) */
 230        GPIO13_GPIO | WAKEUP_ON_EDGE_RISE,      /* HOSTWAKE */
 231        GPIO37_GPIO,                            /* RESET */
 232        GPIO57_GPIO,                            /* WAKEUP */
 233
 234        /* Neptune handshake */
 235        GPIO0_GPIO | WAKEUP_ON_EDGE_FALL,       /* BP_RDY */
 236        GPIO96_GPIO | MFP_LPM_DRIVE_HIGH,       /* AP_RDY */
 237        GPIO3_GPIO | WAKEUP_ON_EDGE_FALL,       /* WDI */
 238        GPIO116_GPIO | MFP_LPM_DRIVE_HIGH,      /* RESET */
 239        GPIO41_GPIO,                            /* BP_FLASH */
 240
 241        /* sound */
 242        GPIO52_SSP3_SCLK,
 243        GPIO83_SSP3_SFRM,
 244        GPIO81_SSP3_TXD,
 245        GPIO82_SSP3_RXD,
 246
 247        /* ssp2 pins to in */
 248        GPIO22_GPIO,                            /* SSP2_SCLK */
 249        GPIO14_GPIO,                            /* SSP2_SFRM */
 250        GPIO38_GPIO,                            /* SSP2_TXD */
 251        GPIO88_GPIO,                            /* SSP2_RXD */
 252
 253        /* camera */
 254        GPIO23_CIF_MCLK,
 255        GPIO54_CIF_PCLK,
 256        GPIO85_CIF_LV,
 257        GPIO84_CIF_FV,
 258        GPIO27_CIF_DD_0,
 259        GPIO114_CIF_DD_1,
 260        GPIO51_CIF_DD_2,
 261        GPIO115_CIF_DD_3,
 262        GPIO95_CIF_DD_4,
 263        GPIO48_CIF_DD_5,
 264        GPIO93_CIF_DD_6,
 265        GPIO12_CIF_DD_7,
 266        GPIO50_GPIO | MFP_LPM_DRIVE_HIGH,       /* CAM_EN */
 267        GPIO28_GPIO | MFP_LPM_DRIVE_HIGH,       /* CAM_RST */
 268        GPIO17_GPIO,                            /* CAM_FLASH */
 269};
 270#endif
 271
 272#ifdef CONFIG_MACH_EZX_A780
 273static unsigned long a780_pin_config[] __initdata = {
 274        /* keypad */
 275        GPIO93_KP_DKIN_0 | WAKEUP_ON_LEVEL_HIGH,
 276        GPIO100_KP_MKIN_0 | WAKEUP_ON_LEVEL_HIGH,
 277        GPIO101_KP_MKIN_1 | WAKEUP_ON_LEVEL_HIGH,
 278        GPIO102_KP_MKIN_2 | WAKEUP_ON_LEVEL_HIGH,
 279        GPIO97_KP_MKIN_3 | WAKEUP_ON_LEVEL_HIGH,
 280        GPIO98_KP_MKIN_4 | WAKEUP_ON_LEVEL_HIGH,
 281        GPIO103_KP_MKOUT_0,
 282        GPIO104_KP_MKOUT_1,
 283        GPIO105_KP_MKOUT_2,
 284        GPIO106_KP_MKOUT_3,
 285        GPIO107_KP_MKOUT_4,
 286
 287        /* attenuate sound */
 288        GPIO96_GPIO,
 289};
 290#endif
 291
 292#ifdef CONFIG_MACH_EZX_E680
 293static unsigned long e680_pin_config[] __initdata = {
 294        /* keypad */
 295        GPIO93_KP_DKIN_0 | WAKEUP_ON_LEVEL_HIGH,
 296        GPIO96_KP_DKIN_3 | WAKEUP_ON_LEVEL_HIGH,
 297        GPIO97_KP_DKIN_4 | WAKEUP_ON_LEVEL_HIGH,
 298        GPIO98_KP_DKIN_5 | WAKEUP_ON_LEVEL_HIGH,
 299        GPIO100_KP_MKIN_0 | WAKEUP_ON_LEVEL_HIGH,
 300        GPIO101_KP_MKIN_1 | WAKEUP_ON_LEVEL_HIGH,
 301        GPIO102_KP_MKIN_2 | WAKEUP_ON_LEVEL_HIGH,
 302        GPIO103_KP_MKOUT_0,
 303        GPIO104_KP_MKOUT_1,
 304        GPIO105_KP_MKOUT_2,
 305        GPIO106_KP_MKOUT_3,
 306
 307        /* MIDI */
 308        GPIO79_GPIO,                            /* VA_SEL_BUL */
 309        GPIO80_GPIO,                            /* FLT_SEL_BUL */
 310        GPIO78_GPIO,                            /* MIDI_RESET */
 311        GPIO33_GPIO,                            /* MIDI_CS */
 312        GPIO15_GPIO,                            /* MIDI_IRQ */
 313        GPIO49_GPIO,                            /* MIDI_NPWE */
 314        GPIO18_GPIO,                            /* MIDI_RDY */
 315
 316        /* leds */
 317        GPIO46_GPIO,
 318        GPIO47_GPIO,
 319};
 320#endif
 321
 322#ifdef CONFIG_MACH_EZX_A1200
 323static unsigned long a1200_pin_config[] __initdata = {
 324        /* keypad */
 325        GPIO100_KP_MKIN_0 | WAKEUP_ON_LEVEL_HIGH,
 326        GPIO101_KP_MKIN_1 | WAKEUP_ON_LEVEL_HIGH,
 327        GPIO102_KP_MKIN_2 | WAKEUP_ON_LEVEL_HIGH,
 328        GPIO97_KP_MKIN_3 | WAKEUP_ON_LEVEL_HIGH,
 329        GPIO98_KP_MKIN_4 | WAKEUP_ON_LEVEL_HIGH,
 330        GPIO103_KP_MKOUT_0,
 331        GPIO104_KP_MKOUT_1,
 332        GPIO105_KP_MKOUT_2,
 333        GPIO106_KP_MKOUT_3,
 334        GPIO107_KP_MKOUT_4,
 335        GPIO108_KP_MKOUT_5,
 336};
 337#endif
 338
 339#ifdef CONFIG_MACH_EZX_A910
 340static unsigned long a910_pin_config[] __initdata = {
 341        /* keypad */
 342        GPIO100_KP_MKIN_0 | WAKEUP_ON_LEVEL_HIGH,
 343        GPIO101_KP_MKIN_1 | WAKEUP_ON_LEVEL_HIGH,
 344        GPIO102_KP_MKIN_2 | WAKEUP_ON_LEVEL_HIGH,
 345        GPIO97_KP_MKIN_3 | WAKEUP_ON_LEVEL_HIGH,
 346        GPIO98_KP_MKIN_4 | WAKEUP_ON_LEVEL_HIGH,
 347        GPIO103_KP_MKOUT_0,
 348        GPIO104_KP_MKOUT_1,
 349        GPIO105_KP_MKOUT_2,
 350        GPIO106_KP_MKOUT_3,
 351        GPIO107_KP_MKOUT_4,
 352        GPIO108_KP_MKOUT_5,
 353
 354        /* WLAN */
 355        GPIO89_GPIO,                            /* RESET */
 356        GPIO33_GPIO,                            /* WAKEUP */
 357        GPIO94_GPIO | WAKEUP_ON_LEVEL_HIGH,     /* HOSTWAKE */
 358
 359        /* MMC CS */
 360        GPIO20_GPIO,
 361};
 362#endif
 363
 364#ifdef CONFIG_MACH_EZX_E2
 365static unsigned long e2_pin_config[] __initdata = {
 366        /* keypad */
 367        GPIO100_KP_MKIN_0 | WAKEUP_ON_LEVEL_HIGH,
 368        GPIO101_KP_MKIN_1 | WAKEUP_ON_LEVEL_HIGH,
 369        GPIO102_KP_MKIN_2 | WAKEUP_ON_LEVEL_HIGH,
 370        GPIO97_KP_MKIN_3 | WAKEUP_ON_LEVEL_HIGH,
 371        GPIO98_KP_MKIN_4 | WAKEUP_ON_LEVEL_HIGH,
 372        GPIO103_KP_MKOUT_0,
 373        GPIO104_KP_MKOUT_1,
 374        GPIO105_KP_MKOUT_2,
 375        GPIO106_KP_MKOUT_3,
 376        GPIO107_KP_MKOUT_4,
 377        GPIO108_KP_MKOUT_5,
 378};
 379#endif
 380
 381#ifdef CONFIG_MACH_EZX_E6
 382static unsigned long e6_pin_config[] __initdata = {
 383        /* keypad */
 384        GPIO100_KP_MKIN_0 | WAKEUP_ON_LEVEL_HIGH,
 385        GPIO101_KP_MKIN_1 | WAKEUP_ON_LEVEL_HIGH,
 386        GPIO102_KP_MKIN_2 | WAKEUP_ON_LEVEL_HIGH,
 387        GPIO97_KP_MKIN_3 | WAKEUP_ON_LEVEL_HIGH,
 388        GPIO98_KP_MKIN_4 | WAKEUP_ON_LEVEL_HIGH,
 389        GPIO103_KP_MKOUT_0,
 390        GPIO104_KP_MKOUT_1,
 391        GPIO105_KP_MKOUT_2,
 392        GPIO106_KP_MKOUT_3,
 393        GPIO107_KP_MKOUT_4,
 394        GPIO108_KP_MKOUT_5,
 395};
 396#endif
 397
 398/* KEYPAD */
 399#ifdef CONFIG_MACH_EZX_A780
 400static const unsigned int a780_key_map[] = {
 401        KEY(0, 0, KEY_SEND),
 402        KEY(0, 1, KEY_BACK),
 403        KEY(0, 2, KEY_END),
 404        KEY(0, 3, KEY_PAGEUP),
 405        KEY(0, 4, KEY_UP),
 406
 407        KEY(1, 0, KEY_NUMERIC_1),
 408        KEY(1, 1, KEY_NUMERIC_2),
 409        KEY(1, 2, KEY_NUMERIC_3),
 410        KEY(1, 3, KEY_SELECT),
 411        KEY(1, 4, KEY_KPENTER),
 412
 413        KEY(2, 0, KEY_NUMERIC_4),
 414        KEY(2, 1, KEY_NUMERIC_5),
 415        KEY(2, 2, KEY_NUMERIC_6),
 416        KEY(2, 3, KEY_RECORD),
 417        KEY(2, 4, KEY_LEFT),
 418
 419        KEY(3, 0, KEY_NUMERIC_7),
 420        KEY(3, 1, KEY_NUMERIC_8),
 421        KEY(3, 2, KEY_NUMERIC_9),
 422        KEY(3, 3, KEY_HOME),
 423        KEY(3, 4, KEY_RIGHT),
 424
 425        KEY(4, 0, KEY_NUMERIC_STAR),
 426        KEY(4, 1, KEY_NUMERIC_0),
 427        KEY(4, 2, KEY_NUMERIC_POUND),
 428        KEY(4, 3, KEY_PAGEDOWN),
 429        KEY(4, 4, KEY_DOWN),
 430};
 431
 432static struct matrix_keymap_data a780_matrix_keymap_data = {
 433        .keymap                 = a780_key_map,
 434        .keymap_size            = ARRAY_SIZE(a780_key_map),
 435};
 436
 437static struct pxa27x_keypad_platform_data a780_keypad_platform_data = {
 438        .matrix_key_rows = 5,
 439        .matrix_key_cols = 5,
 440        .matrix_keymap_data = &a780_matrix_keymap_data,
 441
 442        .direct_key_map = { KEY_CAMERA },
 443        .direct_key_num = 1,
 444
 445        .debounce_interval = 30,
 446};
 447#endif /* CONFIG_MACH_EZX_A780 */
 448
 449#ifdef CONFIG_MACH_EZX_E680
 450static const unsigned int e680_key_map[] = {
 451        KEY(0, 0, KEY_UP),
 452        KEY(0, 1, KEY_RIGHT),
 453        KEY(0, 2, KEY_RESERVED),
 454        KEY(0, 3, KEY_SEND),
 455
 456        KEY(1, 0, KEY_DOWN),
 457        KEY(1, 1, KEY_LEFT),
 458        KEY(1, 2, KEY_PAGEUP),
 459        KEY(1, 3, KEY_PAGEDOWN),
 460
 461        KEY(2, 0, KEY_RESERVED),
 462        KEY(2, 1, KEY_RESERVED),
 463        KEY(2, 2, KEY_RESERVED),
 464        KEY(2, 3, KEY_KPENTER),
 465};
 466
 467static struct matrix_keymap_data e680_matrix_keymap_data = {
 468        .keymap                 = e680_key_map,
 469        .keymap_size            = ARRAY_SIZE(e680_key_map),
 470};
 471
 472static struct pxa27x_keypad_platform_data e680_keypad_platform_data = {
 473        .matrix_key_rows = 3,
 474        .matrix_key_cols = 4,
 475        .matrix_keymap_data = &e680_matrix_keymap_data,
 476
 477        .direct_key_map = {
 478                KEY_CAMERA,
 479                KEY_RESERVED,
 480                KEY_RESERVED,
 481                KEY_F1,
 482                KEY_CANCEL,
 483                KEY_F2,
 484        },
 485        .direct_key_num = 6,
 486
 487        .debounce_interval = 30,
 488};
 489#endif /* CONFIG_MACH_EZX_E680 */
 490
 491#ifdef CONFIG_MACH_EZX_A1200
 492static const unsigned int a1200_key_map[] = {
 493        KEY(0, 0, KEY_RESERVED),
 494        KEY(0, 1, KEY_RIGHT),
 495        KEY(0, 2, KEY_PAGEDOWN),
 496        KEY(0, 3, KEY_RESERVED),
 497        KEY(0, 4, KEY_RESERVED),
 498        KEY(0, 5, KEY_RESERVED),
 499
 500        KEY(1, 0, KEY_RESERVED),
 501        KEY(1, 1, KEY_DOWN),
 502        KEY(1, 2, KEY_CAMERA),
 503        KEY(1, 3, KEY_RESERVED),
 504        KEY(1, 4, KEY_RESERVED),
 505        KEY(1, 5, KEY_RESERVED),
 506
 507        KEY(2, 0, KEY_RESERVED),
 508        KEY(2, 1, KEY_KPENTER),
 509        KEY(2, 2, KEY_RECORD),
 510        KEY(2, 3, KEY_RESERVED),
 511        KEY(2, 4, KEY_RESERVED),
 512        KEY(2, 5, KEY_SELECT),
 513
 514        KEY(3, 0, KEY_RESERVED),
 515        KEY(3, 1, KEY_UP),
 516        KEY(3, 2, KEY_SEND),
 517        KEY(3, 3, KEY_RESERVED),
 518        KEY(3, 4, KEY_RESERVED),
 519        KEY(3, 5, KEY_RESERVED),
 520
 521        KEY(4, 0, KEY_RESERVED),
 522        KEY(4, 1, KEY_LEFT),
 523        KEY(4, 2, KEY_PAGEUP),
 524        KEY(4, 3, KEY_RESERVED),
 525        KEY(4, 4, KEY_RESERVED),
 526        KEY(4, 5, KEY_RESERVED),
 527};
 528
 529static struct matrix_keymap_data a1200_matrix_keymap_data = {
 530        .keymap                 = a1200_key_map,
 531        .keymap_size            = ARRAY_SIZE(a1200_key_map),
 532};
 533
 534static struct pxa27x_keypad_platform_data a1200_keypad_platform_data = {
 535        .matrix_key_rows = 5,
 536        .matrix_key_cols = 6,
 537        .matrix_keymap_data = &a1200_matrix_keymap_data,
 538
 539        .debounce_interval = 30,
 540};
 541#endif /* CONFIG_MACH_EZX_A1200 */
 542
 543#ifdef CONFIG_MACH_EZX_E6
 544static const unsigned int e6_key_map[] = {
 545        KEY(0, 0, KEY_RESERVED),
 546        KEY(0, 1, KEY_RIGHT),
 547        KEY(0, 2, KEY_PAGEDOWN),
 548        KEY(0, 3, KEY_RESERVED),
 549        KEY(0, 4, KEY_RESERVED),
 550        KEY(0, 5, KEY_NEXTSONG),
 551
 552        KEY(1, 0, KEY_RESERVED),
 553        KEY(1, 1, KEY_DOWN),
 554        KEY(1, 2, KEY_PROG1),
 555        KEY(1, 3, KEY_RESERVED),
 556        KEY(1, 4, KEY_RESERVED),
 557        KEY(1, 5, KEY_RESERVED),
 558
 559        KEY(2, 0, KEY_RESERVED),
 560        KEY(2, 1, KEY_ENTER),
 561        KEY(2, 2, KEY_CAMERA),
 562        KEY(2, 3, KEY_RESERVED),
 563        KEY(2, 4, KEY_RESERVED),
 564        KEY(2, 5, KEY_WWW),
 565
 566        KEY(3, 0, KEY_RESERVED),
 567        KEY(3, 1, KEY_UP),
 568        KEY(3, 2, KEY_SEND),
 569        KEY(3, 3, KEY_RESERVED),
 570        KEY(3, 4, KEY_RESERVED),
 571        KEY(3, 5, KEY_PLAYPAUSE),
 572
 573        KEY(4, 0, KEY_RESERVED),
 574        KEY(4, 1, KEY_LEFT),
 575        KEY(4, 2, KEY_PAGEUP),
 576        KEY(4, 3, KEY_RESERVED),
 577        KEY(4, 4, KEY_RESERVED),
 578        KEY(4, 5, KEY_PREVIOUSSONG),
 579};
 580
 581static struct matrix_keymap_data e6_keymap_data = {
 582        .keymap                 = e6_key_map,
 583        .keymap_size            = ARRAY_SIZE(e6_key_map),
 584};
 585
 586static struct pxa27x_keypad_platform_data e6_keypad_platform_data = {
 587        .matrix_key_rows = 5,
 588        .matrix_key_cols = 6,
 589        .matrix_keymap_data = &e6_keymap_data,
 590
 591        .debounce_interval = 30,
 592};
 593#endif /* CONFIG_MACH_EZX_E6 */
 594
 595#ifdef CONFIG_MACH_EZX_A910
 596static const unsigned int a910_key_map[] = {
 597        KEY(0, 0, KEY_NUMERIC_6),
 598        KEY(0, 1, KEY_RIGHT),
 599        KEY(0, 2, KEY_PAGEDOWN),
 600        KEY(0, 3, KEY_KPENTER),
 601        KEY(0, 4, KEY_NUMERIC_5),
 602        KEY(0, 5, KEY_CAMERA),
 603
 604        KEY(1, 0, KEY_NUMERIC_8),
 605        KEY(1, 1, KEY_DOWN),
 606        KEY(1, 2, KEY_RESERVED),
 607        KEY(1, 3, KEY_F1), /* Left SoftKey */
 608        KEY(1, 4, KEY_NUMERIC_STAR),
 609        KEY(1, 5, KEY_RESERVED),
 610
 611        KEY(2, 0, KEY_NUMERIC_7),
 612        KEY(2, 1, KEY_NUMERIC_9),
 613        KEY(2, 2, KEY_RECORD),
 614        KEY(2, 3, KEY_F2), /* Right SoftKey */
 615        KEY(2, 4, KEY_BACK),
 616        KEY(2, 5, KEY_SELECT),
 617
 618        KEY(3, 0, KEY_NUMERIC_2),
 619        KEY(3, 1, KEY_UP),
 620        KEY(3, 2, KEY_SEND),
 621        KEY(3, 3, KEY_NUMERIC_0),
 622        KEY(3, 4, KEY_NUMERIC_1),
 623        KEY(3, 5, KEY_RECORD),
 624
 625        KEY(4, 0, KEY_NUMERIC_4),
 626        KEY(4, 1, KEY_LEFT),
 627        KEY(4, 2, KEY_PAGEUP),
 628        KEY(4, 3, KEY_NUMERIC_POUND),
 629        KEY(4, 4, KEY_NUMERIC_3),
 630        KEY(4, 5, KEY_RESERVED),
 631};
 632
 633static struct matrix_keymap_data a910_matrix_keymap_data = {
 634        .keymap                 = a910_key_map,
 635        .keymap_size            = ARRAY_SIZE(a910_key_map),
 636};
 637
 638static struct pxa27x_keypad_platform_data a910_keypad_platform_data = {
 639        .matrix_key_rows = 5,
 640        .matrix_key_cols = 6,
 641        .matrix_keymap_data = &a910_matrix_keymap_data,
 642
 643        .debounce_interval = 30,
 644};
 645#endif /* CONFIG_MACH_EZX_A910 */
 646
 647#ifdef CONFIG_MACH_EZX_E2
 648static const unsigned int e2_key_map[] = {
 649        KEY(0, 0, KEY_NUMERIC_6),
 650        KEY(0, 1, KEY_RIGHT),
 651        KEY(0, 2, KEY_NUMERIC_9),
 652        KEY(0, 3, KEY_NEXTSONG),
 653        KEY(0, 4, KEY_NUMERIC_5),
 654        KEY(0, 5, KEY_F1), /* Left SoftKey */
 655
 656        KEY(1, 0, KEY_NUMERIC_8),
 657        KEY(1, 1, KEY_DOWN),
 658        KEY(1, 2, KEY_RESERVED),
 659        KEY(1, 3, KEY_PAGEUP),
 660        KEY(1, 4, KEY_NUMERIC_STAR),
 661        KEY(1, 5, KEY_F2), /* Right SoftKey */
 662
 663        KEY(2, 0, KEY_NUMERIC_7),
 664        KEY(2, 1, KEY_KPENTER),
 665        KEY(2, 2, KEY_RECORD),
 666        KEY(2, 3, KEY_PAGEDOWN),
 667        KEY(2, 4, KEY_BACK),
 668        KEY(2, 5, KEY_NUMERIC_0),
 669
 670        KEY(3, 0, KEY_NUMERIC_2),
 671        KEY(3, 1, KEY_UP),
 672        KEY(3, 2, KEY_SEND),
 673        KEY(3, 3, KEY_PLAYPAUSE),
 674        KEY(3, 4, KEY_NUMERIC_1),
 675        KEY(3, 5, KEY_SOUND), /* Music SoftKey */
 676
 677        KEY(4, 0, KEY_NUMERIC_4),
 678        KEY(4, 1, KEY_LEFT),
 679        KEY(4, 2, KEY_NUMERIC_POUND),
 680        KEY(4, 3, KEY_PREVIOUSSONG),
 681        KEY(4, 4, KEY_NUMERIC_3),
 682        KEY(4, 5, KEY_RESERVED),
 683};
 684
 685static struct matrix_keymap_data e2_matrix_keymap_data = {
 686        .keymap                 = e2_key_map,
 687        .keymap_size            = ARRAY_SIZE(e2_key_map),
 688};
 689
 690static struct pxa27x_keypad_platform_data e2_keypad_platform_data = {
 691        .matrix_key_rows = 5,
 692        .matrix_key_cols = 6,
 693        .matrix_keymap_data = &e2_matrix_keymap_data,
 694
 695        .debounce_interval = 30,
 696};
 697#endif /* CONFIG_MACH_EZX_E2 */
 698
 699#ifdef CONFIG_MACH_EZX_A780
 700/* gpio_keys */
 701static struct gpio_keys_button a780_buttons[] = {
 702        [0] = {
 703                .code       = SW_LID,
 704                .gpio       = GPIO12_A780_FLIP_LID,
 705                .active_low = 0,
 706                .desc       = "A780 flip lid",
 707                .type       = EV_SW,
 708                .wakeup     = 1,
 709        },
 710};
 711
 712static struct gpio_keys_platform_data a780_gpio_keys_platform_data = {
 713        .buttons  = a780_buttons,
 714        .nbuttons = ARRAY_SIZE(a780_buttons),
 715};
 716
 717static struct platform_device a780_gpio_keys = {
 718        .name = "gpio-keys",
 719        .id   = -1,
 720        .dev  = {
 721                .platform_data = &a780_gpio_keys_platform_data,
 722        },
 723};
 724
 725/* camera */
 726static struct regulator_consumer_supply camera_dummy_supplies[] = {
 727        REGULATOR_SUPPLY("vdd", "0-005d"),
 728};
 729
 730static struct regulator_init_data camera_dummy_initdata = {
 731        .consumer_supplies = camera_dummy_supplies,
 732        .num_consumer_supplies = ARRAY_SIZE(camera_dummy_supplies),
 733        .constraints = {
 734                .valid_ops_mask = REGULATOR_CHANGE_STATUS,
 735        },
 736};
 737
 738static struct fixed_voltage_config camera_dummy_config = {
 739        .supply_name            = "camera_vdd",
 740        .microvolts             = 2800000,
 741        .gpio                   = GPIO50_nCAM_EN,
 742        .enable_high            = 0,
 743        .init_data              = &camera_dummy_initdata,
 744};
 745
 746static struct platform_device camera_supply_dummy_device = {
 747        .name   = "reg-fixed-voltage",
 748        .id     = 1,
 749        .dev    = {
 750                .platform_data = &camera_dummy_config,
 751        },
 752};
 753static int a780_camera_reset(struct device *dev)
 754{
 755        gpio_set_value(GPIO19_GEN1_CAM_RST, 0);
 756        msleep(10);
 757        gpio_set_value(GPIO19_GEN1_CAM_RST, 1);
 758
 759        return 0;
 760}
 761
 762static int a780_camera_init(void)
 763{
 764        int err;
 765
 766        /*
 767         * GPIO50_nCAM_EN is active low
 768         * GPIO19_GEN1_CAM_RST is active on rising edge
 769         */
 770        err = gpio_request(GPIO19_GEN1_CAM_RST, "CAM_RST");
 771        if (err) {
 772                pr_err("%s: Failed to request CAM_RST\n", __func__);
 773                return err;
 774        }
 775
 776        gpio_direction_output(GPIO19_GEN1_CAM_RST, 0);
 777        a780_camera_reset(NULL);
 778
 779        return 0;
 780}
 781
 782struct pxacamera_platform_data a780_pxacamera_platform_data = {
 783        .flags  = PXA_CAMERA_MASTER | PXA_CAMERA_DATAWIDTH_8 |
 784                PXA_CAMERA_PCLK_EN | PXA_CAMERA_MCLK_EN |
 785                PXA_CAMERA_PCP,
 786        .mclk_10khz = 5000,
 787        .sensor_i2c_adapter_id = 0,
 788        .sensor_i2c_address = 0x5d,
 789};
 790
 791static struct i2c_board_info a780_i2c_board_info[] = {
 792        {
 793                I2C_BOARD_INFO("mt9m111", 0x5d),
 794        },
 795};
 796
 797static struct platform_device *a780_devices[] __initdata = {
 798        &a780_gpio_keys,
 799        &camera_supply_dummy_device,
 800};
 801
 802static void __init a780_init(void)
 803{
 804        pxa2xx_mfp_config(ARRAY_AND_SIZE(ezx_pin_config));
 805        pxa2xx_mfp_config(ARRAY_AND_SIZE(gen1_pin_config));
 806        pxa2xx_mfp_config(ARRAY_AND_SIZE(a780_pin_config));
 807
 808        pxa_set_ffuart_info(NULL);
 809        pxa_set_btuart_info(NULL);
 810        pxa_set_stuart_info(NULL);
 811
 812        pxa_set_i2c_info(NULL);
 813        i2c_register_board_info(0, ARRAY_AND_SIZE(a780_i2c_board_info));
 814
 815        pxa_set_fb_info(NULL, &ezx_fb_info_1);
 816
 817        pxa_set_keypad_info(&a780_keypad_platform_data);
 818
 819        if (a780_camera_init() == 0)
 820                pxa_set_camera_info(&a780_pxacamera_platform_data);
 821
 822        pwm_add_table(ezx_pwm_lookup, ARRAY_SIZE(ezx_pwm_lookup));
 823        platform_add_devices(ARRAY_AND_SIZE(ezx_devices));
 824        platform_add_devices(ARRAY_AND_SIZE(a780_devices));
 825        regulator_has_full_constraints();
 826}
 827
 828MACHINE_START(EZX_A780, "Motorola EZX A780")
 829        .atag_offset    = 0x100,
 830        .map_io         = pxa27x_map_io,
 831        .nr_irqs        = EZX_NR_IRQS,
 832        .init_irq       = pxa27x_init_irq,
 833        .handle_irq       = pxa27x_handle_irq,
 834        .init_time      = pxa_timer_init,
 835        .init_machine   = a780_init,
 836        .restart        = pxa_restart,
 837MACHINE_END
 838#endif
 839
 840#ifdef CONFIG_MACH_EZX_E680
 841/* gpio_keys */
 842static struct gpio_keys_button e680_buttons[] = {
 843        [0] = {
 844                .code       = KEY_SCREENLOCK,
 845                .gpio       = GPIO12_E680_LOCK_SWITCH,
 846                .active_low = 0,
 847                .desc       = "E680 lock switch",
 848                .type       = EV_KEY,
 849                .wakeup     = 1,
 850        },
 851};
 852
 853static struct gpio_keys_platform_data e680_gpio_keys_platform_data = {
 854        .buttons  = e680_buttons,
 855        .nbuttons = ARRAY_SIZE(e680_buttons),
 856};
 857
 858static struct platform_device e680_gpio_keys = {
 859        .name = "gpio-keys",
 860        .id   = -1,
 861        .dev  = {
 862                .platform_data = &e680_gpio_keys_platform_data,
 863        },
 864};
 865
 866static struct i2c_board_info __initdata e680_i2c_board_info[] = {
 867        { I2C_BOARD_INFO("tea5767", 0x81) },
 868};
 869
 870static struct platform_device *e680_devices[] __initdata = {
 871        &e680_gpio_keys,
 872};
 873
 874static void __init e680_init(void)
 875{
 876        pxa2xx_mfp_config(ARRAY_AND_SIZE(ezx_pin_config));
 877        pxa2xx_mfp_config(ARRAY_AND_SIZE(gen1_pin_config));
 878        pxa2xx_mfp_config(ARRAY_AND_SIZE(e680_pin_config));
 879
 880        pxa_set_ffuart_info(NULL);
 881        pxa_set_btuart_info(NULL);
 882        pxa_set_stuart_info(NULL);
 883
 884        pxa_set_i2c_info(NULL);
 885        i2c_register_board_info(0, ARRAY_AND_SIZE(e680_i2c_board_info));
 886
 887        pxa_set_fb_info(NULL, &ezx_fb_info_1);
 888
 889        pxa_set_keypad_info(&e680_keypad_platform_data);
 890
 891        pwm_add_table(ezx_pwm_lookup, ARRAY_SIZE(ezx_pwm_lookup));
 892        platform_add_devices(ARRAY_AND_SIZE(ezx_devices));
 893        platform_add_devices(ARRAY_AND_SIZE(e680_devices));
 894}
 895
 896MACHINE_START(EZX_E680, "Motorola EZX E680")
 897        .atag_offset    = 0x100,
 898        .map_io         = pxa27x_map_io,
 899        .nr_irqs        = EZX_NR_IRQS,
 900        .init_irq       = pxa27x_init_irq,
 901        .handle_irq       = pxa27x_handle_irq,
 902        .init_time      = pxa_timer_init,
 903        .init_machine   = e680_init,
 904        .restart        = pxa_restart,
 905MACHINE_END
 906#endif
 907
 908#ifdef CONFIG_MACH_EZX_A1200
 909/* gpio_keys */
 910static struct gpio_keys_button a1200_buttons[] = {
 911        [0] = {
 912                .code       = SW_LID,
 913                .gpio       = GPIO15_A1200_FLIP_LID,
 914                .active_low = 0,
 915                .desc       = "A1200 flip lid",
 916                .type       = EV_SW,
 917                .wakeup     = 1,
 918        },
 919};
 920
 921static struct gpio_keys_platform_data a1200_gpio_keys_platform_data = {
 922        .buttons  = a1200_buttons,
 923        .nbuttons = ARRAY_SIZE(a1200_buttons),
 924};
 925
 926static struct platform_device a1200_gpio_keys = {
 927        .name = "gpio-keys",
 928        .id   = -1,
 929        .dev  = {
 930                .platform_data = &a1200_gpio_keys_platform_data,
 931        },
 932};
 933
 934static struct i2c_board_info __initdata a1200_i2c_board_info[] = {
 935        { I2C_BOARD_INFO("tea5767", 0x81) },
 936};
 937
 938static struct platform_device *a1200_devices[] __initdata = {
 939        &a1200_gpio_keys,
 940};
 941
 942static void __init a1200_init(void)
 943{
 944        pxa2xx_mfp_config(ARRAY_AND_SIZE(ezx_pin_config));
 945        pxa2xx_mfp_config(ARRAY_AND_SIZE(gen2_pin_config));
 946        pxa2xx_mfp_config(ARRAY_AND_SIZE(a1200_pin_config));
 947
 948        pxa_set_ffuart_info(NULL);
 949        pxa_set_btuart_info(NULL);
 950        pxa_set_stuart_info(NULL);
 951
 952        pxa_set_i2c_info(NULL);
 953        i2c_register_board_info(0, ARRAY_AND_SIZE(a1200_i2c_board_info));
 954
 955        pxa_set_fb_info(NULL, &ezx_fb_info_2);
 956
 957        pxa_set_keypad_info(&a1200_keypad_platform_data);
 958
 959        pwm_add_table(ezx_pwm_lookup, ARRAY_SIZE(ezx_pwm_lookup));
 960        platform_add_devices(ARRAY_AND_SIZE(ezx_devices));
 961        platform_add_devices(ARRAY_AND_SIZE(a1200_devices));
 962}
 963
 964MACHINE_START(EZX_A1200, "Motorola EZX A1200")
 965        .atag_offset    = 0x100,
 966        .map_io         = pxa27x_map_io,
 967        .nr_irqs        = EZX_NR_IRQS,
 968        .init_irq       = pxa27x_init_irq,
 969        .handle_irq       = pxa27x_handle_irq,
 970        .init_time      = pxa_timer_init,
 971        .init_machine   = a1200_init,
 972        .restart        = pxa_restart,
 973MACHINE_END
 974#endif
 975
 976#ifdef CONFIG_MACH_EZX_A910
 977/* gpio_keys */
 978static struct gpio_keys_button a910_buttons[] = {
 979        [0] = {
 980                .code       = SW_LID,
 981                .gpio       = GPIO15_A910_FLIP_LID,
 982                .active_low = 0,
 983                .desc       = "A910 flip lid",
 984                .type       = EV_SW,
 985                .wakeup     = 1,
 986        },
 987};
 988
 989static struct gpio_keys_platform_data a910_gpio_keys_platform_data = {
 990        .buttons  = a910_buttons,
 991        .nbuttons = ARRAY_SIZE(a910_buttons),
 992};
 993
 994static struct platform_device a910_gpio_keys = {
 995        .name = "gpio-keys",
 996        .id   = -1,
 997        .dev  = {
 998                .platform_data = &a910_gpio_keys_platform_data,
 999        },
1000};
1001
1002/* camera */
1003static int a910_camera_reset(struct device *dev)
1004{
1005        gpio_set_value(GPIO28_GEN2_CAM_RST, 0);
1006        msleep(10);
1007        gpio_set_value(GPIO28_GEN2_CAM_RST, 1);
1008
1009        return 0;
1010}
1011
1012static int a910_camera_init(void)
1013{
1014        int err;
1015
1016        /*
1017         * GPIO50_nCAM_EN is active low
1018         * GPIO28_GEN2_CAM_RST is active on rising edge
1019         */
1020        err = gpio_request(GPIO28_GEN2_CAM_RST, "CAM_RST");
1021        if (err) {
1022                pr_err("%s: Failed to request CAM_RST\n", __func__);
1023                return err;
1024        }
1025
1026        gpio_direction_output(GPIO28_GEN2_CAM_RST, 0);
1027        a910_camera_reset(NULL);
1028
1029        return 0;
1030}
1031
1032struct pxacamera_platform_data a910_pxacamera_platform_data = {
1033        .flags  = PXA_CAMERA_MASTER | PXA_CAMERA_DATAWIDTH_8 |
1034                PXA_CAMERA_PCLK_EN | PXA_CAMERA_MCLK_EN |
1035                PXA_CAMERA_PCP,
1036        .mclk_10khz = 5000,
1037        .sensor_i2c_adapter_id = 0,
1038        .sensor_i2c_address = 0x5d,
1039};
1040
1041/* leds-lp3944 */
1042static struct lp3944_platform_data a910_lp3944_leds = {
1043        .leds_size = LP3944_LEDS_MAX,
1044        .leds = {
1045                [0] = {
1046                        .name = "a910:red:",
1047                        .status = LP3944_LED_STATUS_OFF,
1048                        .type = LP3944_LED_TYPE_LED,
1049                },
1050                [1] = {
1051                        .name = "a910:green:",
1052                        .status = LP3944_LED_STATUS_OFF,
1053                        .type = LP3944_LED_TYPE_LED,
1054                },
1055                [2] {
1056                        .name = "a910:blue:",
1057                        .status = LP3944_LED_STATUS_OFF,
1058                        .type = LP3944_LED_TYPE_LED,
1059                },
1060                /* Leds 3 and 4 are used as display power switches */
1061                [3] = {
1062                        .name = "a910::cli_display",
1063                        .status = LP3944_LED_STATUS_OFF,
1064                        .type = LP3944_LED_TYPE_LED_INVERTED
1065                },
1066                [4] = {
1067                        .name = "a910::main_display",
1068                        .status = LP3944_LED_STATUS_ON,
1069                        .type = LP3944_LED_TYPE_LED_INVERTED
1070                },
1071                [5] = { .type = LP3944_LED_TYPE_NONE },
1072                [6] = {
1073                        .name = "a910::torch",
1074                        .status = LP3944_LED_STATUS_OFF,
1075                        .type = LP3944_LED_TYPE_LED,
1076                },
1077                [7] = {
1078                        .name = "a910::flash",
1079                        .status = LP3944_LED_STATUS_OFF,
1080                        .type = LP3944_LED_TYPE_LED_INVERTED,
1081                },
1082        },
1083};
1084
1085static struct i2c_board_info __initdata a910_i2c_board_info[] = {
1086        {
1087                I2C_BOARD_INFO("lp3944", 0x60),
1088                .platform_data = &a910_lp3944_leds,
1089        },
1090        {
1091                I2C_BOARD_INFO("mt9m111", 0x5d),
1092        },
1093};
1094
1095static struct platform_device *a910_devices[] __initdata = {
1096        &a910_gpio_keys,
1097        &camera_supply_dummy_device,
1098};
1099
1100static void __init a910_init(void)
1101{
1102        pxa2xx_mfp_config(ARRAY_AND_SIZE(ezx_pin_config));
1103        pxa2xx_mfp_config(ARRAY_AND_SIZE(gen2_pin_config));
1104        pxa2xx_mfp_config(ARRAY_AND_SIZE(a910_pin_config));
1105
1106        pxa_set_ffuart_info(NULL);
1107        pxa_set_btuart_info(NULL);
1108        pxa_set_stuart_info(NULL);
1109
1110        pxa_set_i2c_info(NULL);
1111        i2c_register_board_info(0, ARRAY_AND_SIZE(a910_i2c_board_info));
1112
1113        pxa_set_fb_info(NULL, &ezx_fb_info_2);
1114
1115        pxa_set_keypad_info(&a910_keypad_platform_data);
1116
1117        if (a910_camera_init() == 0)
1118                pxa_set_camera_info(&a910_pxacamera_platform_data);
1119
1120        pwm_add_table(ezx_pwm_lookup, ARRAY_SIZE(ezx_pwm_lookup));
1121        platform_add_devices(ARRAY_AND_SIZE(ezx_devices));
1122        platform_add_devices(ARRAY_AND_SIZE(a910_devices));
1123        regulator_has_full_constraints();
1124}
1125
1126MACHINE_START(EZX_A910, "Motorola EZX A910")
1127        .atag_offset    = 0x100,
1128        .map_io         = pxa27x_map_io,
1129        .nr_irqs        = EZX_NR_IRQS,
1130        .init_irq       = pxa27x_init_irq,
1131        .handle_irq       = pxa27x_handle_irq,
1132        .init_time      = pxa_timer_init,
1133        .init_machine   = a910_init,
1134        .restart        = pxa_restart,
1135MACHINE_END
1136#endif
1137
1138#ifdef CONFIG_MACH_EZX_E6
1139/* gpio_keys */
1140static struct gpio_keys_button e6_buttons[] = {
1141        [0] = {
1142                .code       = KEY_SCREENLOCK,
1143                .gpio       = GPIO15_E6_LOCK_SWITCH,
1144                .active_low = 0,
1145                .desc       = "E6 lock switch",
1146                .type       = EV_KEY,
1147                .wakeup     = 1,
1148        },
1149};
1150
1151static struct gpio_keys_platform_data e6_gpio_keys_platform_data = {
1152        .buttons  = e6_buttons,
1153        .nbuttons = ARRAY_SIZE(e6_buttons),
1154};
1155
1156static struct platform_device e6_gpio_keys = {
1157        .name = "gpio-keys",
1158        .id   = -1,
1159        .dev  = {
1160                .platform_data = &e6_gpio_keys_platform_data,
1161        },
1162};
1163
1164static struct i2c_board_info __initdata e6_i2c_board_info[] = {
1165        { I2C_BOARD_INFO("tea5767", 0x81) },
1166};
1167
1168static struct platform_device *e6_devices[] __initdata = {
1169        &e6_gpio_keys,
1170};
1171
1172static void __init e6_init(void)
1173{
1174        pxa2xx_mfp_config(ARRAY_AND_SIZE(ezx_pin_config));
1175        pxa2xx_mfp_config(ARRAY_AND_SIZE(gen2_pin_config));
1176        pxa2xx_mfp_config(ARRAY_AND_SIZE(e6_pin_config));
1177
1178        pxa_set_ffuart_info(NULL);
1179        pxa_set_btuart_info(NULL);
1180        pxa_set_stuart_info(NULL);
1181
1182        pxa_set_i2c_info(NULL);
1183        i2c_register_board_info(0, ARRAY_AND_SIZE(e6_i2c_board_info));
1184
1185        pxa_set_fb_info(NULL, &ezx_fb_info_2);
1186
1187        pxa_set_keypad_info(&e6_keypad_platform_data);
1188
1189        pwm_add_table(ezx_pwm_lookup, ARRAY_SIZE(ezx_pwm_lookup));
1190        platform_add_devices(ARRAY_AND_SIZE(ezx_devices));
1191        platform_add_devices(ARRAY_AND_SIZE(e6_devices));
1192}
1193
1194MACHINE_START(EZX_E6, "Motorola EZX E6")
1195        .atag_offset    = 0x100,
1196        .map_io         = pxa27x_map_io,
1197        .nr_irqs        = EZX_NR_IRQS,
1198        .init_irq       = pxa27x_init_irq,
1199        .handle_irq       = pxa27x_handle_irq,
1200        .init_time      = pxa_timer_init,
1201        .init_machine   = e6_init,
1202        .restart        = pxa_restart,
1203MACHINE_END
1204#endif
1205
1206#ifdef CONFIG_MACH_EZX_E2
1207static struct i2c_board_info __initdata e2_i2c_board_info[] = {
1208        { I2C_BOARD_INFO("tea5767", 0x81) },
1209};
1210
1211static struct platform_device *e2_devices[] __initdata = {
1212};
1213
1214static void __init e2_init(void)
1215{
1216        pxa2xx_mfp_config(ARRAY_AND_SIZE(ezx_pin_config));
1217        pxa2xx_mfp_config(ARRAY_AND_SIZE(gen2_pin_config));
1218        pxa2xx_mfp_config(ARRAY_AND_SIZE(e2_pin_config));
1219
1220        pxa_set_ffuart_info(NULL);
1221        pxa_set_btuart_info(NULL);
1222        pxa_set_stuart_info(NULL);
1223
1224        pxa_set_i2c_info(NULL);
1225        i2c_register_board_info(0, ARRAY_AND_SIZE(e2_i2c_board_info));
1226
1227        pxa_set_fb_info(NULL, &ezx_fb_info_2);
1228
1229        pxa_set_keypad_info(&e2_keypad_platform_data);
1230
1231        pwm_add_table(ezx_pwm_lookup, ARRAY_SIZE(ezx_pwm_lookup));
1232        platform_add_devices(ARRAY_AND_SIZE(ezx_devices));
1233        platform_add_devices(ARRAY_AND_SIZE(e2_devices));
1234}
1235
1236MACHINE_START(EZX_E2, "Motorola EZX E2")
1237        .atag_offset    = 0x100,
1238        .map_io         = pxa27x_map_io,
1239        .nr_irqs        = EZX_NR_IRQS,
1240        .init_irq       = pxa27x_init_irq,
1241        .handle_irq       = pxa27x_handle_irq,
1242        .init_time      = pxa_timer_init,
1243        .init_machine   = e2_init,
1244        .restart        = pxa_restart,
1245MACHINE_END
1246#endif
1247