blob: d9ebba01ffcee52da9b0f13ff26995faaff8aeaa [file] [log] [blame]
Tony Lindgren9b6553c2006-04-02 17:46:30 +01001/*
2 * linux/arch/arm/mach-omap1/board-nokia770.c
3 *
4 * Modified from board-generic.c
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10
11#include <linux/kernel.h>
12#include <linux/init.h>
Matthias Kaehlcked41d2192008-06-09 16:24:08 -070013#include <linux/mutex.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010014#include <linux/platform_device.h>
15#include <linux/input.h>
16#include <linux/clk.h>
17
18#include <linux/spi/spi.h>
19#include <linux/spi/ads7846.h>
Dirk Behme19350612007-01-25 16:29:42 -080020#include <linux/workqueue.h>
21#include <linux/delay.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010022
Russell Kinga09e64f2008-08-05 16:14:15 +010023#include <mach/hardware.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010024#include <asm/mach-types.h>
25#include <asm/mach/arch.h>
26#include <asm/mach/map.h>
27
Russell Kinga09e64f2008-08-05 16:14:15 +010028#include <mach/gpio.h>
29#include <mach/mux.h>
30#include <mach/usb.h>
31#include <mach/board.h>
32#include <mach/keypad.h>
33#include <mach/common.h>
34#include <mach/dsp_common.h>
Russell Kinga09e64f2008-08-05 16:14:15 +010035#include <mach/omapfb.h>
Andrew de Quincey088962c2009-05-28 14:03:31 -070036#include <mach/hwa742.h>
Russell Kinga09e64f2008-08-05 16:14:15 +010037#include <mach/lcd_mipid.h>
Tony Lindgrend8874662008-12-10 17:37:16 -080038#include <mach/mmc.h>
Tony Lindgrenebe3b0e2009-05-25 11:08:44 -070039#include <mach/usb.h>
Andrew de Quincey088962c2009-05-28 14:03:31 -070040#include <mach/clock.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010041
Imre Deak06767fb2007-03-06 18:20:00 +020042#define ADS7846_PENDOWN_GPIO 15
43
Tony Lindgren9b6553c2006-04-02 17:46:30 +010044static void __init omap_nokia770_init_irq(void)
45{
46 /* On Nokia 770, the SleepX signal is masked with an
47 * MPUIO line by default. It has to be unmasked for it
48 * to become functional */
49
50 /* SleepX mask direction */
51 omap_writew((omap_readw(0xfffb5008) & ~2), 0xfffb5008);
52 /* Unmask SleepX signal */
53 omap_writew((omap_readw(0xfffb5004) & ~2), 0xfffb5004);
54
55 omap1_init_common_hw();
56 omap_init_irq();
57}
58
59static int nokia770_keymap[] = {
60 KEY(0, 1, GROUP_0 | KEY_UP),
61 KEY(0, 2, GROUP_1 | KEY_F5),
62 KEY(1, 0, GROUP_0 | KEY_LEFT),
63 KEY(1, 1, GROUP_0 | KEY_ENTER),
64 KEY(1, 2, GROUP_0 | KEY_RIGHT),
65 KEY(2, 0, GROUP_1 | KEY_ESC),
66 KEY(2, 1, GROUP_0 | KEY_DOWN),
67 KEY(2, 2, GROUP_1 | KEY_F4),
68 KEY(3, 0, GROUP_2 | KEY_F7),
69 KEY(3, 1, GROUP_2 | KEY_F8),
70 KEY(3, 2, GROUP_2 | KEY_F6),
71 0
72};
73
74static struct resource nokia770_kp_resources[] = {
75 [0] = {
76 .start = INT_KEYBOARD,
77 .end = INT_KEYBOARD,
78 .flags = IORESOURCE_IRQ,
79 },
80};
81
82static struct omap_kp_platform_data nokia770_kp_data = {
Komal Shah4d246072006-09-29 01:59:20 -070083 .rows = 8,
84 .cols = 8,
85 .keymap = nokia770_keymap,
David Howells6d5aefb2006-12-05 19:36:26 +000086 .keymapsize = ARRAY_SIZE(nokia770_keymap),
Komal Shah4d246072006-09-29 01:59:20 -070087 .delay = 4,
Tony Lindgren9b6553c2006-04-02 17:46:30 +010088};
89
90static struct platform_device nokia770_kp_device = {
91 .name = "omap-keypad",
92 .id = -1,
93 .dev = {
94 .platform_data = &nokia770_kp_data,
95 },
96 .num_resources = ARRAY_SIZE(nokia770_kp_resources),
97 .resource = nokia770_kp_resources,
98};
99
100static struct platform_device *nokia770_devices[] __initdata = {
Tony Lindgrena5246262006-12-07 13:58:17 -0800101 &nokia770_kp_device,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100102};
103
Imre Deak06767fb2007-03-06 18:20:00 +0200104static void mipid_shutdown(struct mipid_platform_data *pdata)
105{
106 if (pdata->nreset_gpio != -1) {
107 printk(KERN_INFO "shutdown LCD\n");
David Brownell0b84b5c2008-12-10 17:35:25 -0800108 gpio_set_value(pdata->nreset_gpio, 0);
Imre Deak06767fb2007-03-06 18:20:00 +0200109 msleep(120);
110 }
111}
112
113static struct mipid_platform_data nokia770_mipid_platform_data = {
114 .shutdown = mipid_shutdown,
115};
116
117static void mipid_dev_init(void)
118{
119 const struct omap_lcd_config *conf;
120
121 conf = omap_get_config(OMAP_TAG_LCD, struct omap_lcd_config);
122 if (conf != NULL) {
123 nokia770_mipid_platform_data.nreset_gpio = conf->nreset_gpio;
124 nokia770_mipid_platform_data.data_lines = conf->data_lines;
125 }
126}
127
128static void ads7846_dev_init(void)
129{
Jarkko Nikulaf2d18fe2008-12-10 17:35:30 -0800130 if (gpio_request(ADS7846_PENDOWN_GPIO, "ADS7846 pendown") < 0)
Imre Deak06767fb2007-03-06 18:20:00 +0200131 printk(KERN_ERR "can't get ads7846 pen down GPIO\n");
132}
133
134static int ads7846_get_pendown_state(void)
135{
David Brownell0b84b5c2008-12-10 17:35:25 -0800136 return !gpio_get_value(ADS7846_PENDOWN_GPIO);
Imre Deak06767fb2007-03-06 18:20:00 +0200137}
138
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100139static struct ads7846_platform_data nokia770_ads7846_platform_data __initdata = {
140 .x_max = 0x0fff,
141 .y_max = 0x0fff,
142 .x_plate_ohms = 180,
143 .pressure_max = 255,
144 .debounce_max = 10,
145 .debounce_tol = 3,
Imre Deak06767fb2007-03-06 18:20:00 +0200146 .debounce_rep = 1,
147 .get_pendown_state = ads7846_get_pendown_state,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100148};
149
150static struct spi_board_info nokia770_spi_board_info[] __initdata = {
151 [0] = {
Tony Lindgrena5246262006-12-07 13:58:17 -0800152 .modalias = "lcd_mipid",
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100153 .bus_num = 2,
154 .chip_select = 3,
155 .max_speed_hz = 12000000,
Imre Deak06767fb2007-03-06 18:20:00 +0200156 .platform_data = &nokia770_mipid_platform_data,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100157 },
158 [1] = {
159 .modalias = "ads7846",
160 .bus_num = 2,
161 .chip_select = 0,
162 .max_speed_hz = 2500000,
163 .irq = OMAP_GPIO_IRQ(15),
164 .platform_data = &nokia770_ads7846_platform_data,
165 },
166};
167
Andrew de Quincey088962c2009-05-28 14:03:31 -0700168static struct hwa742_platform_data nokia770_hwa742_platform_data = {
169 .te_connected = 1,
170};
171
172static void hwa742_dev_init(void)
173{
174 clk_add_alias("hwa_sys_ck", NULL, "bclk", NULL);
175 omapfb_set_ctrl_platform_data(&nokia770_hwa742_platform_data);
176}
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100177
178/* assume no Mini-AB port */
179
180static struct omap_usb_config nokia770_usb_config __initdata = {
181 .otg = 1,
182 .register_host = 1,
183 .register_dev = 1,
184 .hmc_mode = 16,
185 .pins[0] = 6,
186};
187
Tony Lindgrend8874662008-12-10 17:37:16 -0800188#if defined(CONFIG_MMC_OMAP) || defined(CONFIG_MMC_OMAP_MODULE)
189
190#define NOKIA770_GPIO_MMC_POWER 41
191#define NOKIA770_GPIO_MMC_SWITCH 23
192
193static int nokia770_mmc_set_power(struct device *dev, int slot, int power_on,
194 int vdd)
195{
Ladislav Michlbac5b292009-04-23 11:10:48 -0700196 gpio_set_value(NOKIA770_GPIO_MMC_POWER, power_on);
Tony Lindgrend8874662008-12-10 17:37:16 -0800197 return 0;
198}
199
200static int nokia770_mmc_get_cover_state(struct device *dev, int slot)
201{
202 return gpio_get_value(NOKIA770_GPIO_MMC_SWITCH);
203}
204
205static struct omap_mmc_platform_data nokia770_mmc2_data = {
206 .nr_slots = 1,
207 .dma_mask = 0xffffffff,
Andrew de Quinceye4d24ec2009-06-23 13:30:21 +0300208 .max_freq = 12000000,
Tony Lindgrend8874662008-12-10 17:37:16 -0800209 .slots[0] = {
210 .set_power = nokia770_mmc_set_power,
211 .get_cover_state = nokia770_mmc_get_cover_state,
Andrew de Quinceye4d24ec2009-06-23 13:30:21 +0300212 .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34,
Tony Lindgrend8874662008-12-10 17:37:16 -0800213 .name = "mmcblk",
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100214 },
215};
216
Tony Lindgrend8874662008-12-10 17:37:16 -0800217static struct omap_mmc_platform_data *nokia770_mmc_data[OMAP16XX_NR_MMC];
218
219static void __init nokia770_mmc_init(void)
220{
221 int ret;
222
223 ret = gpio_request(NOKIA770_GPIO_MMC_POWER, "MMC power");
224 if (ret < 0)
225 return;
226 gpio_direction_output(NOKIA770_GPIO_MMC_POWER, 0);
227
228 ret = gpio_request(NOKIA770_GPIO_MMC_SWITCH, "MMC cover");
229 if (ret < 0) {
230 gpio_free(NOKIA770_GPIO_MMC_POWER);
231 return;
232 }
233 gpio_direction_input(NOKIA770_GPIO_MMC_SWITCH);
234
235 /* Only the second MMC controller is used */
236 nokia770_mmc_data[1] = &nokia770_mmc2_data;
237 omap1_init_mmc(nokia770_mmc_data, OMAP16XX_NR_MMC);
238}
239
240#else
241static inline void nokia770_mmc_init(void)
242{
243}
244#endif
245
Tony Lindgrena5246262006-12-07 13:58:17 -0800246#if defined(CONFIG_OMAP_DSP)
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100247/*
248 * audio power control
249 */
250#define HEADPHONE_GPIO 14
251#define AMPLIFIER_CTRL_GPIO 58
252
253static struct clk *dspxor_ck;
Matthias Kaehlcked41d2192008-06-09 16:24:08 -0700254static DEFINE_MUTEX(audio_pwr_lock);
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100255/*
256 * audio_pwr_state
257 * +--+-------------------------+---------------------------------------+
258 * |-1|down |power-up request -> 0 |
259 * +--+-------------------------+---------------------------------------+
260 * | 0|up |power-down(1) request -> 1 |
261 * | | |power-down(2) request -> (ignore) |
262 * +--+-------------------------+---------------------------------------+
263 * | 1|up, |power-up request -> 0 |
264 * | |received down(1) request |power-down(2) request -> -1 |
265 * +--+-------------------------+---------------------------------------+
266 */
267static int audio_pwr_state = -1;
268
Tony Lindgrene999bbe2009-01-15 13:55:59 +0200269static inline void aic23_power_up(void)
270{
271}
272static inline void aic23_power_down(void)
273{
274}
275
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100276/*
Matthias Kaehlcked41d2192008-06-09 16:24:08 -0700277 * audio_pwr_up / down should be called under audio_pwr_lock
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100278 */
279static void nokia770_audio_pwr_up(void)
280{
281 clk_enable(dspxor_ck);
282
283 /* Turn on codec */
Tony Lindgrena5246262006-12-07 13:58:17 -0800284 aic23_power_up();
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100285
David Brownell0b84b5c2008-12-10 17:35:25 -0800286 if (gpio_get_value(HEADPHONE_GPIO))
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100287 /* HP not connected, turn on amplifier */
David Brownell0b84b5c2008-12-10 17:35:25 -0800288 gpio_set_value(AMPLIFIER_CTRL_GPIO, 1);
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100289 else
290 /* HP connected, do not turn on amplifier */
291 printk("HP connected\n");
292}
293
David Howells6d5aefb2006-12-05 19:36:26 +0000294static void codec_delayed_power_down(struct work_struct *work)
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100295{
Matthias Kaehlcked41d2192008-06-09 16:24:08 -0700296 mutex_lock(&audio_pwr_lock);
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100297 if (audio_pwr_state == -1)
Tony Lindgrena5246262006-12-07 13:58:17 -0800298 aic23_power_down();
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100299 clk_disable(dspxor_ck);
Matthias Kaehlcked41d2192008-06-09 16:24:08 -0700300 mutex_unlock(&audio_pwr_lock);
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100301}
302
David Howells6d5aefb2006-12-05 19:36:26 +0000303static DECLARE_DELAYED_WORK(codec_power_down_work, codec_delayed_power_down);
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100304
305static void nokia770_audio_pwr_down(void)
306{
307 /* Turn off amplifier */
David Brownell0b84b5c2008-12-10 17:35:25 -0800308 gpio_set_value(AMPLIFIER_CTRL_GPIO, 0);
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100309
310 /* Turn off codec: schedule delayed work */
311 schedule_delayed_work(&codec_power_down_work, HZ / 20); /* 50ms */
312}
313
Tony Lindgrena5246262006-12-07 13:58:17 -0800314static int
315nokia770_audio_pwr_up_request(struct dsp_kfunc_device *kdev, int stage)
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100316{
Matthias Kaehlcked41d2192008-06-09 16:24:08 -0700317 mutex_lock(&audio_pwr_lock);
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100318 if (audio_pwr_state == -1)
319 nokia770_audio_pwr_up();
320 /* force audio_pwr_state = 0, even if it was 1. */
321 audio_pwr_state = 0;
Matthias Kaehlcked41d2192008-06-09 16:24:08 -0700322 mutex_unlock(&audio_pwr_lock);
Tony Lindgrena5246262006-12-07 13:58:17 -0800323 return 0;
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100324}
325
Tony Lindgrena5246262006-12-07 13:58:17 -0800326static int
327nokia770_audio_pwr_down_request(struct dsp_kfunc_device *kdev, int stage)
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100328{
Matthias Kaehlcked41d2192008-06-09 16:24:08 -0700329 mutex_lock(&audio_pwr_lock);
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100330 switch (stage) {
331 case 1:
332 if (audio_pwr_state == 0)
333 audio_pwr_state = 1;
334 break;
335 case 2:
336 if (audio_pwr_state == 1) {
337 nokia770_audio_pwr_down();
338 audio_pwr_state = -1;
339 }
340 break;
341 }
Matthias Kaehlcked41d2192008-06-09 16:24:08 -0700342 mutex_unlock(&audio_pwr_lock);
Tony Lindgrena5246262006-12-07 13:58:17 -0800343 return 0;
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100344}
345
Tony Lindgrena5246262006-12-07 13:58:17 -0800346static struct dsp_kfunc_device nokia770_audio_device = {
347 .name = "audio",
348 .type = DSP_KFUNC_DEV_TYPE_AUDIO,
349 .enable = nokia770_audio_pwr_up_request,
350 .disable = nokia770_audio_pwr_down_request,
351};
352
353static __init int omap_dsp_init(void)
354{
355 int ret;
356
357 dspxor_ck = clk_get(0, "dspxor_ck");
358 if (IS_ERR(dspxor_ck)) {
359 printk(KERN_ERR "couldn't acquire dspxor_ck\n");
360 return PTR_ERR(dspxor_ck);
361 }
362
363 ret = dsp_kfunc_device_register(&nokia770_audio_device);
364 if (ret) {
365 printk(KERN_ERR
366 "KFUNC device registration faild: %s\n",
367 nokia770_audio_device.name);
368 goto out;
369 }
370 return 0;
371 out:
372 return ret;
373}
Daniel Walkerf6f2a5d2008-01-18 17:55:08 -0800374#else
375#define omap_dsp_init() do {} while (0)
Tony Lindgrena5246262006-12-07 13:58:17 -0800376#endif /* CONFIG_OMAP_DSP */
377
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100378static void __init omap_nokia770_init(void)
379{
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100380 platform_add_devices(nokia770_devices, ARRAY_SIZE(nokia770_devices));
381 spi_register_board_info(nokia770_spi_board_info,
382 ARRAY_SIZE(nokia770_spi_board_info));
Imre Deak06767fb2007-03-06 18:20:00 +0200383 omap_gpio_init();
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100384 omap_serial_init();
Jarkko Nikula1ed16a82007-11-07 06:54:32 +0200385 omap_register_i2c_bus(1, 100, NULL, 0);
Tony Lindgrena5246262006-12-07 13:58:17 -0800386 omap_dsp_init();
Andrew de Quincey088962c2009-05-28 14:03:31 -0700387 hwa742_dev_init();
Imre Deak06767fb2007-03-06 18:20:00 +0200388 ads7846_dev_init();
389 mipid_dev_init();
Felipe Balbib0b5aa32009-03-23 18:07:49 -0700390 omap_usb_init(&nokia770_usb_config);
Tony Lindgrend8874662008-12-10 17:37:16 -0800391 nokia770_mmc_init();
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100392}
393
394static void __init omap_nokia770_map_io(void)
395{
396 omap1_map_common_io();
397}
398
399MACHINE_START(NOKIA770, "Nokia 770")
400 .phys_io = 0xfff00000,
401 .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc,
402 .boot_params = 0x10000100,
403 .map_io = omap_nokia770_map_io,
404 .init_irq = omap_nokia770_init_irq,
405 .init_machine = omap_nokia770_init,
406 .timer = &omap_timer,
407MACHINE_END