blob: 3ed5ae0371cb02b2975669a028c93d3f1ea5775f [file] [log] [blame]
Marek Vašutb5e4ad52008-07-07 17:25:46 +01001/*
2 * Hardware definitions for PalmTX
3 *
4 * Author: Marek Vasut <marek.vasut@gmail.com>
5 *
6 * Based on work of:
7 * Alex Osborne <ato@meshy.org>
8 * Cristiano P. <cristianop@users.sourceforge.net>
9 * Jan Herman <2hp@seznam.cz>
10 * Michal Hrusecky
11 *
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License version 2 as
14 * published by the Free Software Foundation.
15 *
16 * (find more info at www.hackndev.com)
17 *
18 */
19
20#include <linux/platform_device.h>
21#include <linux/delay.h>
22#include <linux/irq.h>
23#include <linux/gpio_keys.h>
24#include <linux/input.h>
Marek Vašutd4b19c42008-07-07 17:31:58 +010025#include <linux/pda_power.h>
Marek Vašutb5e4ad52008-07-07 17:25:46 +010026#include <linux/pwm_backlight.h>
27#include <linux/gpio.h>
Marek Vašut4e9687d2008-09-11 19:37:32 +010028#include <linux/wm97xx_batt.h>
29#include <linux/power_supply.h>
Marek Vasut8768dc92009-04-23 11:12:37 +020030#include <linux/usb/gpio_vbus.h>
Marek Vašutb5e4ad52008-07-07 17:25:46 +010031
32#include <asm/mach-types.h>
33#include <asm/mach/arch.h>
34#include <asm/mach/map.h>
35
Eric Miao51c62982009-01-02 23:17:22 +080036#include <mach/pxa27x.h>
Russell Kinga09e64f2008-08-05 16:14:15 +010037#include <mach/audio.h>
38#include <mach/palmtx.h>
39#include <mach/mmc.h>
40#include <mach/pxafb.h>
Russell Kinga09e64f2008-08-05 16:14:15 +010041#include <mach/irda.h>
42#include <mach/pxa27x_keypad.h>
43#include <mach/udc.h>
Marek Vasute91fb912009-04-17 11:37:35 +020044#include <mach/palmasoc.h>
Marek Vašutb5e4ad52008-07-07 17:25:46 +010045
46#include "generic.h"
47#include "devices.h"
48
49/******************************************************************************
50 * Pin configuration
51 ******************************************************************************/
52static unsigned long palmtx_pin_config[] __initdata = {
53 /* MMC */
54 GPIO32_MMC_CLK,
55 GPIO92_MMC_DAT_0,
56 GPIO109_MMC_DAT_1,
57 GPIO110_MMC_DAT_2,
58 GPIO111_MMC_DAT_3,
59 GPIO112_MMC_CMD,
Marek Vasuta730b322008-11-20 17:34:57 +010060 GPIO14_GPIO, /* SD detect */
61 GPIO114_GPIO, /* SD power */
62 GPIO115_GPIO, /* SD r/o switch */
Marek Vašutb5e4ad52008-07-07 17:25:46 +010063
64 /* AC97 */
65 GPIO28_AC97_BITCLK,
66 GPIO29_AC97_SDATA_IN_0,
67 GPIO30_AC97_SDATA_OUT,
68 GPIO31_AC97_SYNC,
Marek Vasut6ec04f42009-05-22 01:39:10 +020069 GPIO89_AC97_SYSCLK,
Marek Vasutefb12cd2009-04-12 16:37:23 +020070 GPIO95_AC97_nRESET,
Marek Vašutb5e4ad52008-07-07 17:25:46 +010071
72 /* IrDA */
Marek Vasuta730b322008-11-20 17:34:57 +010073 GPIO40_GPIO, /* ir disable */
Marek Vašutb5e4ad52008-07-07 17:25:46 +010074 GPIO46_FICP_RXD,
75 GPIO47_FICP_TXD,
76
77 /* PWM */
78 GPIO16_PWM0_OUT,
79
80 /* USB */
Marek Vasuta730b322008-11-20 17:34:57 +010081 GPIO13_GPIO, /* usb detect */
Marek Vasutefb12cd2009-04-12 16:37:23 +020082 GPIO93_GPIO, /* usb power */
Marek Vašut35978402008-07-07 17:28:59 +010083
84 /* PCMCIA */
85 GPIO48_nPOE,
86 GPIO49_nPWE,
87 GPIO50_nPIOR,
88 GPIO51_nPIOW,
89 GPIO85_nPCE_1,
90 GPIO54_nPCE_2,
91 GPIO79_PSKTSEL,
92 GPIO55_nPREG,
93 GPIO56_nPWAIT,
94 GPIO57_nIOIS16,
Marek Vasuta730b322008-11-20 17:34:57 +010095 GPIO94_GPIO, /* wifi power 1 */
96 GPIO108_GPIO, /* wifi power 2 */
97 GPIO116_GPIO, /* wifi ready */
98
99 /* MATRIX KEYPAD */
Marek Vasut81854f82009-03-28 12:37:42 +0100100 GPIO100_KP_MKIN_0 | WAKEUP_ON_LEVEL_HIGH,
101 GPIO101_KP_MKIN_1 | WAKEUP_ON_LEVEL_HIGH,
102 GPIO102_KP_MKIN_2 | WAKEUP_ON_LEVEL_HIGH,
103 GPIO97_KP_MKIN_3 | WAKEUP_ON_LEVEL_HIGH,
Marek Vasuta730b322008-11-20 17:34:57 +0100104 GPIO103_KP_MKOUT_0,
105 GPIO104_KP_MKOUT_1,
106 GPIO105_KP_MKOUT_2,
107
108 /* LCD */
109 GPIO58_LCD_LDD_0,
110 GPIO59_LCD_LDD_1,
111 GPIO60_LCD_LDD_2,
112 GPIO61_LCD_LDD_3,
113 GPIO62_LCD_LDD_4,
114 GPIO63_LCD_LDD_5,
115 GPIO64_LCD_LDD_6,
116 GPIO65_LCD_LDD_7,
117 GPIO66_LCD_LDD_8,
118 GPIO67_LCD_LDD_9,
119 GPIO68_LCD_LDD_10,
120 GPIO69_LCD_LDD_11,
121 GPIO70_LCD_LDD_12,
122 GPIO71_LCD_LDD_13,
123 GPIO72_LCD_LDD_14,
124 GPIO73_LCD_LDD_15,
125 GPIO74_LCD_FCLK,
126 GPIO75_LCD_LCLK,
127 GPIO76_LCD_PCLK,
128 GPIO77_LCD_BIAS,
129
130 /* MISC. */
131 GPIO10_GPIO, /* hotsync button */
132 GPIO12_GPIO, /* power detect */
133 GPIO107_GPIO, /* earphone detect */
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100134};
135
136/******************************************************************************
137 * SD/MMC card controller
138 ******************************************************************************/
139static int palmtx_mci_init(struct device *dev, irq_handler_t palmtx_detect_int,
140 void *data)
141{
142 int err = 0;
143
144 /* Setup an interrupt for detecting card insert/remove events */
Marek Vasuta730b322008-11-20 17:34:57 +0100145 err = gpio_request(GPIO_NR_PALMTX_SD_DETECT_N, "SD IRQ");
146 if (err)
147 goto err;
148 err = gpio_direction_input(GPIO_NR_PALMTX_SD_DETECT_N);
149 if (err)
150 goto err2;
151 err = request_irq(gpio_to_irq(GPIO_NR_PALMTX_SD_DETECT_N),
152 palmtx_detect_int, IRQF_DISABLED | IRQF_SAMPLE_RANDOM |
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100153 IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING,
154 "SD/MMC card detect", data);
155 if (err) {
156 printk(KERN_ERR "%s: cannot request SD/MMC card detect IRQ\n",
157 __func__);
Marek Vasuta730b322008-11-20 17:34:57 +0100158 goto err2;
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100159 }
160
161 err = gpio_request(GPIO_NR_PALMTX_SD_POWER, "SD_POWER");
162 if (err)
Marek Vasuta730b322008-11-20 17:34:57 +0100163 goto err3;
164 err = gpio_direction_output(GPIO_NR_PALMTX_SD_POWER, 0);
165 if (err)
166 goto err4;
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100167
168 err = gpio_request(GPIO_NR_PALMTX_SD_READONLY, "SD_READONLY");
169 if (err)
Marek Vasuta730b322008-11-20 17:34:57 +0100170 goto err4;
171 err = gpio_direction_input(GPIO_NR_PALMTX_SD_READONLY);
172 if (err)
173 goto err5;
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100174
175 printk(KERN_DEBUG "%s: irq registered\n", __func__);
176
177 return 0;
178
Marek Vasuta730b322008-11-20 17:34:57 +0100179err5:
180 gpio_free(GPIO_NR_PALMTX_SD_READONLY);
181err4:
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100182 gpio_free(GPIO_NR_PALMTX_SD_POWER);
Marek Vasuta730b322008-11-20 17:34:57 +0100183err3:
184 free_irq(gpio_to_irq(GPIO_NR_PALMTX_SD_DETECT_N), data);
185err2:
186 gpio_free(GPIO_NR_PALMTX_SD_DETECT_N);
187err:
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100188 return err;
189}
190
191static void palmtx_mci_exit(struct device *dev, void *data)
192{
193 gpio_free(GPIO_NR_PALMTX_SD_READONLY);
194 gpio_free(GPIO_NR_PALMTX_SD_POWER);
Marek Vasuta730b322008-11-20 17:34:57 +0100195 free_irq(gpio_to_irq(GPIO_NR_PALMTX_SD_DETECT_N), data);
196 gpio_free(GPIO_NR_PALMTX_SD_DETECT_N);
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100197}
198
199static void palmtx_mci_power(struct device *dev, unsigned int vdd)
200{
201 struct pxamci_platform_data *p_d = dev->platform_data;
202 gpio_set_value(GPIO_NR_PALMTX_SD_POWER, p_d->ocr_mask & (1 << vdd));
203}
204
205static int palmtx_mci_get_ro(struct device *dev)
206{
207 return gpio_get_value(GPIO_NR_PALMTX_SD_READONLY);
208}
209
210static struct pxamci_platform_data palmtx_mci_platform_data = {
211 .ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34,
212 .setpower = palmtx_mci_power,
213 .get_ro = palmtx_mci_get_ro,
214 .init = palmtx_mci_init,
215 .exit = palmtx_mci_exit,
216};
217
218/******************************************************************************
219 * GPIO keyboard
220 ******************************************************************************/
221static unsigned int palmtx_matrix_keys[] = {
222 KEY(0, 0, KEY_POWER),
223 KEY(0, 1, KEY_F1),
224 KEY(0, 2, KEY_ENTER),
225
226 KEY(1, 0, KEY_F2),
227 KEY(1, 1, KEY_F3),
228 KEY(1, 2, KEY_F4),
229
230 KEY(2, 0, KEY_UP),
231 KEY(2, 2, KEY_DOWN),
232
233 KEY(3, 0, KEY_RIGHT),
234 KEY(3, 2, KEY_LEFT),
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100235};
236
237static struct pxa27x_keypad_platform_data palmtx_keypad_platform_data = {
238 .matrix_key_rows = 4,
239 .matrix_key_cols = 3,
240 .matrix_key_map = palmtx_matrix_keys,
241 .matrix_key_map_size = ARRAY_SIZE(palmtx_matrix_keys),
242
243 .debounce_interval = 30,
244};
245
246/******************************************************************************
247 * GPIO keys
248 ******************************************************************************/
249static struct gpio_keys_button palmtx_pxa_buttons[] = {
250 {KEY_F8, GPIO_NR_PALMTX_HOTSYNC_BUTTON_N, 1, "HotSync Button" },
251};
252
253static struct gpio_keys_platform_data palmtx_pxa_keys_data = {
254 .buttons = palmtx_pxa_buttons,
255 .nbuttons = ARRAY_SIZE(palmtx_pxa_buttons),
256};
257
258static struct platform_device palmtx_pxa_keys = {
259 .name = "gpio-keys",
260 .id = -1,
261 .dev = {
262 .platform_data = &palmtx_pxa_keys_data,
263 },
264};
265
266/******************************************************************************
267 * Backlight
268 ******************************************************************************/
269static int palmtx_backlight_init(struct device *dev)
270{
271 int ret;
272
273 ret = gpio_request(GPIO_NR_PALMTX_BL_POWER, "BL POWER");
274 if (ret)
275 goto err;
Marek Vasuta730b322008-11-20 17:34:57 +0100276 ret = gpio_direction_output(GPIO_NR_PALMTX_BL_POWER, 0);
277 if (ret)
278 goto err2;
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100279 ret = gpio_request(GPIO_NR_PALMTX_LCD_POWER, "LCD POWER");
280 if (ret)
281 goto err2;
Marek Vasuta730b322008-11-20 17:34:57 +0100282 ret = gpio_direction_output(GPIO_NR_PALMTX_LCD_POWER, 0);
283 if (ret)
284 goto err3;
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100285
286 return 0;
Marek Vasuta730b322008-11-20 17:34:57 +0100287err3:
288 gpio_free(GPIO_NR_PALMTX_LCD_POWER);
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100289err2:
290 gpio_free(GPIO_NR_PALMTX_BL_POWER);
291err:
292 return ret;
293}
294
295static int palmtx_backlight_notify(int brightness)
296{
297 gpio_set_value(GPIO_NR_PALMTX_BL_POWER, brightness);
298 gpio_set_value(GPIO_NR_PALMTX_LCD_POWER, brightness);
299 return brightness;
300}
301
302static void palmtx_backlight_exit(struct device *dev)
303{
304 gpio_free(GPIO_NR_PALMTX_BL_POWER);
305 gpio_free(GPIO_NR_PALMTX_LCD_POWER);
306}
307
308static struct platform_pwm_backlight_data palmtx_backlight_data = {
309 .pwm_id = 0,
310 .max_brightness = PALMTX_MAX_INTENSITY,
311 .dft_brightness = PALMTX_MAX_INTENSITY,
312 .pwm_period_ns = PALMTX_PERIOD_NS,
313 .init = palmtx_backlight_init,
314 .notify = palmtx_backlight_notify,
315 .exit = palmtx_backlight_exit,
316};
317
318static struct platform_device palmtx_backlight = {
319 .name = "pwm-backlight",
320 .dev = {
321 .parent = &pxa27x_device_pwm0.dev,
322 .platform_data = &palmtx_backlight_data,
323 },
324};
325
326/******************************************************************************
327 * IrDA
328 ******************************************************************************/
Marek Vasuta730b322008-11-20 17:34:57 +0100329static int palmtx_irda_startup(struct device *dev)
330{
331 int err;
332 err = gpio_request(GPIO_NR_PALMTX_IR_DISABLE, "IR DISABLE");
333 if (err)
334 goto err;
335 err = gpio_direction_output(GPIO_NR_PALMTX_IR_DISABLE, 1);
336 if (err)
337 gpio_free(GPIO_NR_PALMTX_IR_DISABLE);
338err:
339 return err;
340}
341
342static void palmtx_irda_shutdown(struct device *dev)
343{
344 gpio_free(GPIO_NR_PALMTX_IR_DISABLE);
345}
346
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100347static void palmtx_irda_transceiver_mode(struct device *dev, int mode)
348{
349 gpio_set_value(GPIO_NR_PALMTX_IR_DISABLE, mode & IR_OFF);
350 pxa2xx_transceiver_mode(dev, mode);
351}
352
353static struct pxaficp_platform_data palmtx_ficp_platform_data = {
Marek Vasuta730b322008-11-20 17:34:57 +0100354 .startup = palmtx_irda_startup,
355 .shutdown = palmtx_irda_shutdown,
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100356 .transceiver_cap = IR_SIRMODE | IR_FIRMODE | IR_OFF,
357 .transceiver_mode = palmtx_irda_transceiver_mode,
358};
359
360/******************************************************************************
361 * UDC
362 ******************************************************************************/
Marek Vasut8768dc92009-04-23 11:12:37 +0200363static struct gpio_vbus_mach_info palmtx_udc_info = {
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100364 .gpio_vbus = GPIO_NR_PALMTX_USB_DETECT_N,
365 .gpio_vbus_inverted = 1,
Marek Vasutefb12cd2009-04-12 16:37:23 +0200366 .gpio_pullup = GPIO_NR_PALMTX_USB_PULLUP,
Marek Vasut8768dc92009-04-23 11:12:37 +0200367};
368
369static struct platform_device palmtx_gpio_vbus = {
370 .name = "gpio-vbus",
371 .id = -1,
372 .dev = {
373 .platform_data = &palmtx_udc_info,
374 },
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100375};
376
377/******************************************************************************
Marek Vašutd4b19c42008-07-07 17:31:58 +0100378 * Power supply
379 ******************************************************************************/
380static int power_supply_init(struct device *dev)
381{
382 int ret;
383
384 ret = gpio_request(GPIO_NR_PALMTX_POWER_DETECT, "CABLE_STATE_AC");
385 if (ret)
Marek Vasuta730b322008-11-20 17:34:57 +0100386 goto err1;
387 ret = gpio_direction_input(GPIO_NR_PALMTX_POWER_DETECT);
Marek Vašutd4b19c42008-07-07 17:31:58 +0100388 if (ret)
Marek Vasuta730b322008-11-20 17:34:57 +0100389 goto err2;
Marek Vašutd4b19c42008-07-07 17:31:58 +0100390
391 return 0;
392
Marek Vasuta730b322008-11-20 17:34:57 +0100393err2:
Marek Vašutd4b19c42008-07-07 17:31:58 +0100394 gpio_free(GPIO_NR_PALMTX_POWER_DETECT);
Marek Vasuta730b322008-11-20 17:34:57 +0100395err1:
Marek Vašutd4b19c42008-07-07 17:31:58 +0100396 return ret;
397}
398
399static int palmtx_is_ac_online(void)
400{
401 return gpio_get_value(GPIO_NR_PALMTX_POWER_DETECT);
402}
403
Marek Vašutd4b19c42008-07-07 17:31:58 +0100404static void power_supply_exit(struct device *dev)
405{
Marek Vašutd4b19c42008-07-07 17:31:58 +0100406 gpio_free(GPIO_NR_PALMTX_POWER_DETECT);
407}
408
409static char *palmtx_supplicants[] = {
410 "main-battery",
411};
412
413static struct pda_power_pdata power_supply_info = {
414 .init = power_supply_init,
415 .is_ac_online = palmtx_is_ac_online,
Marek Vašutd4b19c42008-07-07 17:31:58 +0100416 .exit = power_supply_exit,
417 .supplied_to = palmtx_supplicants,
418 .num_supplicants = ARRAY_SIZE(palmtx_supplicants),
419};
420
421static struct platform_device power_supply = {
422 .name = "pda-power",
423 .id = -1,
424 .dev = {
425 .platform_data = &power_supply_info,
426 },
427};
428
429/******************************************************************************
Marek Vašut4e9687d2008-09-11 19:37:32 +0100430 * WM97xx battery
431 ******************************************************************************/
432static struct wm97xx_batt_info wm97xx_batt_pdata = {
433 .batt_aux = WM97XX_AUX_ID3,
434 .temp_aux = WM97XX_AUX_ID2,
435 .charge_gpio = -1,
436 .max_voltage = PALMTX_BAT_MAX_VOLTAGE,
437 .min_voltage = PALMTX_BAT_MIN_VOLTAGE,
438 .batt_mult = 1000,
439 .batt_div = 414,
440 .temp_mult = 1,
441 .temp_div = 1,
442 .batt_tech = POWER_SUPPLY_TECHNOLOGY_LIPO,
443 .batt_name = "main-batt",
444};
445
446/******************************************************************************
Marek Vasute91fb912009-04-17 11:37:35 +0200447 * aSoC audio
448 ******************************************************************************/
449static struct palm27x_asoc_info palmtx_asoc_pdata = {
450 .jack_gpio = GPIO_NR_PALMTX_EARPHONE_DETECT,
451};
452
453static pxa2xx_audio_ops_t palmtx_ac97_pdata = {
454 .reset_gpio = 95,
455};
456
457static struct platform_device palmtx_asoc = {
458 .name = "palm27x-asoc",
459 .id = -1,
460 .dev = {
461 .platform_data = &palmtx_asoc_pdata,
462 },
463};
464
465/******************************************************************************
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100466 * Framebuffer
467 ******************************************************************************/
468static struct pxafb_mode_info palmtx_lcd_modes[] = {
469{
470 .pixclock = 57692,
471 .xres = 320,
472 .yres = 480,
473 .bpp = 16,
474
475 .left_margin = 32,
476 .right_margin = 1,
477 .upper_margin = 7,
478 .lower_margin = 1,
479
480 .hsync_len = 4,
481 .vsync_len = 1,
482},
483};
484
485static struct pxafb_mach_info palmtx_lcd_screen = {
486 .modes = palmtx_lcd_modes,
487 .num_modes = ARRAY_SIZE(palmtx_lcd_modes),
488 .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_PCLK_EDGE_FALL,
489};
490
491/******************************************************************************
Marek Vasut81854f82009-03-28 12:37:42 +0100492 * Power management - standby
493 ******************************************************************************/
494#ifdef CONFIG_PM
495static u32 *addr __initdata;
496static u32 resume[3] __initdata = {
497 0xe3a00101, /* mov r0, #0x40000000 */
498 0xe380060f, /* orr r0, r0, #0x00f00000 */
499 0xe590f008, /* ldr pc, [r0, #0x08] */
500};
501
502static int __init palmtx_pm_init(void)
503{
504 int i;
505
506 /* this is where the bootloader jumps */
507 addr = phys_to_virt(PALMTX_STR_BASE);
508
509 for (i = 0; i < 3; i++)
510 addr[i] = resume[i];
511
512 return 0;
513}
514
515device_initcall(palmtx_pm_init);
516#endif
517
518/******************************************************************************
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100519 * Machine init
520 ******************************************************************************/
521static struct platform_device *devices[] __initdata = {
522#if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE)
523 &palmtx_pxa_keys,
524#endif
525 &palmtx_backlight,
Marek Vašutd4b19c42008-07-07 17:31:58 +0100526 &power_supply,
Marek Vasute91fb912009-04-17 11:37:35 +0200527 &palmtx_asoc,
Marek Vasut8768dc92009-04-23 11:12:37 +0200528 &palmtx_gpio_vbus,
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100529};
530
531static struct map_desc palmtx_io_desc[] __initdata = {
532{
533 .virtual = PALMTX_PCMCIA_VIRT,
534 .pfn = __phys_to_pfn(PALMTX_PCMCIA_PHYS),
535 .length = PALMTX_PCMCIA_SIZE,
536 .type = MT_DEVICE
537},
538};
539
540static void __init palmtx_map_io(void)
541{
542 pxa_map_io();
543 iotable_init(palmtx_io_desc, ARRAY_SIZE(palmtx_io_desc));
544}
545
Marek Vasuta730b322008-11-20 17:34:57 +0100546/* setup udc GPIOs initial state */
547static void __init palmtx_udc_init(void)
548{
Marek Vasutefb12cd2009-04-12 16:37:23 +0200549 if (!gpio_request(GPIO_NR_PALMTX_USB_PULLUP, "UDC Vbus")) {
550 gpio_direction_output(GPIO_NR_PALMTX_USB_PULLUP, 1);
551 gpio_free(GPIO_NR_PALMTX_USB_PULLUP);
Marek Vasuta730b322008-11-20 17:34:57 +0100552 }
553}
554
555
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100556static void __init palmtx_init(void)
557{
558 pxa2xx_mfp_config(ARRAY_AND_SIZE(palmtx_pin_config));
559
560 set_pxa_fb_info(&palmtx_lcd_screen);
561 pxa_set_mci_info(&palmtx_mci_platform_data);
Marek Vasuta730b322008-11-20 17:34:57 +0100562 palmtx_udc_init();
Marek Vasute91fb912009-04-17 11:37:35 +0200563 pxa_set_ac97_info(&palmtx_ac97_pdata);
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100564 pxa_set_ficp_info(&palmtx_ficp_platform_data);
565 pxa_set_keypad_info(&palmtx_keypad_platform_data);
Marek Vašut4e9687d2008-09-11 19:37:32 +0100566 wm97xx_bat_set_pdata(&wm97xx_batt_pdata);
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100567
568 platform_add_devices(devices, ARRAY_SIZE(devices));
569}
570
571MACHINE_START(PALMTX, "Palm T|X")
572 .phys_io = PALMTX_PHYS_IO_START,
573 .io_pg_offst = io_p2v(0x40000000),
574 .boot_params = 0xa0000100,
575 .map_io = palmtx_map_io,
576 .init_irq = pxa27x_init_irq,
577 .timer = &pxa_timer,
578 .init_machine = palmtx_init
579MACHINE_END