Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
[pandora-kernel.git] / arch / arm / mach-s3c64xx / mach-mini6410.c
1 /* linux/arch/arm/mach-s3c64xx/mach-mini6410.c
2  *
3  * Copyright 2010 Darius Augulis <augulis.darius@gmail.com>
4  * Copyright 2008 Openmoko, Inc.
5  * Copyright 2008 Simtec Electronics
6  *      Ben Dooks <ben@simtec.co.uk>
7  *      http://armlinux.simtec.co.uk/
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License version 2 as
11  * published by the Free Software Foundation.
12  *
13 */
14
15 #include <linux/init.h>
16 #include <linux/interrupt.h>
17 #include <linux/fb.h>
18 #include <linux/gpio.h>
19 #include <linux/kernel.h>
20 #include <linux/list.h>
21 #include <linux/dm9000.h>
22 #include <linux/mtd/mtd.h>
23 #include <linux/mtd/partitions.h>
24 #include <linux/serial_core.h>
25 #include <linux/types.h>
26
27 #include <asm/mach-types.h>
28 #include <asm/mach/arch.h>
29 #include <asm/mach/map.h>
30
31 #include <mach/map.h>
32 #include <mach/regs-gpio.h>
33 #include <mach/regs-modem.h>
34 #include <mach/regs-srom.h>
35 #include <mach/s3c6410.h>
36
37 #include <plat/adc.h>
38 #include <plat/cpu.h>
39 #include <plat/devs.h>
40 #include <plat/fb.h>
41 #include <plat/nand.h>
42 #include <plat/regs-serial.h>
43 #include <plat/ts.h>
44 #include <plat/regs-fb-v4.h>
45
46 #include <video/platform_lcd.h>
47
48 #define UCON S3C2410_UCON_DEFAULT
49 #define ULCON (S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB)
50 #define UFCON (S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE)
51
52 static struct s3c2410_uartcfg mini6410_uartcfgs[] __initdata = {
53         [0] = {
54                 .hwport = 0,
55                 .flags  = 0,
56                 .ucon   = UCON,
57                 .ulcon  = ULCON,
58                 .ufcon  = UFCON,
59         },
60         [1] = {
61                 .hwport = 1,
62                 .flags  = 0,
63                 .ucon   = UCON,
64                 .ulcon  = ULCON,
65                 .ufcon  = UFCON,
66         },
67         [2] = {
68                 .hwport = 2,
69                 .flags  = 0,
70                 .ucon   = UCON,
71                 .ulcon  = ULCON,
72                 .ufcon  = UFCON,
73         },
74         [3] = {
75                 .hwport = 3,
76                 .flags  = 0,
77                 .ucon   = UCON,
78                 .ulcon  = ULCON,
79                 .ufcon  = UFCON,
80         },
81 };
82
83 /* DM9000AEP 10/100 ethernet controller */
84
85 static struct resource mini6410_dm9k_resource[] = {
86         [0] = {
87                 .start  = S3C64XX_PA_XM0CSN1,
88                 .end    = S3C64XX_PA_XM0CSN1 + 1,
89                 .flags  = IORESOURCE_MEM
90         },
91         [1] = {
92                 .start  = S3C64XX_PA_XM0CSN1 + 4,
93                 .end    = S3C64XX_PA_XM0CSN1 + 5,
94                 .flags  = IORESOURCE_MEM
95         },
96         [2] = {
97                 .start  = S3C_EINT(7),
98                 .end    = S3C_EINT(7),
99                 .flags  = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL
100         }
101 };
102
103 static struct dm9000_plat_data mini6410_dm9k_pdata = {
104         .flags          = (DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM),
105 };
106
107 static struct platform_device mini6410_device_eth = {
108         .name           = "dm9000",
109         .id             = -1,
110         .num_resources  = ARRAY_SIZE(mini6410_dm9k_resource),
111         .resource       = mini6410_dm9k_resource,
112         .dev            = {
113                 .platform_data  = &mini6410_dm9k_pdata,
114         },
115 };
116
117 static struct mtd_partition mini6410_nand_part[] = {
118         [0] = {
119                 .name   = "uboot",
120                 .size   = SZ_1M,
121                 .offset = 0,
122         },
123         [1] = {
124                 .name   = "kernel",
125                 .size   = SZ_2M,
126                 .offset = SZ_1M,
127         },
128         [2] = {
129                 .name   = "rootfs",
130                 .size   = MTDPART_SIZ_FULL,
131                 .offset = SZ_1M + SZ_2M,
132         },
133 };
134
135 static struct s3c2410_nand_set mini6410_nand_sets[] = {
136         [0] = {
137                 .name           = "nand",
138                 .nr_chips       = 1,
139                 .nr_partitions  = ARRAY_SIZE(mini6410_nand_part),
140                 .partitions     = mini6410_nand_part,
141         },
142 };
143
144 static struct s3c2410_platform_nand mini6410_nand_info = {
145         .tacls          = 25,
146         .twrph0         = 55,
147         .twrph1         = 40,
148         .nr_sets        = ARRAY_SIZE(mini6410_nand_sets),
149         .sets           = mini6410_nand_sets,
150 };
151
152 static struct s3c_fb_pd_win mini6410_fb_win[] = {
153         {
154                 .win_mode       = {     /* 4.3" 480x272 */
155                         .left_margin    = 3,
156                         .right_margin   = 2,
157                         .upper_margin   = 1,
158                         .lower_margin   = 1,
159                         .hsync_len      = 40,
160                         .vsync_len      = 1,
161                         .xres           = 480,
162                         .yres           = 272,
163                 },
164                 .max_bpp        = 32,
165                 .default_bpp    = 16,
166         }, {
167                 .win_mode       = {     /* 7.0" 800x480 */
168                         .left_margin    = 8,
169                         .right_margin   = 13,
170                         .upper_margin   = 7,
171                         .lower_margin   = 5,
172                         .hsync_len      = 3,
173                         .vsync_len      = 1,
174                         .xres           = 800,
175                         .yres           = 480,
176                 },
177                 .max_bpp        = 32,
178                 .default_bpp    = 16,
179         },
180 };
181
182 static struct s3c_fb_platdata mini6410_lcd_pdata __initdata = {
183         .setup_gpio     = s3c64xx_fb_gpio_setup_24bpp,
184         .win[0]         = &mini6410_fb_win[0],
185         .vidcon0        = VIDCON0_VIDOUT_RGB | VIDCON0_PNRMODE_RGB,
186         .vidcon1        = VIDCON1_INV_HSYNC | VIDCON1_INV_VSYNC,
187 };
188
189 static void mini6410_lcd_power_set(struct plat_lcd_data *pd,
190                                    unsigned int power)
191 {
192         if (power)
193                 gpio_direction_output(S3C64XX_GPE(0), 1);
194         else
195                 gpio_direction_output(S3C64XX_GPE(0), 0);
196 }
197
198 static struct plat_lcd_data mini6410_lcd_power_data = {
199         .set_power      = mini6410_lcd_power_set,
200 };
201
202 static struct platform_device mini6410_lcd_powerdev = {
203         .name                   = "platform-lcd",
204         .dev.parent             = &s3c_device_fb.dev,
205         .dev.platform_data      = &mini6410_lcd_power_data,
206 };
207
208 static struct platform_device *mini6410_devices[] __initdata = {
209         &mini6410_device_eth,
210         &s3c_device_hsmmc0,
211         &s3c_device_hsmmc1,
212         &s3c_device_ohci,
213         &s3c_device_nand,
214         &s3c_device_fb,
215         &mini6410_lcd_powerdev,
216         &s3c_device_adc,
217         &s3c_device_ts,
218 };
219
220 static void __init mini6410_map_io(void)
221 {
222         u32 tmp;
223
224         s3c64xx_init_io(NULL, 0);
225         s3c24xx_init_clocks(12000000);
226         s3c24xx_init_uarts(mini6410_uartcfgs, ARRAY_SIZE(mini6410_uartcfgs));
227
228         /* set the LCD type */
229         tmp = __raw_readl(S3C64XX_SPCON);
230         tmp &= ~S3C64XX_SPCON_LCD_SEL_MASK;
231         tmp |= S3C64XX_SPCON_LCD_SEL_RGB;
232         __raw_writel(tmp, S3C64XX_SPCON);
233
234         /* remove the LCD bypass */
235         tmp = __raw_readl(S3C64XX_MODEM_MIFPCON);
236         tmp &= ~MIFPCON_LCD_BYPASS;
237         __raw_writel(tmp, S3C64XX_MODEM_MIFPCON);
238 }
239
240 /*
241  * mini6410_features string
242  *
243  * 0-9 LCD configuration
244  *
245  */
246 static char mini6410_features_str[12] __initdata = "0";
247
248 static int __init mini6410_features_setup(char *str)
249 {
250         if (str)
251                 strlcpy(mini6410_features_str, str,
252                         sizeof(mini6410_features_str));
253         return 1;
254 }
255
256 __setup("mini6410=", mini6410_features_setup);
257
258 #define FEATURE_SCREEN (1 << 0)
259
260 struct mini6410_features_t {
261         int done;
262         int lcd_index;
263 };
264
265 static void mini6410_parse_features(
266                 struct mini6410_features_t *features,
267                 const char *features_str)
268 {
269         const char *fp = features_str;
270
271         features->done = 0;
272         features->lcd_index = 0;
273
274         while (*fp) {
275                 char f = *fp++;
276
277                 switch (f) {
278                 case '0'...'9': /* tft screen */
279                         if (features->done & FEATURE_SCREEN) {
280                                 printk(KERN_INFO "MINI6410: '%c' ignored, "
281                                         "screen type already set\n", f);
282                         } else {
283                                 int li = f - '0';
284                                 if (li >= ARRAY_SIZE(mini6410_fb_win))
285                                         printk(KERN_INFO "MINI6410: '%c' out "
286                                                 "of range LCD mode\n", f);
287                                 else {
288                                         features->lcd_index = li;
289                                 }
290                         }
291                         features->done |= FEATURE_SCREEN;
292                         break;
293                 }
294         }
295 }
296
297 static void __init mini6410_machine_init(void)
298 {
299         u32 cs1;
300         struct mini6410_features_t features = { 0 };
301
302         printk(KERN_INFO "MINI6410: Option string mini6410=%s\n",
303                         mini6410_features_str);
304
305         /* Parse the feature string */
306         mini6410_parse_features(&features, mini6410_features_str);
307
308         mini6410_lcd_pdata.win[0] = &mini6410_fb_win[features.lcd_index];
309
310         printk(KERN_INFO "MINI6410: selected LCD display is %dx%d\n",
311                 mini6410_lcd_pdata.win[0]->win_mode.xres,
312                 mini6410_lcd_pdata.win[0]->win_mode.yres);
313
314         s3c_nand_set_platdata(&mini6410_nand_info);
315         s3c_fb_set_platdata(&mini6410_lcd_pdata);
316         s3c24xx_ts_set_platdata(NULL);
317
318         /* configure nCS1 width to 16 bits */
319
320         cs1 = __raw_readl(S3C64XX_SROM_BW) &
321                 ~(S3C64XX_SROM_BW__CS_MASK << S3C64XX_SROM_BW__NCS1__SHIFT);
322         cs1 |= ((1 << S3C64XX_SROM_BW__DATAWIDTH__SHIFT) |
323                 (1 << S3C64XX_SROM_BW__WAITENABLE__SHIFT) |
324                 (1 << S3C64XX_SROM_BW__BYTEENABLE__SHIFT)) <<
325                         S3C64XX_SROM_BW__NCS1__SHIFT;
326         __raw_writel(cs1, S3C64XX_SROM_BW);
327
328         /* set timing for nCS1 suitable for ethernet chip */
329
330         __raw_writel((0 << S3C64XX_SROM_BCX__PMC__SHIFT) |
331                 (6 << S3C64XX_SROM_BCX__TACP__SHIFT) |
332                 (4 << S3C64XX_SROM_BCX__TCAH__SHIFT) |
333                 (1 << S3C64XX_SROM_BCX__TCOH__SHIFT) |
334                 (13 << S3C64XX_SROM_BCX__TACC__SHIFT) |
335                 (4 << S3C64XX_SROM_BCX__TCOS__SHIFT) |
336                 (0 << S3C64XX_SROM_BCX__TACS__SHIFT), S3C64XX_SROM_BC1);
337
338         gpio_request(S3C64XX_GPF(15), "LCD power");
339         gpio_request(S3C64XX_GPE(0), "LCD power");
340
341         platform_add_devices(mini6410_devices, ARRAY_SIZE(mini6410_devices));
342 }
343
344 MACHINE_START(MINI6410, "MINI6410")
345         /* Maintainer: Darius Augulis <augulis.darius@gmail.com> */
346         .atag_offset    = 0x100,
347         .init_irq       = s3c6410_init_irq,
348         .map_io         = mini6410_map_io,
349         .init_machine   = mini6410_machine_init,
350         .timer          = &s3c24xx_timer,
351 MACHINE_END