blob: 5e26f3e93fddf5f8e4a56adb3cc53806839b6e36 [file] [log] [blame]
Philipp Zabele5c271e2007-11-22 17:59:11 +01001/*
2 * Support for HTC Magician PDA phones:
3 * i-mate JAM, O2 Xda mini, Orange SPV M500, Qtek s100, Qtek s110
4 * and T-Mobile MDA Compact.
5 *
6 * Copyright (c) 2006-2007 Philipp Zabel
7 *
8 * Based on hx4700.c, spitz.c and others.
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
13 *
14 */
15
16#include <linux/kernel.h>
17#include <linux/init.h>
18#include <linux/platform_device.h>
Philipp Zabele07ff8d82008-04-09 19:27:10 +010019#include <linux/delay.h>
Philipp Zabele1811912008-06-22 13:00:55 +010020#include <linux/gpio.h>
Philipp Zabele5c271e2007-11-22 17:59:11 +010021#include <linux/gpio_keys.h>
22#include <linux/input.h>
Philipp Zabel70e357f2008-04-09 19:22:57 +010023#include <linux/mfd/htc-egpio.h>
Philipp Zabel81447b22008-04-12 13:28:02 +010024#include <linux/mfd/htc-pasic3.h>
Philipp Zabele5c271e2007-11-22 17:59:11 +010025#include <linux/mtd/physmap.h>
Philipp Zabel350d1152008-04-09 19:25:56 +010026#include <linux/pda_power.h>
Philipp Zabel85847a32008-05-22 14:20:01 +010027#include <linux/pwm_backlight.h>
Heiko Stübner6967cca2012-03-02 13:56:38 +010028#include <linux/regulator/driver.h>
29#include <linux/regulator/gpio-regulator.h>
Philipp Zabeleb650b92009-01-31 12:13:57 +010030#include <linux/regulator/machine.h>
Philipp Zabel6489c612009-02-01 11:20:30 +010031#include <linux/usb/gpio_vbus.h>
Sebastian Andrzej Siewiorb4593962011-02-23 12:38:16 +010032#include <linux/i2c/pxa-i2c.h>
Philipp Zabele5c271e2007-11-22 17:59:11 +010033
Russell Kinga09e64f2008-08-05 16:14:15 +010034#include <mach/hardware.h>
Philipp Zabele5c271e2007-11-22 17:59:11 +010035#include <asm/mach-types.h>
36#include <asm/mach/arch.h>
Eric Miao51c62982009-01-02 23:17:22 +080037
38#include <mach/pxa27x.h>
Russell Kinga09e64f2008-08-05 16:14:15 +010039#include <mach/magician.h>
Russell Kinga09e64f2008-08-05 16:14:15 +010040#include <mach/pxafb.h>
Russell Kinga09e64f2008-08-05 16:14:15 +010041#include <mach/mmc.h>
42#include <mach/irda.h>
43#include <mach/ohci.h>
Philipp Zabele5c271e2007-11-22 17:59:11 +010044
Philipp Zabel85847a32008-05-22 14:20:01 +010045#include "devices.h"
Philipp Zabele5c271e2007-11-22 17:59:11 +010046#include "generic.h"
47
Philipp Zabel7a970102008-06-26 21:03:54 +010048static unsigned long magician_pin_config[] __initdata = {
Philipp Zabelb1682812008-04-12 13:29:22 +010049
50 /* SDRAM and Static Memory I/O Signals */
51 GPIO20_nSDCS_2,
52 GPIO21_nSDCS_3,
53 GPIO15_nCS_1,
54 GPIO78_nCS_2, /* PASIC3 */
55 GPIO79_nCS_3, /* EGPIO CPLD */
56 GPIO80_nCS_4,
57 GPIO33_nCS_5,
58
59 /* I2C */
60 GPIO117_I2C_SCL,
61 GPIO118_I2C_SDA,
62
63 /* PWM 0 */
64 GPIO16_PWM0_OUT,
65
66 /* I2S */
67 GPIO28_I2S_BITCLK_OUT,
68 GPIO29_I2S_SDATA_IN,
69 GPIO31_I2S_SYNC,
70 GPIO113_I2S_SYSCLK,
71
Philipp Zabel16c3ea42009-01-17 18:45:41 +010072 /* SSP 1 */
73 GPIO23_SSP1_SCLK,
74 GPIO24_SSP1_SFRM,
75 GPIO25_SSP1_TXD,
76
Philipp Zabelb1682812008-04-12 13:29:22 +010077 /* SSP 2 */
78 GPIO19_SSP2_SCLK,
79 GPIO14_SSP2_SFRM,
80 GPIO89_SSP2_TXD,
81 GPIO88_SSP2_RXD,
82
83 /* MMC */
84 GPIO32_MMC_CLK,
85 GPIO92_MMC_DAT_0,
86 GPIO109_MMC_DAT_1,
87 GPIO110_MMC_DAT_2,
88 GPIO111_MMC_DAT_3,
89 GPIO112_MMC_CMD,
90
91 /* LCD */
Eric Miaobedbda92010-01-04 11:37:14 +080092 GPIOxx_LCD_TFT_16BPP,
Philipp Zabelb1682812008-04-12 13:29:22 +010093
94 /* QCI */
95 GPIO12_CIF_DD_7,
96 GPIO17_CIF_DD_6,
97 GPIO50_CIF_DD_3,
98 GPIO51_CIF_DD_2,
99 GPIO52_CIF_DD_4,
100 GPIO53_CIF_MCLK,
101 GPIO54_CIF_PCLK,
102 GPIO55_CIF_DD_1,
103 GPIO81_CIF_DD_0,
104 GPIO82_CIF_DD_5,
105 GPIO84_CIF_FV,
106 GPIO85_CIF_LV,
Philipp Zabel2f131952008-04-20 17:40:11 +0100107
108 /* Magician specific input GPIOs */
109 GPIO9_GPIO, /* unknown */
110 GPIO10_GPIO, /* GSM_IRQ */
111 GPIO13_GPIO, /* CPLD_IRQ */
112 GPIO107_GPIO, /* DS1WM_IRQ */
113 GPIO108_GPIO, /* GSM_READY */
114 GPIO115_GPIO, /* nPEN_IRQ */
Eric Miao6f584cf2008-11-28 16:00:24 +0800115
116 /* I2C */
117 GPIO117_I2C_SCL,
118 GPIO118_I2C_SDA,
Philipp Zabelb1682812008-04-12 13:29:22 +0100119};
120
Philipp Zabele5c271e2007-11-22 17:59:11 +0100121/*
122 * IRDA
123 */
124
Philipp Zabele5c271e2007-11-22 17:59:11 +0100125static struct pxaficp_platform_data magician_ficp_info = {
Marek Vasutc4bd0172009-07-17 12:50:43 +0200126 .gpio_pwdown = GPIO83_MAGICIAN_nIR_EN,
127 .transceiver_cap = IR_SIRMODE | IR_OFF,
Philipp Zabele5c271e2007-11-22 17:59:11 +0100128};
129
130/*
131 * GPIO Keys
132 */
133
Philipp Zabel51c10bb2009-01-17 18:45:44 +0100134#define INIT_KEY(_code, _gpio, _desc) \
135 { \
136 .code = KEY_##_code, \
137 .gpio = _gpio, \
138 .desc = _desc, \
139 .type = EV_KEY, \
140 .wakeup = 1, \
141 }
142
Philipp Zabele5c271e2007-11-22 17:59:11 +0100143static struct gpio_keys_button magician_button_table[] = {
Philipp Zabel51c10bb2009-01-17 18:45:44 +0100144 INIT_KEY(POWER, GPIO0_MAGICIAN_KEY_POWER, "Power button"),
145 INIT_KEY(ESC, GPIO37_MAGICIAN_KEY_HANGUP, "Hangup button"),
146 INIT_KEY(F10, GPIO38_MAGICIAN_KEY_CONTACTS, "Contacts button"),
147 INIT_KEY(CALENDAR, GPIO90_MAGICIAN_KEY_CALENDAR, "Calendar button"),
148 INIT_KEY(CAMERA, GPIO91_MAGICIAN_KEY_CAMERA, "Camera button"),
149 INIT_KEY(UP, GPIO93_MAGICIAN_KEY_UP, "Up button"),
150 INIT_KEY(DOWN, GPIO94_MAGICIAN_KEY_DOWN, "Down button"),
151 INIT_KEY(LEFT, GPIO95_MAGICIAN_KEY_LEFT, "Left button"),
152 INIT_KEY(RIGHT, GPIO96_MAGICIAN_KEY_RIGHT, "Right button"),
153 INIT_KEY(KPENTER, GPIO97_MAGICIAN_KEY_ENTER, "Action button"),
154 INIT_KEY(RECORD, GPIO98_MAGICIAN_KEY_RECORD, "Record button"),
155 INIT_KEY(VOLUMEUP, GPIO100_MAGICIAN_KEY_VOL_UP, "Volume up"),
156 INIT_KEY(VOLUMEDOWN, GPIO101_MAGICIAN_KEY_VOL_DOWN, "Volume down"),
157 INIT_KEY(PHONE, GPIO102_MAGICIAN_KEY_PHONE, "Phone button"),
158 INIT_KEY(PLAY, GPIO99_MAGICIAN_HEADPHONE_IN, "Headset button"),
Philipp Zabele5c271e2007-11-22 17:59:11 +0100159};
160
161static struct gpio_keys_platform_data gpio_keys_data = {
162 .buttons = magician_button_table,
163 .nbuttons = ARRAY_SIZE(magician_button_table),
164};
165
166static struct platform_device gpio_keys = {
167 .name = "gpio-keys",
168 .dev = {
169 .platform_data = &gpio_keys_data,
170 },
171 .id = -1,
172};
173
Philipp Zabel70e357f2008-04-09 19:22:57 +0100174
175/*
176 * EGPIO (Xilinx CPLD)
177 *
178 * 7 32-bit aligned 8-bit registers: 3x output, 1x irq, 3x input
179 */
180
181static struct resource egpio_resources[] = {
182 [0] = {
183 .start = PXA_CS3_PHYS,
Philipp Zabel23804612009-02-09 17:34:05 +0100184 .end = PXA_CS3_PHYS + 0x20 - 1,
Philipp Zabel70e357f2008-04-09 19:22:57 +0100185 .flags = IORESOURCE_MEM,
186 },
187 [1] = {
Haojian Zhuang4929f5a2011-10-10 16:03:51 +0800188 .start = PXA_GPIO_TO_IRQ(GPIO13_MAGICIAN_CPLD_IRQ),
189 .end = PXA_GPIO_TO_IRQ(GPIO13_MAGICIAN_CPLD_IRQ),
Philipp Zabel70e357f2008-04-09 19:22:57 +0100190 .flags = IORESOURCE_IRQ,
191 },
192};
193
194static struct htc_egpio_chip egpio_chips[] = {
195 [0] = {
196 .reg_start = 0,
197 .gpio_base = MAGICIAN_EGPIO(0, 0),
198 .num_gpios = 24,
199 .direction = HTC_EGPIO_OUTPUT,
200 .initial_values = 0x40, /* EGPIO_MAGICIAN_GSM_RESET */
201 },
202 [1] = {
203 .reg_start = 4,
204 .gpio_base = MAGICIAN_EGPIO(4, 0),
205 .num_gpios = 24,
206 .direction = HTC_EGPIO_INPUT,
207 },
208};
209
210static struct htc_egpio_platform_data egpio_info = {
211 .reg_width = 8,
212 .bus_width = 32,
213 .irq_base = IRQ_BOARD_START,
214 .num_irqs = 4,
215 .ack_register = 3,
216 .chip = egpio_chips,
217 .num_chips = ARRAY_SIZE(egpio_chips),
218};
219
220static struct platform_device egpio = {
221 .name = "htc-egpio",
222 .id = -1,
223 .resource = egpio_resources,
224 .num_resources = ARRAY_SIZE(egpio_resources),
225 .dev = {
226 .platform_data = &egpio_info,
227 },
228};
229
Philipp Zabele5c271e2007-11-22 17:59:11 +0100230/*
Philipp Zabele07ff8d82008-04-09 19:27:10 +0100231 * LCD - Toppoly TD028STEB1 or Samsung LTP280QV
Philipp Zabele5c271e2007-11-22 17:59:11 +0100232 */
233
234static struct pxafb_mode_info toppoly_modes[] = {
235 {
236 .pixclock = 96153,
237 .bpp = 16,
238 .xres = 240,
239 .yres = 320,
240 .hsync_len = 11,
241 .vsync_len = 3,
242 .left_margin = 19,
243 .upper_margin = 2,
244 .right_margin = 10,
245 .lower_margin = 2,
246 .sync = 0,
247 },
248};
249
Philipp Zabele07ff8d82008-04-09 19:27:10 +0100250static struct pxafb_mode_info samsung_modes[] = {
251 {
252 .pixclock = 96153,
253 .bpp = 16,
254 .xres = 240,
255 .yres = 320,
256 .hsync_len = 8,
257 .vsync_len = 4,
258 .left_margin = 9,
259 .upper_margin = 4,
260 .right_margin = 9,
261 .lower_margin = 4,
262 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
263 },
264};
265
266static void toppoly_lcd_power(int on, struct fb_var_screeninfo *si)
267{
268 pr_debug("Toppoly LCD power\n");
269
270 if (on) {
271 pr_debug("on\n");
272 gpio_set_value(EGPIO_MAGICIAN_TOPPOLY_POWER, 1);
273 gpio_set_value(GPIO106_MAGICIAN_LCD_POWER_3, 1);
274 udelay(2000);
275 gpio_set_value(EGPIO_MAGICIAN_LCD_POWER, 1);
276 udelay(2000);
277 /* FIXME: enable LCDC here */
278 udelay(2000);
279 gpio_set_value(GPIO104_MAGICIAN_LCD_POWER_1, 1);
280 udelay(2000);
281 gpio_set_value(GPIO105_MAGICIAN_LCD_POWER_2, 1);
282 } else {
283 pr_debug("off\n");
284 msleep(15);
285 gpio_set_value(GPIO105_MAGICIAN_LCD_POWER_2, 0);
286 udelay(500);
287 gpio_set_value(GPIO104_MAGICIAN_LCD_POWER_1, 0);
288 udelay(1000);
289 gpio_set_value(GPIO106_MAGICIAN_LCD_POWER_3, 0);
290 gpio_set_value(EGPIO_MAGICIAN_LCD_POWER, 0);
291 }
292}
293
294static void samsung_lcd_power(int on, struct fb_var_screeninfo *si)
295{
296 pr_debug("Samsung LCD power\n");
297
298 if (on) {
299 pr_debug("on\n");
300 if (system_rev < 3)
301 gpio_set_value(GPIO75_MAGICIAN_SAMSUNG_POWER, 1);
302 else
303 gpio_set_value(EGPIO_MAGICIAN_LCD_POWER, 1);
304 mdelay(10);
305 gpio_set_value(GPIO106_MAGICIAN_LCD_POWER_3, 1);
306 mdelay(10);
307 gpio_set_value(GPIO104_MAGICIAN_LCD_POWER_1, 1);
308 mdelay(30);
309 gpio_set_value(GPIO105_MAGICIAN_LCD_POWER_2, 1);
310 mdelay(10);
311 } else {
312 pr_debug("off\n");
313 mdelay(10);
314 gpio_set_value(GPIO105_MAGICIAN_LCD_POWER_2, 0);
315 mdelay(30);
316 gpio_set_value(GPIO104_MAGICIAN_LCD_POWER_1, 0);
317 mdelay(10);
318 gpio_set_value(GPIO106_MAGICIAN_LCD_POWER_3, 0);
319 mdelay(10);
320 if (system_rev < 3)
321 gpio_set_value(GPIO75_MAGICIAN_SAMSUNG_POWER, 0);
322 else
323 gpio_set_value(EGPIO_MAGICIAN_LCD_POWER, 0);
324 }
325}
326
Philipp Zabele5c271e2007-11-22 17:59:11 +0100327static struct pxafb_mach_info toppoly_info = {
Philipp Zabele07ff8d82008-04-09 19:27:10 +0100328 .modes = toppoly_modes,
329 .num_modes = 1,
330 .fixed_modes = 1,
Eric Miao95873192008-12-07 17:49:01 +0800331 .lcd_conn = LCD_COLOR_TFT_16BPP,
Philipp Zabele07ff8d82008-04-09 19:27:10 +0100332 .pxafb_lcd_power = toppoly_lcd_power,
333};
334
335static struct pxafb_mach_info samsung_info = {
336 .modes = samsung_modes,
337 .num_modes = 1,
338 .fixed_modes = 1,
Eric Miao95873192008-12-07 17:49:01 +0800339 .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_PCLK_EDGE_FALL |\
340 LCD_ALTERNATE_MAPPING,
Philipp Zabele07ff8d82008-04-09 19:27:10 +0100341 .pxafb_lcd_power = samsung_lcd_power,
Philipp Zabele5c271e2007-11-22 17:59:11 +0100342};
343
344/*
345 * Backlight
346 */
347
Philipp Zabel5db15f82011-04-28 22:21:04 +0200348static struct gpio magician_bl_gpios[] = {
349 { EGPIO_MAGICIAN_BL_POWER, GPIOF_DIR_OUT, "Backlight power" },
350 { EGPIO_MAGICIAN_BL_POWER2, GPIOF_DIR_OUT, "Backlight power 2" },
351};
352
Philipp Zabel85847a32008-05-22 14:20:01 +0100353static int magician_backlight_init(struct device *dev)
Philipp Zabele5c271e2007-11-22 17:59:11 +0100354{
Philipp Zabel5db15f82011-04-28 22:21:04 +0200355 return gpio_request_array(ARRAY_AND_SIZE(magician_bl_gpios));
Philipp Zabel85847a32008-05-22 14:20:01 +0100356}
357
Eric Miao2d51a522010-01-04 11:42:01 +0800358static int magician_backlight_notify(struct device *dev, int brightness)
Philipp Zabel85847a32008-05-22 14:20:01 +0100359{
360 gpio_set_value(EGPIO_MAGICIAN_BL_POWER, brightness);
361 if (brightness >= 200) {
362 gpio_set_value(EGPIO_MAGICIAN_BL_POWER2, 1);
363 return brightness - 72;
Philipp Zabele5c271e2007-11-22 17:59:11 +0100364 } else {
Philipp Zabel85847a32008-05-22 14:20:01 +0100365 gpio_set_value(EGPIO_MAGICIAN_BL_POWER2, 0);
366 return brightness;
Philipp Zabele5c271e2007-11-22 17:59:11 +0100367 }
368}
369
Philipp Zabel85847a32008-05-22 14:20:01 +0100370static void magician_backlight_exit(struct device *dev)
371{
Philipp Zabel5db15f82011-04-28 22:21:04 +0200372 gpio_free_array(ARRAY_AND_SIZE(magician_bl_gpios));
Philipp Zabel85847a32008-05-22 14:20:01 +0100373}
374
375static struct platform_pwm_backlight_data backlight_data = {
376 .pwm_id = 0,
377 .max_brightness = 272,
378 .dft_brightness = 100,
379 .pwm_period_ns = 30923,
380 .init = magician_backlight_init,
381 .notify = magician_backlight_notify,
382 .exit = magician_backlight_exit,
Philipp Zabele5c271e2007-11-22 17:59:11 +0100383};
384
385static struct platform_device backlight = {
Philipp Zabel85847a32008-05-22 14:20:01 +0100386 .name = "pwm-backlight",
Philipp Zabel14d10122008-06-30 18:11:55 +0100387 .id = -1,
Philipp Zabele5c271e2007-11-22 17:59:11 +0100388 .dev = {
Philipp Zabel85847a32008-05-22 14:20:01 +0100389 .parent = &pxa27x_device_pwm0.dev,
390 .platform_data = &backlight_data,
Philipp Zabele5c271e2007-11-22 17:59:11 +0100391 },
Philipp Zabele5c271e2007-11-22 17:59:11 +0100392};
393
Philipp Zabel81447b22008-04-12 13:28:02 +0100394/*
395 * LEDs
396 */
397
Russell Kinga55faca2008-09-25 14:35:48 +0100398static struct gpio_led gpio_leds[] = {
Philipp Zabel81447b22008-04-12 13:28:02 +0100399 {
400 .name = "magician::vibra",
401 .default_trigger = "none",
402 .gpio = GPIO22_MAGICIAN_VIBRA_EN,
403 },
404 {
405 .name = "magician::phone_bl",
Philipp Zabel05199ec2009-02-09 17:34:08 +0100406 .default_trigger = "backlight",
Philipp Zabel81447b22008-04-12 13:28:02 +0100407 .gpio = GPIO103_MAGICIAN_LED_KP,
408 },
409};
410
411static struct gpio_led_platform_data gpio_led_info = {
412 .leds = gpio_leds,
413 .num_leds = ARRAY_SIZE(gpio_leds),
414};
415
416static struct platform_device leds_gpio = {
417 .name = "leds-gpio",
418 .id = -1,
419 .dev = {
420 .platform_data = &gpio_led_info,
421 },
422};
423
424static struct pasic3_led pasic3_leds[] = {
425 {
426 .led = {
427 .name = "magician:red",
428 .default_trigger = "ds2760-battery.0-charging",
429 },
430 .hw_num = 0,
431 .bit2 = PASIC3_BIT2_LED0,
432 .mask = PASIC3_MASK_LED0,
433 },
434 {
435 .led = {
436 .name = "magician:green",
437 .default_trigger = "ds2760-battery.0-charging-or-full",
438 },
439 .hw_num = 1,
440 .bit2 = PASIC3_BIT2_LED1,
441 .mask = PASIC3_MASK_LED1,
442 },
443 {
444 .led = {
445 .name = "magician:blue",
446 .default_trigger = "bluetooth",
447 },
448 .hw_num = 2,
449 .bit2 = PASIC3_BIT2_LED2,
450 .mask = PASIC3_MASK_LED2,
451 },
452};
453
Philipp Zabele03e0592008-04-24 18:10:46 +0100454static struct pasic3_leds_machinfo pasic3_leds_info = {
Philipp Zabel81447b22008-04-12 13:28:02 +0100455 .num_leds = ARRAY_SIZE(pasic3_leds),
456 .power_gpio = EGPIO_MAGICIAN_LED_POWER,
457 .leds = pasic3_leds,
458};
459
460/*
461 * PASIC3 with DS1WM
462 */
463
464static struct resource pasic3_resources[] = {
465 [0] = {
466 .start = PXA_CS2_PHYS,
467 .end = PXA_CS2_PHYS + 0x1b,
468 .flags = IORESOURCE_MEM,
469 },
470 /* No IRQ handler in the PASIC3, DS1WM needs an external IRQ */
471 [1] = {
Haojian Zhuang4929f5a2011-10-10 16:03:51 +0800472 .start = PXA_GPIO_TO_IRQ(GPIO107_MAGICIAN_DS1WM_IRQ),
473 .end = PXA_GPIO_TO_IRQ(GPIO107_MAGICIAN_DS1WM_IRQ),
Philipp Zabel81447b22008-04-12 13:28:02 +0100474 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE,
475 }
476};
477
478static struct pasic3_platform_data pasic3_platform_data = {
Philipp Zabel81447b22008-04-12 13:28:02 +0100479 .led_pdata = &pasic3_leds_info,
480 .clock_rate = 4000000,
481};
482
483static struct platform_device pasic3 = {
484 .name = "pasic3",
485 .id = -1,
486 .num_resources = ARRAY_SIZE(pasic3_resources),
487 .resource = pasic3_resources,
488 .dev = {
489 .platform_data = &pasic3_platform_data,
490 },
491};
Philipp Zabele5c271e2007-11-22 17:59:11 +0100492
493/*
Philipp Zabel6489c612009-02-01 11:20:30 +0100494 * USB "Transceiver"
495 */
496
497static struct resource gpio_vbus_resource = {
498 .flags = IORESOURCE_IRQ,
499 .start = IRQ_MAGICIAN_VBUS,
500 .end = IRQ_MAGICIAN_VBUS,
501};
502
503static struct gpio_vbus_mach_info gpio_vbus_info = {
504 .gpio_pullup = GPIO27_MAGICIAN_USBC_PUEN,
505 .gpio_vbus = EGPIO_MAGICIAN_CABLE_STATE_USB,
506};
507
508static struct platform_device gpio_vbus = {
509 .name = "gpio-vbus",
510 .id = -1,
511 .num_resources = 1,
512 .resource = &gpio_vbus_resource,
513 .dev = {
514 .platform_data = &gpio_vbus_info,
515 },
516};
517
518/*
Philipp Zabel350d1152008-04-09 19:25:56 +0100519 * External power
520 */
521
Philipp Zabelff279202008-05-22 10:14:21 +0100522static int power_supply_init(struct device *dev)
523{
Philipp Zabeleb650b92009-01-31 12:13:57 +0100524 return gpio_request(EGPIO_MAGICIAN_CABLE_STATE_AC, "CABLE_STATE_AC");
Philipp Zabelff279202008-05-22 10:14:21 +0100525}
526
Philipp Zabel350d1152008-04-09 19:25:56 +0100527static int magician_is_ac_online(void)
528{
529 return gpio_get_value(EGPIO_MAGICIAN_CABLE_STATE_AC);
530}
531
Philipp Zabelff279202008-05-22 10:14:21 +0100532static void power_supply_exit(struct device *dev)
533{
Philipp Zabelff279202008-05-22 10:14:21 +0100534 gpio_free(EGPIO_MAGICIAN_CABLE_STATE_AC);
535}
536
Philipp Zabel81447b22008-04-12 13:28:02 +0100537static char *magician_supplicants[] = {
538 "ds2760-battery.0", "backup-battery"
539};
540
Philipp Zabel350d1152008-04-09 19:25:56 +0100541static struct pda_power_pdata power_supply_info = {
Philipp Zabelff279202008-05-22 10:14:21 +0100542 .init = power_supply_init,
Philipp Zabel81447b22008-04-12 13:28:02 +0100543 .is_ac_online = magician_is_ac_online,
Philipp Zabelff279202008-05-22 10:14:21 +0100544 .exit = power_supply_exit,
Philipp Zabel81447b22008-04-12 13:28:02 +0100545 .supplied_to = magician_supplicants,
546 .num_supplicants = ARRAY_SIZE(magician_supplicants),
Philipp Zabel350d1152008-04-09 19:25:56 +0100547};
548
549static struct resource power_supply_resources[] = {
550 [0] = {
551 .name = "ac",
Philipp Zabeld942d772009-02-09 17:34:07 +0100552 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE |
553 IORESOURCE_IRQ_LOWEDGE,
Philipp Zabel6489c612009-02-01 11:20:30 +0100554 .start = IRQ_MAGICIAN_VBUS,
555 .end = IRQ_MAGICIAN_VBUS,
Philipp Zabel350d1152008-04-09 19:25:56 +0100556 },
557 [1] = {
558 .name = "usb",
Philipp Zabeld942d772009-02-09 17:34:07 +0100559 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE |
560 IORESOURCE_IRQ_LOWEDGE,
Philipp Zabel6489c612009-02-01 11:20:30 +0100561 .start = IRQ_MAGICIAN_VBUS,
562 .end = IRQ_MAGICIAN_VBUS,
Philipp Zabel350d1152008-04-09 19:25:56 +0100563 },
564};
565
566static struct platform_device power_supply = {
567 .name = "pda-power",
568 .id = -1,
569 .dev = {
570 .platform_data = &power_supply_info,
571 },
572 .resource = power_supply_resources,
573 .num_resources = ARRAY_SIZE(power_supply_resources),
574};
575
Philipp Zabeleb650b92009-01-31 12:13:57 +0100576/*
577 * Battery charger
578 */
579
580static struct regulator_consumer_supply bq24022_consumers[] = {
581 {
582 .dev = &gpio_vbus.dev,
583 .supply = "vbus_draw",
584 },
585 {
586 .dev = &power_supply.dev,
587 .supply = "ac_draw",
588 },
589};
590
591static struct regulator_init_data bq24022_init_data = {
592 .constraints = {
593 .max_uA = 500000,
Philipp Zabele454d162011-04-20 15:41:29 +0200594 .valid_ops_mask = REGULATOR_CHANGE_CURRENT | REGULATOR_CHANGE_STATUS,
Philipp Zabeleb650b92009-01-31 12:13:57 +0100595 },
596 .num_consumer_supplies = ARRAY_SIZE(bq24022_consumers),
597 .consumer_supplies = bq24022_consumers,
598};
599
Heiko Stübner6967cca2012-03-02 13:56:38 +0100600static struct gpio bq24022_gpios[] = {
601 { EGPIO_MAGICIAN_BQ24022_ISET2, GPIOF_OUT_INIT_LOW, "bq24022_iset2" },
602};
603
604static struct gpio_regulator_state bq24022_states[] = {
605 { .value = 100000, .gpios = (0 << 0) },
606 { .value = 500000, .gpios = (1 << 0) },
607};
608
609static struct gpio_regulator_config bq24022_info = {
610 .supply_name = "bq24022",
611
612 .enable_gpio = GPIO30_MAGICIAN_BQ24022_nCHARGE_EN,
613 .enable_high = 0,
614 .enabled_at_boot = 0,
615
616 .gpios = bq24022_gpios,
617 .nr_gpios = ARRAY_SIZE(bq24022_gpios),
618
619 .states = bq24022_states,
620 .nr_states = ARRAY_SIZE(bq24022_states),
621
622 .type = REGULATOR_CURRENT,
623 .init_data = &bq24022_init_data,
Philipp Zabeleb650b92009-01-31 12:13:57 +0100624};
625
626static struct platform_device bq24022 = {
Heiko Stübner6967cca2012-03-02 13:56:38 +0100627 .name = "gpio-regulator",
Philipp Zabeleb650b92009-01-31 12:13:57 +0100628 .id = -1,
629 .dev = {
630 .platform_data = &bq24022_info,
631 },
632};
Philipp Zabel350d1152008-04-09 19:25:56 +0100633
634/*
Philipp Zabelbdb0c162008-04-09 19:24:55 +0100635 * MMC/SD
636 */
637
638static int magician_mci_init(struct device *dev,
639 irq_handler_t detect_irq, void *data)
640{
Robert Jarzmik7a648252009-07-06 22:16:42 +0200641 return request_irq(IRQ_MAGICIAN_SD, detect_irq,
Philipp Zabelbdb0c162008-04-09 19:24:55 +0100642 IRQF_DISABLED | IRQF_SAMPLE_RANDOM,
Robert Jarzmik7a648252009-07-06 22:16:42 +0200643 "mmc card detect", data);
Philipp Zabelbdb0c162008-04-09 19:24:55 +0100644}
645
646static void magician_mci_exit(struct device *dev, void *data)
647{
648 free_irq(IRQ_MAGICIAN_SD, data);
649}
650
651static struct pxamci_platform_data magician_mci_info = {
Robert Jarzmik7a648252009-07-06 22:16:42 +0200652 .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34,
653 .init = magician_mci_init,
654 .exit = magician_mci_exit,
655 .gpio_card_detect = -1,
656 .gpio_card_ro = EGPIO_MAGICIAN_nSD_READONLY,
657 .gpio_card_ro_invert = 1,
658 .gpio_power = EGPIO_MAGICIAN_SD_POWER,
Philipp Zabelbdb0c162008-04-09 19:24:55 +0100659};
660
661
662/*
Philipp Zabele5c271e2007-11-22 17:59:11 +0100663 * USB OHCI
664 */
665
Philipp Zabele5c271e2007-11-22 17:59:11 +0100666static struct pxaohci_platform_data magician_ohci_info = {
Eric Miao097b5332008-09-27 15:49:57 +0800667 .port_mode = PMM_PERPORT_MODE,
668 .flags = ENABLE_PORT1 | ENABLE_PORT3 | POWER_CONTROL_LOW,
669 .power_budget = 0,
Philipp Zabele5c271e2007-11-22 17:59:11 +0100670};
671
672
673/*
674 * StrataFlash
675 */
676
Marc Zyngier667f3902011-05-18 10:51:55 +0100677static void magician_set_vpp(struct platform_device *pdev, int vpp)
Philipp Zabelaa797592008-04-09 19:24:05 +0100678{
679 gpio_set_value(EGPIO_MAGICIAN_FLASH_VPP, vpp);
680}
681
Philipp Zabele5c271e2007-11-22 17:59:11 +0100682static struct resource strataflash_resource = {
683 .start = PXA_CS0_PHYS,
Philipp Zabelfcb78d12009-01-17 18:45:43 +0100684 .end = PXA_CS0_PHYS + SZ_64M - 1,
Philipp Zabele5c271e2007-11-22 17:59:11 +0100685 .flags = IORESOURCE_MEM,
686};
687
688static struct physmap_flash_data strataflash_data = {
689 .width = 4,
Philipp Zabelaa797592008-04-09 19:24:05 +0100690 .set_vpp = magician_set_vpp,
Philipp Zabele5c271e2007-11-22 17:59:11 +0100691};
692
693static struct platform_device strataflash = {
694 .name = "physmap-flash",
695 .id = -1,
Philipp Zabele5c271e2007-11-22 17:59:11 +0100696 .resource = &strataflash_resource,
Philipp Zabel70e357f2008-04-09 19:22:57 +0100697 .num_resources = 1,
Philipp Zabele5c271e2007-11-22 17:59:11 +0100698 .dev = {
699 .platform_data = &strataflash_data,
700 },
701};
702
703/*
Philipp Zabelf8f9d5e2009-04-17 11:38:23 +0200704 * I2C
705 */
706
707static struct i2c_pxa_platform_data i2c_info = {
708 .fast_mode = 1,
709};
710
711/*
Philipp Zabele5c271e2007-11-22 17:59:11 +0100712 * Platform devices
713 */
714
715static struct platform_device *devices[] __initdata = {
716 &gpio_keys,
Philipp Zabel70e357f2008-04-09 19:22:57 +0100717 &egpio,
Philipp Zabele5c271e2007-11-22 17:59:11 +0100718 &backlight,
Philipp Zabel81447b22008-04-12 13:28:02 +0100719 &pasic3,
Philipp Zabeleb650b92009-01-31 12:13:57 +0100720 &bq24022,
Philipp Zabel6489c612009-02-01 11:20:30 +0100721 &gpio_vbus,
Philipp Zabel350d1152008-04-09 19:25:56 +0100722 &power_supply,
Philipp Zabele5c271e2007-11-22 17:59:11 +0100723 &strataflash,
Philipp Zabel81447b22008-04-12 13:28:02 +0100724 &leds_gpio,
Philipp Zabele5c271e2007-11-22 17:59:11 +0100725};
726
Philipp Zabel5db15f82011-04-28 22:21:04 +0200727static struct gpio magician_global_gpios[] = {
728 { GPIO13_MAGICIAN_CPLD_IRQ, GPIOF_IN, "CPLD_IRQ" },
729 { GPIO107_MAGICIAN_DS1WM_IRQ, GPIOF_IN, "DS1WM_IRQ" },
730 { GPIO104_MAGICIAN_LCD_POWER_1, GPIOF_OUT_INIT_LOW, "LCD power 1" },
731 { GPIO105_MAGICIAN_LCD_POWER_2, GPIOF_OUT_INIT_LOW, "LCD power 2" },
732 { GPIO106_MAGICIAN_LCD_POWER_3, GPIOF_OUT_INIT_LOW, "LCD power 3" },
733 { GPIO83_MAGICIAN_nIR_EN, GPIOF_OUT_INIT_HIGH, "nIR_EN" },
734};
735
Philipp Zabele5c271e2007-11-22 17:59:11 +0100736static void __init magician_init(void)
737{
Philipp Zabele07ff8d82008-04-09 19:27:10 +0100738 void __iomem *cpld;
739 int lcd_select;
Philipp Zabela1999cd2008-04-20 17:39:12 +0100740 int err;
741
Philipp Zabelb1682812008-04-12 13:29:22 +0100742 pxa2xx_mfp_config(ARRAY_AND_SIZE(magician_pin_config));
Philipp Zabel5db15f82011-04-28 22:21:04 +0200743 err = gpio_request_array(ARRAY_AND_SIZE(magician_global_gpios));
744 if (err)
745 pr_err("magician: Failed to request GPIOs: %d\n", err);
Philipp Zabelb1682812008-04-12 13:29:22 +0100746
Russell Kingcc155c62009-11-09 13:34:08 +0800747 pxa_set_ffuart_info(NULL);
748 pxa_set_btuart_info(NULL);
749 pxa_set_stuart_info(NULL);
750
Philipp Zabel2f1a5bf2009-04-28 13:31:08 +0200751 platform_add_devices(ARRAY_AND_SIZE(devices));
Philipp Zabela1999cd2008-04-20 17:39:12 +0100752
Philipp Zabel5db15f82011-04-28 22:21:04 +0200753 pxa_set_ficp_info(&magician_ficp_info);
Philipp Zabeldee63162009-01-17 18:45:42 +0100754 pxa27x_set_i2c_power_info(NULL);
Philipp Zabelf8f9d5e2009-04-17 11:38:23 +0200755 pxa_set_i2c_info(&i2c_info);
Philipp Zabelbdb0c162008-04-09 19:24:55 +0100756 pxa_set_mci_info(&magician_mci_info);
Philipp Zabele5c271e2007-11-22 17:59:11 +0100757 pxa_set_ohci_info(&magician_ohci_info);
Philipp Zabele07ff8d82008-04-09 19:27:10 +0100758
759 /* Check LCD type we have */
760 cpld = ioremap_nocache(PXA_CS3_PHYS, 0x1000);
761 if (cpld) {
762 u8 board_id = __raw_readb(cpld+0x14);
Philipp Zabela1999cd2008-04-20 17:39:12 +0100763 iounmap(cpld);
Philipp Zabele07ff8d82008-04-09 19:27:10 +0100764 system_rev = board_id & 0x7;
765 lcd_select = board_id & 0x8;
Philipp Zabele07ff8d82008-04-09 19:27:10 +0100766 pr_info("LCD type: %s\n", lcd_select ? "Samsung" : "Toppoly");
Philipp Zabel5db15f82011-04-28 22:21:04 +0200767 if (lcd_select && (system_rev < 3))
768 gpio_request_one(GPIO75_MAGICIAN_SAMSUNG_POWER,
769 GPIOF_OUT_INIT_LOW, "SAMSUNG_POWER");
Russell King - ARM Linux4321e1a2011-02-15 15:37:30 +0800770 pxa_set_fb_info(NULL, lcd_select ? &samsung_info : &toppoly_info);
Philipp Zabele07ff8d82008-04-09 19:27:10 +0100771 } else
772 pr_err("LCD detection: CPLD mapping failed\n");
Philipp Zabele5c271e2007-11-22 17:59:11 +0100773}
774
775
776MACHINE_START(MAGICIAN, "HTC Magician")
Nicolas Pitre7375aba2011-07-05 22:38:15 -0400777 .atag_offset = 0x100,
Marek Vasut851982c2010-10-11 02:20:19 +0200778 .map_io = pxa27x_map_io,
Haojian Zhuang6ac6b812010-08-20 15:23:59 +0800779 .nr_irqs = MAGICIAN_NR_IRQS,
Philipp Zabele5c271e2007-11-22 17:59:11 +0100780 .init_irq = pxa27x_init_irq,
Eric Miao8a97ae22011-05-18 21:30:04 +0800781 .handle_irq = pxa27x_handle_irq,
Philipp Zabele5c271e2007-11-22 17:59:11 +0100782 .init_machine = magician_init,
783 .timer = &pxa_timer,
Russell King271a74f2011-11-04 14:15:53 +0000784 .restart = pxa_restart,
Philipp Zabele5c271e2007-11-22 17:59:11 +0100785MACHINE_END