blob: 07564404fb8995e6ab4a5773ccb43a1a7413e462 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* linux/arch/arm/mach-s3c2410/mach-h1940.c
2 *
3 * Copyright (c) 2003-2005 Simtec Electronics
4 * Ben Dooks <ben@simtec.co.uk>
5 *
6 * http://www.handhelds.org/projects/h1940.html
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 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070012*/
13
14#include <linux/kernel.h>
15#include <linux/types.h>
16#include <linux/interrupt.h>
17#include <linux/list.h>
Russell King8d717a52010-05-22 19:47:18 +010018#include <linux/memblock.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070019#include <linux/timer.h>
20#include <linux/init.h>
Ben Dooks333a42e2007-05-20 11:55:53 +010021#include <linux/sysdev.h>
Ben Dooksb6d1f542006-12-17 23:22:26 +010022#include <linux/serial_core.h>
Russell Kingd052d1b2005-10-29 19:07:23 +010023#include <linux/platform_device.h>
Russell Kingfced80c2008-09-06 12:10:45 +010024#include <linux/io.h>
arnaud.patard@rtp-net.org3909b9f2009-11-17 14:54:56 +010025#include <linux/gpio.h>
Arnaud Patard (Rtp)bbb1c832011-01-06 21:52:46 +020026#include <linux/input.h>
27#include <linux/gpio_keys.h>
arnaud.patard@rtp-net.org22e649f2009-11-17 14:54:58 +010028#include <linux/pwm_backlight.h>
Vasily Khoruzhick68730b42010-09-27 09:32:49 +030029#include <linux/i2c.h>
arnaud.patard@rtp-net.org22e649f2009-11-17 14:54:58 +010030#include <video/platform_lcd.h>
arnaud.patard@rtp-net.org3909b9f2009-11-17 14:54:56 +010031
32#include <linux/mmc/host.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070033
34#include <asm/mach/arch.h>
35#include <asm/mach/map.h>
36#include <asm/mach/irq.h>
37
Russell Kinga09e64f2008-08-05 16:14:15 +010038#include <mach/hardware.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070039#include <asm/irq.h>
40#include <asm/mach-types.h>
41
Ben Dooksa2b7ba92008-10-07 22:26:09 +010042#include <plat/regs-serial.h>
Russell Kinga09e64f2008-08-05 16:14:15 +010043#include <mach/regs-lcd.h>
Russell Kinga09e64f2008-08-05 16:14:15 +010044#include <mach/regs-clock.h>
Arnaud Patardf92273c2005-09-09 13:10:10 -070045
arnaud.patard@rtp-net.org3909b9f2009-11-17 14:54:56 +010046#include <mach/regs-gpio.h>
47#include <mach/gpio-fns.h>
48#include <mach/gpio-nrs.h>
49
Russell Kinga09e64f2008-08-05 16:14:15 +010050#include <mach/h1940.h>
51#include <mach/h1940-latch.h>
52#include <mach/fb.h>
Ben Dooks57bd4b92008-10-30 10:14:37 +000053#include <plat/udc.h>
Ben Dooks3e1b7762008-10-31 16:14:40 +000054#include <plat/iic.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070055
Ben Dooks40b956f2010-05-04 14:38:49 +090056#include <plat/gpio-cfg.h>
Ben Dooksd5120ae2008-10-07 23:09:51 +010057#include <plat/clock.h>
Ben Dooksa2b7ba92008-10-07 22:26:09 +010058#include <plat/devs.h>
59#include <plat/cpu.h>
Ben Dookse24b8642008-10-21 14:06:34 +010060#include <plat/pll.h>
Ben Dooksa2b7ba92008-10-07 22:26:09 +010061#include <plat/pm.h>
arnaud.patard@rtp-net.org3909b9f2009-11-17 14:54:56 +010062#include <plat/mci.h>
Maurus Cuelenaere73e59b12010-05-04 13:12:41 +020063#include <plat/ts.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070064
Vasily Khoruzhick68730b42010-09-27 09:32:49 +030065#include <sound/uda1380.h>
66
Vasily Khoruzhick14477092010-09-08 12:39:46 +030067#define H1940_LATCH ((void __force __iomem *)0xF8000000)
68
69#define H1940_PA_LATCH S3C2410_CS2
70
71#define H1940_LATCH_BIT(x) (1 << ((x) + 16 - S3C_GPIO_END))
72
Linus Torvalds1da177e2005-04-16 15:20:36 -070073static struct map_desc h1940_iodesc[] __initdata = {
Ben Dookse1981682006-02-10 22:40:51 +000074 [0] = {
75 .virtual = (unsigned long)H1940_LATCH,
76 .pfn = __phys_to_pfn(H1940_PA_LATCH),
77 .length = SZ_16K,
78 .type = MT_DEVICE
79 },
Linus Torvalds1da177e2005-04-16 15:20:36 -070080};
81
82#define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK
83#define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB
84#define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE
85
Ben Dooks66a9b492006-06-18 23:04:05 +010086static struct s3c2410_uartcfg h1940_uartcfgs[] __initdata = {
Linus Torvalds1da177e2005-04-16 15:20:36 -070087 [0] = {
88 .hwport = 0,
89 .flags = 0,
90 .ucon = 0x3c5,
91 .ulcon = 0x03,
92 .ufcon = 0x51,
93 },
94 [1] = {
95 .hwport = 1,
96 .flags = 0,
97 .ucon = 0x245,
98 .ulcon = 0x03,
99 .ufcon = 0x00,
100 },
101 /* IR port */
102 [2] = {
103 .hwport = 2,
104 .flags = 0,
105 .uart_flags = UPF_CONS_FLOW,
106 .ucon = 0x3c5,
107 .ulcon = 0x43,
108 .ufcon = 0x51,
109 }
110};
111
Ben Dookse1981682006-02-10 22:40:51 +0000112/* Board control latch control */
113
Vasily Khoruzhick53193dd2010-09-27 09:28:00 +0300114static unsigned int latch_state;
Ben Dookse1981682006-02-10 22:40:51 +0000115
Vasily Khoruzhick14477092010-09-08 12:39:46 +0300116static void h1940_latch_control(unsigned int clear, unsigned int set)
Ben Dookse1981682006-02-10 22:40:51 +0000117{
118 unsigned long flags;
119
120 local_irq_save(flags);
121
122 latch_state &= ~clear;
123 latch_state |= set;
124
125 __raw_writel(latch_state, H1940_LATCH);
126
127 local_irq_restore(flags);
128}
129
Vasily Khoruzhick14477092010-09-08 12:39:46 +0300130static inline int h1940_gpiolib_to_latch(int offset)
131{
132 return 1 << (offset + 16);
133}
134
135static void h1940_gpiolib_latch_set(struct gpio_chip *chip,
136 unsigned offset, int value)
137{
138 int latch_bit = h1940_gpiolib_to_latch(offset);
139
140 h1940_latch_control(value ? 0 : latch_bit,
141 value ? latch_bit : 0);
142}
143
144static int h1940_gpiolib_latch_output(struct gpio_chip *chip,
145 unsigned offset, int value)
146{
147 h1940_gpiolib_latch_set(chip, offset, value);
148 return 0;
149}
150
151static int h1940_gpiolib_latch_get(struct gpio_chip *chip,
152 unsigned offset)
153{
154 return (latch_state >> (offset + 16)) & 1;
155}
156
157struct gpio_chip h1940_latch_gpiochip = {
158 .base = H1940_LATCH_GPIO(0),
159 .owner = THIS_MODULE,
160 .label = "H1940_LATCH",
161 .ngpio = 16,
162 .direction_output = h1940_gpiolib_latch_output,
163 .set = h1940_gpiolib_latch_set,
164 .get = h1940_gpiolib_latch_get,
165};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166
Arnaud Patard71a9c422007-02-13 00:21:26 +0100167static struct s3c2410_udc_mach_info h1940_udc_cfg __initdata = {
Ben Dooks070276d2009-05-17 22:32:23 +0100168 .vbus_pin = S3C2410_GPG(5),
Arnaud Patard71a9c422007-02-13 00:21:26 +0100169 .vbus_pin_inverted = 1,
Lars-Peter Clausene27c3c52011-03-07 08:42:00 +0100170 .pullup_pin = H1940_LATCH_USB_DP,
Arnaud Patard71a9c422007-02-13 00:21:26 +0100171};
172
Arnaud Patardce8877b2009-12-23 19:25:05 +0000173static struct s3c2410_ts_mach_info h1940_ts_cfg __initdata = {
174 .delay = 10000,
175 .presc = 49,
176 .oversampling_shift = 2,
Naveen Krishna5bfdca12010-05-18 20:44:27 +0900177 .cfg_gpio = s3c24xx_ts_cfg_gpio,
Arnaud Patardce8877b2009-12-23 19:25:05 +0000178};
Arnaud Patard71a9c422007-02-13 00:21:26 +0100179
Arnaud Patardf92273c2005-09-09 13:10:10 -0700180/**
181 * Set lcd on or off
182 **/
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700183static struct s3c2410fb_display h1940_lcd __initdata = {
Krzysztof Heltf28ef572007-10-16 01:28:58 -0700184 .lcdcon5= S3C2410_LCDCON5_FRM565 | \
185 S3C2410_LCDCON5_INVVLINE | \
186 S3C2410_LCDCON5_HWSWP,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700187
Krzysztof Helt1f411532007-10-16 01:28:57 -0700188 .type = S3C2410_LCDCON1_TFT,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700189 .width = 240,
190 .height = 320,
Krzysztof Helt69816692007-10-16 01:29:06 -0700191 .pixclock = 260000,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700192 .xres = 240,
193 .yres = 320,
194 .bpp = 16,
Mike Solovyev26be1b72010-05-12 15:38:00 +0400195 .left_margin = 8,
196 .right_margin = 20,
Krzysztof Helt93d11f52007-10-16 01:29:00 -0700197 .hsync_len = 4,
Krzysztof Helt5f20f692007-10-16 01:28:59 -0700198 .upper_margin = 8,
199 .lower_margin = 7,
Krzysztof Helt93d11f52007-10-16 01:29:00 -0700200 .vsync_len = 1,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700201};
202
203static struct s3c2410fb_mach_info h1940_fb_info __initdata = {
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700204 .displays = &h1940_lcd,
205 .num_displays = 1,
206 .default_display = 0,
207
Arnaud Patardf92273c2005-09-09 13:10:10 -0700208 .lpcsel= 0x02,
209 .gpccon= 0xaa940659,
210 .gpccon_mask= 0xffffffff,
211 .gpcup= 0x0000ffff,
212 .gpcup_mask= 0xffffffff,
213 .gpdcon= 0xaa84aaa0,
214 .gpdcon_mask= 0xffffffff,
215 .gpdup= 0x0000faff,
216 .gpdup_mask= 0xffffffff,
Arnaud Patardf92273c2005-09-09 13:10:10 -0700217};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218
Ben Dooksff34aaa2009-09-28 12:45:47 +0900219static struct platform_device h1940_device_leds = {
Arnaud Patardd2a76022007-02-13 00:50:34 +0100220 .name = "h1940-leds",
221 .id = -1,
222};
223
Ben Dooksff34aaa2009-09-28 12:45:47 +0900224static struct platform_device h1940_device_bluetooth = {
Arnaud Patard7fdc7842007-05-09 21:41:03 +0100225 .name = "h1940-bt",
226 .id = -1,
227};
228
Vasily Khoruzhick48cd65a2010-09-27 00:27:41 +0300229static void h1940_set_mmc_power(unsigned char power_mode, unsigned short vdd)
230{
231 switch (power_mode) {
232 case MMC_POWER_OFF:
233 gpio_set_value(H1940_LATCH_SD_POWER, 0);
234 break;
235 case MMC_POWER_UP:
236 case MMC_POWER_ON:
237 gpio_set_value(H1940_LATCH_SD_POWER, 1);
238 break;
239 default:
240 break;
241 };
242}
243
Ben Dooks22c810a2010-01-18 16:24:22 +0900244static struct s3c24xx_mci_pdata h1940_mmc_cfg __initdata = {
arnaud.patard@rtp-net.org3909b9f2009-11-17 14:54:56 +0100245 .gpio_detect = S3C2410_GPF(5),
246 .gpio_wprotect = S3C2410_GPH(8),
Vasily Khoruzhick48cd65a2010-09-27 00:27:41 +0300247 .set_power = h1940_set_mmc_power,
arnaud.patard@rtp-net.org3909b9f2009-11-17 14:54:56 +0100248 .ocr_avail = MMC_VDD_32_33,
249};
250
arnaud.patard@rtp-net.org22e649f2009-11-17 14:54:58 +0100251static int h1940_backlight_init(struct device *dev)
252{
253 gpio_request(S3C2410_GPB(0), "Backlight");
254
Ben Dooksdb61ac52010-05-04 11:40:51 +0900255 gpio_direction_output(S3C2410_GPB(0), 0);
Ben Dooksfb378742010-05-06 11:03:50 +0900256 s3c_gpio_setpull(S3C2410_GPB(0), S3C_GPIO_PULL_NONE);
Ben Dooks40b956f2010-05-04 14:38:49 +0900257 s3c_gpio_cfgpin(S3C2410_GPB(0), S3C2410_GPB0_TOUT0);
Vasily Khoruzhick53193dd2010-09-27 09:28:00 +0300258 gpio_set_value(H1940_LATCH_MAX1698_nSHUTDOWN, 1);
arnaud.patard@rtp-net.org22e649f2009-11-17 14:54:58 +0100259
260 return 0;
261}
262
Vasily Khoruzhick53193dd2010-09-27 09:28:00 +0300263static int h1940_backlight_notify(struct device *dev, int brightness)
264{
265 if (!brightness) {
266 gpio_direction_output(S3C2410_GPB(0), 1);
267 gpio_set_value(H1940_LATCH_MAX1698_nSHUTDOWN, 0);
268 } else {
269 gpio_direction_output(S3C2410_GPB(0), 0);
270 s3c_gpio_setpull(S3C2410_GPB(0), S3C_GPIO_PULL_NONE);
271 s3c_gpio_cfgpin(S3C2410_GPB(0), S3C2410_GPB0_TOUT0);
272 gpio_set_value(H1940_LATCH_MAX1698_nSHUTDOWN, 1);
273 }
274 return brightness;
275}
276
arnaud.patard@rtp-net.org22e649f2009-11-17 14:54:58 +0100277static void h1940_backlight_exit(struct device *dev)
278{
Ben Dooksdb61ac52010-05-04 11:40:51 +0900279 gpio_direction_output(S3C2410_GPB(0), 1);
Vasily Khoruzhick53193dd2010-09-27 09:28:00 +0300280 gpio_set_value(H1940_LATCH_MAX1698_nSHUTDOWN, 0);
arnaud.patard@rtp-net.org22e649f2009-11-17 14:54:58 +0100281}
282
Vasily Khoruzhick53193dd2010-09-27 09:28:00 +0300283
arnaud.patard@rtp-net.org22e649f2009-11-17 14:54:58 +0100284static struct platform_pwm_backlight_data backlight_data = {
285 .pwm_id = 0,
286 .max_brightness = 100,
287 .dft_brightness = 50,
288 /* tcnt = 0x31 */
289 .pwm_period_ns = 36296,
290 .init = h1940_backlight_init,
Vasily Khoruzhick53193dd2010-09-27 09:28:00 +0300291 .notify = h1940_backlight_notify,
arnaud.patard@rtp-net.org22e649f2009-11-17 14:54:58 +0100292 .exit = h1940_backlight_exit,
293};
294
295static struct platform_device h1940_backlight = {
296 .name = "pwm-backlight",
297 .dev = {
298 .parent = &s3c_device_timer[0].dev,
299 .platform_data = &backlight_data,
300 },
301 .id = -1,
302};
303
304static void h1940_lcd_power_set(struct plat_lcd_data *pd,
305 unsigned int power)
306{
307 int value;
308
309 if (!power) {
Vasily Khoruzhick53193dd2010-09-27 09:28:00 +0300310 gpio_set_value(S3C2410_GPC(0), 0);
arnaud.patard@rtp-net.org22e649f2009-11-17 14:54:58 +0100311 /* wait for 3ac */
312 do {
Ben Dooksdb61ac52010-05-04 11:40:51 +0900313 value = gpio_get_value(S3C2410_GPC(6));
arnaud.patard@rtp-net.org22e649f2009-11-17 14:54:58 +0100314 } while (value);
Vasily Khoruzhick53193dd2010-09-27 09:28:00 +0300315
316 gpio_set_value(H1940_LATCH_LCD_P2, 0);
317 gpio_set_value(H1940_LATCH_LCD_P3, 0);
318 gpio_set_value(H1940_LATCH_LCD_P4, 0);
319
320 gpio_direction_output(S3C2410_GPC(1), 0);
321 gpio_direction_output(S3C2410_GPC(4), 0);
322
323 gpio_set_value(H1940_LATCH_LCD_P1, 0);
324 gpio_set_value(H1940_LATCH_LCD_P0, 0);
325
326 gpio_set_value(S3C2410_GPC(5), 0);
327
arnaud.patard@rtp-net.org22e649f2009-11-17 14:54:58 +0100328 } else {
Vasily Khoruzhick53193dd2010-09-27 09:28:00 +0300329 gpio_set_value(H1940_LATCH_LCD_P0, 1);
330 gpio_set_value(H1940_LATCH_LCD_P1, 1);
331
332 s3c_gpio_cfgpin(S3C2410_GPC(1), S3C_GPIO_SFN(2));
333 s3c_gpio_cfgpin(S3C2410_GPC(4), S3C_GPIO_SFN(2));
334
335 gpio_set_value(S3C2410_GPC(5), 1);
336 gpio_set_value(S3C2410_GPC(0), 1);
337
338 gpio_set_value(H1940_LATCH_LCD_P3, 1);
339 gpio_set_value(H1940_LATCH_LCD_P2, 1);
340 gpio_set_value(H1940_LATCH_LCD_P4, 1);
arnaud.patard@rtp-net.org22e649f2009-11-17 14:54:58 +0100341 }
342}
343
344static struct plat_lcd_data h1940_lcd_power_data = {
345 .set_power = h1940_lcd_power_set,
346};
347
348static struct platform_device h1940_lcd_powerdev = {
349 .name = "platform-lcd",
350 .dev.parent = &s3c_device_lcd.dev,
351 .dev.platform_data = &h1940_lcd_power_data,
352};
353
Vasily Khoruzhick68730b42010-09-27 09:32:49 +0300354static struct uda1380_platform_data uda1380_info = {
355 .gpio_power = H1940_LATCH_UDA_POWER,
356 .gpio_reset = S3C2410_GPA(12),
357 .dac_clk = UDA1380_DAC_CLK_SYSCLK,
358};
359
360static struct i2c_board_info h1940_i2c_devices[] = {
361 {
362 I2C_BOARD_INFO("uda1380", 0x1a),
363 .platform_data = &uda1380_info,
364 },
365};
366
Arnaud Patard (Rtp)bbb1c832011-01-06 21:52:46 +0200367#define DECLARE_BUTTON(p, k, n, w) \
368 { \
369 .gpio = p, \
370 .code = k, \
371 .desc = n, \
372 .wakeup = w, \
373 .active_low = 1, \
374 }
375
376static struct gpio_keys_button h1940_buttons[] = {
377 DECLARE_BUTTON(S3C2410_GPF(0), KEY_POWER, "Power", 1),
378 DECLARE_BUTTON(S3C2410_GPF(6), KEY_ENTER, "Select", 1),
379 DECLARE_BUTTON(S3C2410_GPF(7), KEY_RECORD, "Record", 0),
380 DECLARE_BUTTON(S3C2410_GPG(0), KEY_F11, "Calendar", 0),
381 DECLARE_BUTTON(S3C2410_GPG(2), KEY_F12, "Contacts", 0),
382 DECLARE_BUTTON(S3C2410_GPG(3), KEY_MAIL, "Mail", 0),
383 DECLARE_BUTTON(S3C2410_GPG(6), KEY_LEFT, "Left_arrow", 0),
384 DECLARE_BUTTON(S3C2410_GPG(7), KEY_HOMEPAGE, "Home", 0),
385 DECLARE_BUTTON(S3C2410_GPG(8), KEY_RIGHT, "Right_arrow", 0),
386 DECLARE_BUTTON(S3C2410_GPG(9), KEY_UP, "Up_arrow", 0),
387 DECLARE_BUTTON(S3C2410_GPG(10), KEY_DOWN, "Down_arrow", 0),
388};
389
390static struct gpio_keys_platform_data h1940_buttons_data = {
391 .buttons = h1940_buttons,
392 .nbuttons = ARRAY_SIZE(h1940_buttons),
393};
394
395static struct platform_device h1940_dev_buttons = {
396 .name = "gpio-keys",
397 .id = -1,
398 .dev = {
399 .platform_data = &h1940_buttons_data,
400 }
401};
402
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403static struct platform_device *h1940_devices[] __initdata = {
Arnaud Patard (Rtp)bbb1c832011-01-06 21:52:46 +0200404 &h1940_dev_buttons,
Ben Dooksb8132482009-11-23 00:13:39 +0000405 &s3c_device_ohci,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700406 &s3c_device_lcd,
407 &s3c_device_wdt,
Ben Dooks3e1b7762008-10-31 16:14:40 +0000408 &s3c_device_i2c0,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409 &s3c_device_iis,
Jassi Brar83e37b82010-11-22 15:35:53 +0900410 &samsung_asoc_dma,
Arnaud Patard71a9c422007-02-13 00:21:26 +0100411 &s3c_device_usbgadget,
Ben Dooksff34aaa2009-09-28 12:45:47 +0900412 &h1940_device_leds,
413 &h1940_device_bluetooth,
arnaud.patard@rtp-net.org3909b9f2009-11-17 14:54:56 +0100414 &s3c_device_sdi,
arnaud.patard@rtp-net.org13733d52009-11-17 14:54:57 +0100415 &s3c_device_rtc,
arnaud.patard@rtp-net.org22e649f2009-11-17 14:54:58 +0100416 &s3c_device_timer[0],
417 &h1940_backlight,
418 &h1940_lcd_powerdev,
Arnaud Patard17dcd132010-04-22 10:47:43 +0200419 &s3c_device_adc,
420 &s3c_device_ts,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700421};
422
Ben Dooks5fe10ab2005-09-20 17:24:33 +0100423static void __init h1940_map_io(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700424{
425 s3c24xx_init_io(h1940_iodesc, ARRAY_SIZE(h1940_iodesc));
426 s3c24xx_init_clocks(0);
427 s3c24xx_init_uarts(h1940_uartcfgs, ARRAY_SIZE(h1940_uartcfgs));
Ben Dooks90733412006-12-06 01:50:24 +0100428
429 /* setup PM */
430
Krzysztof Heltb1dfe1f2007-03-19 15:10:20 +0100431#ifdef CONFIG_PM_H1940
Ben Dooks90733412006-12-06 01:50:24 +0100432 memcpy(phys_to_virt(H1940_SUSPEND_RESUMEAT), h1940_pm_return, 1024);
Krzysztof Heltb1dfe1f2007-03-19 15:10:20 +0100433#endif
Ben Dooks4e59c252008-12-12 00:24:18 +0000434 s3c_pm_init();
Vasily Khoruzhick14477092010-09-08 12:39:46 +0300435
Vasily Khoruzhick53193dd2010-09-27 09:28:00 +0300436 /* Add latch gpio chip, set latch initial value */
437 h1940_latch_control(0, 0);
Vasily Khoruzhick14477092010-09-08 12:39:46 +0300438 WARN_ON(gpiochip_add(&h1940_latch_gpiochip));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700439}
440
Russell King98c672c2010-05-22 18:18:57 +0100441/* H1940 and RX3715 need to reserve this for suspend */
442static void __init h1940_reserve(void)
443{
Russell King8d717a52010-05-22 19:47:18 +0100444 memblock_reserve(0x30003000, 0x1000);
445 memblock_reserve(0x30081000, 0x1000);
Russell King98c672c2010-05-22 18:18:57 +0100446}
447
Ben Dooks5fe10ab2005-09-20 17:24:33 +0100448static void __init h1940_init_irq(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700449{
450 s3c24xx_init_irq();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700451}
452
Ben Dooks5fe10ab2005-09-20 17:24:33 +0100453static void __init h1940_init(void)
Arnaud Patardf92273c2005-09-09 13:10:10 -0700454{
Arnaud Patard71a9c422007-02-13 00:21:26 +0100455 u32 tmp;
456
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700457 s3c24xx_fb_set_platdata(&h1940_fb_info);
Ben Dooks22c810a2010-01-18 16:24:22 +0900458 s3c24xx_mci_set_platdata(&h1940_mmc_cfg);
Arnaud Patard71a9c422007-02-13 00:21:26 +0100459 s3c24xx_udc_set_platdata(&h1940_udc_cfg);
Arnaud Patardce8877b2009-12-23 19:25:05 +0000460 s3c24xx_ts_set_platdata(&h1940_ts_cfg);
Ben Dooks3e1b7762008-10-31 16:14:40 +0000461 s3c_i2c0_set_platdata(NULL);
Arnaud Patard71a9c422007-02-13 00:21:26 +0100462
463 /* Turn off suspend on both USB ports, and switch the
464 * selectable USB port to USB device mode. */
465
466 s3c2410_modify_misccr(S3C2410_MISCCR_USBHOST |
467 S3C2410_MISCCR_USBSUSPND0 |
468 S3C2410_MISCCR_USBSUSPND1, 0x0);
469
Ben Dookse24b8642008-10-21 14:06:34 +0100470 tmp = (0x78 << S3C24XX_PLLCON_MDIVSHIFT)
471 | (0x02 << S3C24XX_PLLCON_PDIVSHIFT)
472 | (0x03 << S3C24XX_PLLCON_SDIVSHIFT);
Arnaud Patard71a9c422007-02-13 00:21:26 +0100473 writel(tmp, S3C2410_UPLLCON);
Ben Dooks57e51712007-04-20 11:19:16 +0100474
arnaud.patard@rtp-net.org22e649f2009-11-17 14:54:58 +0100475 gpio_request(S3C2410_GPC(0), "LCD power");
Vasily Khoruzhick53193dd2010-09-27 09:28:00 +0300476 gpio_request(S3C2410_GPC(1), "LCD power");
477 gpio_request(S3C2410_GPC(4), "LCD power");
arnaud.patard@rtp-net.org22e649f2009-11-17 14:54:58 +0100478 gpio_request(S3C2410_GPC(5), "LCD power");
479 gpio_request(S3C2410_GPC(6), "LCD power");
Vasily Khoruzhick53193dd2010-09-27 09:28:00 +0300480 gpio_request(H1940_LATCH_LCD_P0, "LCD power");
481 gpio_request(H1940_LATCH_LCD_P1, "LCD power");
482 gpio_request(H1940_LATCH_LCD_P2, "LCD power");
483 gpio_request(H1940_LATCH_LCD_P3, "LCD power");
484 gpio_request(H1940_LATCH_LCD_P4, "LCD power");
485 gpio_request(H1940_LATCH_MAX1698_nSHUTDOWN, "LCD power");
486 gpio_direction_output(S3C2410_GPC(0), 0);
487 gpio_direction_output(S3C2410_GPC(1), 0);
488 gpio_direction_output(S3C2410_GPC(4), 0);
489 gpio_direction_output(S3C2410_GPC(5), 0);
Ben Dooksdb61ac52010-05-04 11:40:51 +0900490 gpio_direction_input(S3C2410_GPC(6));
Vasily Khoruzhick53193dd2010-09-27 09:28:00 +0300491 gpio_direction_output(H1940_LATCH_LCD_P0, 0);
492 gpio_direction_output(H1940_LATCH_LCD_P1, 0);
493 gpio_direction_output(H1940_LATCH_LCD_P2, 0);
494 gpio_direction_output(H1940_LATCH_LCD_P3, 0);
495 gpio_direction_output(H1940_LATCH_LCD_P4, 0);
496 gpio_direction_output(H1940_LATCH_MAX1698_nSHUTDOWN, 0);
arnaud.patard@rtp-net.org22e649f2009-11-17 14:54:58 +0100497
Vasily Khoruzhick48cd65a2010-09-27 00:27:41 +0300498 gpio_request(H1940_LATCH_SD_POWER, "SD power");
499 gpio_direction_output(H1940_LATCH_SD_POWER, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500
501 platform_add_devices(h1940_devices, ARRAY_SIZE(h1940_devices));
Vasily Khoruzhick68730b42010-09-27 09:32:49 +0300502
503 i2c_register_board_info(0, h1940_i2c_devices,
504 ARRAY_SIZE(h1940_i2c_devices));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505}
506
507MACHINE_START(H1940, "IPAQ-H1940")
Ben Dooksafdd2252010-05-07 09:24:05 +0900508 /* Maintainer: Ben Dooks <ben-linux@fluff.org> */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509 .boot_params = S3C2410_SDRAM_PA + 0x100,
510 .map_io = h1940_map_io,
Russell King98c672c2010-05-22 18:18:57 +0100511 .reserve = h1940_reserve,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512 .init_irq = h1940_init_irq,
513 .init_machine = h1940_init,
514 .timer = &s3c24xx_timer,
515MACHINE_END