blob: 9b348b6ee3eeba85456a5030fe06147b6025fcb0 [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>
Tomi Valkeinen91773a02009-08-03 15:06:36 +030017#include <linux/omapfb.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010018
19#include <linux/spi/spi.h>
20#include <linux/spi/ads7846.h>
Dirk Behme19350612007-01-25 16:29:42 -080021#include <linux/workqueue.h>
22#include <linux/delay.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010023
Russell Kinga09e64f2008-08-05 16:14:15 +010024#include <mach/hardware.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010025#include <asm/mach-types.h>
26#include <asm/mach/arch.h>
27#include <asm/mach/map.h>
28
Russell Kinga09e64f2008-08-05 16:14:15 +010029#include <mach/gpio.h>
Tony Lindgrence491cf2009-10-20 09:40:47 -070030#include <plat/mux.h>
31#include <plat/usb.h>
32#include <plat/board.h>
33#include <plat/keypad.h>
34#include <plat/common.h>
Tony Lindgrence491cf2009-10-20 09:40:47 -070035#include <plat/hwa742.h>
36#include <plat/lcd_mipid.h>
37#include <plat/mmc.h>
38#include <plat/clock.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010039
Imre Deak06767fb2007-03-06 18:20:00 +020040#define ADS7846_PENDOWN_GPIO 15
41
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000042static const unsigned int nokia770_keymap[] = {
43 KEY(1, 0, GROUP_0 | KEY_UP),
44 KEY(2, 0, GROUP_1 | KEY_F5),
45 KEY(0, 1, GROUP_0 | KEY_LEFT),
Tony Lindgren9b6553c2006-04-02 17:46:30 +010046 KEY(1, 1, GROUP_0 | KEY_ENTER),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000047 KEY(2, 1, GROUP_0 | KEY_RIGHT),
48 KEY(0, 2, GROUP_1 | KEY_ESC),
49 KEY(1, 2, GROUP_0 | KEY_DOWN),
Tony Lindgren9b6553c2006-04-02 17:46:30 +010050 KEY(2, 2, GROUP_1 | KEY_F4),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000051 KEY(0, 3, GROUP_2 | KEY_F7),
52 KEY(1, 3, GROUP_2 | KEY_F8),
53 KEY(2, 3, GROUP_2 | KEY_F6),
Tony Lindgren9b6553c2006-04-02 17:46:30 +010054};
55
56static struct resource nokia770_kp_resources[] = {
57 [0] = {
58 .start = INT_KEYBOARD,
59 .end = INT_KEYBOARD,
60 .flags = IORESOURCE_IRQ,
61 },
62};
63
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000064static const struct matrix_keymap_data nokia770_keymap_data = {
65 .keymap = nokia770_keymap,
66 .keymap_size = ARRAY_SIZE(nokia770_keymap),
67};
68
Tony Lindgren9b6553c2006-04-02 17:46:30 +010069static struct omap_kp_platform_data nokia770_kp_data = {
Komal Shah4d246072006-09-29 01:59:20 -070070 .rows = 8,
71 .cols = 8,
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000072 .keymap_data = &nokia770_keymap_data,
Komal Shah4d246072006-09-29 01:59:20 -070073 .delay = 4,
Tony Lindgren9b6553c2006-04-02 17:46:30 +010074};
75
76static struct platform_device nokia770_kp_device = {
77 .name = "omap-keypad",
78 .id = -1,
79 .dev = {
80 .platform_data = &nokia770_kp_data,
81 },
82 .num_resources = ARRAY_SIZE(nokia770_kp_resources),
83 .resource = nokia770_kp_resources,
84};
85
86static struct platform_device *nokia770_devices[] __initdata = {
Tony Lindgrena5246262006-12-07 13:58:17 -080087 &nokia770_kp_device,
Tony Lindgren9b6553c2006-04-02 17:46:30 +010088};
89
Imre Deak06767fb2007-03-06 18:20:00 +020090static void mipid_shutdown(struct mipid_platform_data *pdata)
91{
92 if (pdata->nreset_gpio != -1) {
93 printk(KERN_INFO "shutdown LCD\n");
David Brownell0b84b5c2008-12-10 17:35:25 -080094 gpio_set_value(pdata->nreset_gpio, 0);
Imre Deak06767fb2007-03-06 18:20:00 +020095 msleep(120);
96 }
97}
98
99static struct mipid_platform_data nokia770_mipid_platform_data = {
100 .shutdown = mipid_shutdown,
101};
102
Uwe Kleine-König29ab3c72011-02-09 21:40:07 +0100103static void __init mipid_dev_init(void)
Imre Deak06767fb2007-03-06 18:20:00 +0200104{
105 const struct omap_lcd_config *conf;
106
107 conf = omap_get_config(OMAP_TAG_LCD, struct omap_lcd_config);
108 if (conf != NULL) {
109 nokia770_mipid_platform_data.nreset_gpio = conf->nreset_gpio;
110 nokia770_mipid_platform_data.data_lines = conf->data_lines;
111 }
112}
113
Uwe Kleine-König29ab3c72011-02-09 21:40:07 +0100114static void __init ads7846_dev_init(void)
Imre Deak06767fb2007-03-06 18:20:00 +0200115{
Jarkko Nikulaf2d18fe2008-12-10 17:35:30 -0800116 if (gpio_request(ADS7846_PENDOWN_GPIO, "ADS7846 pendown") < 0)
Imre Deak06767fb2007-03-06 18:20:00 +0200117 printk(KERN_ERR "can't get ads7846 pen down GPIO\n");
118}
119
120static int ads7846_get_pendown_state(void)
121{
David Brownell0b84b5c2008-12-10 17:35:25 -0800122 return !gpio_get_value(ADS7846_PENDOWN_GPIO);
Imre Deak06767fb2007-03-06 18:20:00 +0200123}
124
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100125static struct ads7846_platform_data nokia770_ads7846_platform_data __initdata = {
126 .x_max = 0x0fff,
127 .y_max = 0x0fff,
128 .x_plate_ohms = 180,
129 .pressure_max = 255,
130 .debounce_max = 10,
131 .debounce_tol = 3,
Imre Deak06767fb2007-03-06 18:20:00 +0200132 .debounce_rep = 1,
133 .get_pendown_state = ads7846_get_pendown_state,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100134};
135
136static struct spi_board_info nokia770_spi_board_info[] __initdata = {
137 [0] = {
Tony Lindgrena5246262006-12-07 13:58:17 -0800138 .modalias = "lcd_mipid",
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100139 .bus_num = 2,
140 .chip_select = 3,
141 .max_speed_hz = 12000000,
Imre Deak06767fb2007-03-06 18:20:00 +0200142 .platform_data = &nokia770_mipid_platform_data,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100143 },
144 [1] = {
145 .modalias = "ads7846",
146 .bus_num = 2,
147 .chip_select = 0,
148 .max_speed_hz = 2500000,
149 .irq = OMAP_GPIO_IRQ(15),
150 .platform_data = &nokia770_ads7846_platform_data,
151 },
152};
153
Andrew de Quincey088962c2009-05-28 14:03:31 -0700154static struct hwa742_platform_data nokia770_hwa742_platform_data = {
155 .te_connected = 1,
156};
157
Uwe Kleine-König29ab3c72011-02-09 21:40:07 +0100158static void __init hwa742_dev_init(void)
Andrew de Quincey088962c2009-05-28 14:03:31 -0700159{
160 clk_add_alias("hwa_sys_ck", NULL, "bclk", NULL);
161 omapfb_set_ctrl_platform_data(&nokia770_hwa742_platform_data);
162}
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100163
164/* assume no Mini-AB port */
165
166static struct omap_usb_config nokia770_usb_config __initdata = {
167 .otg = 1,
168 .register_host = 1,
169 .register_dev = 1,
170 .hmc_mode = 16,
171 .pins[0] = 6,
172};
173
Tony Lindgrend8874662008-12-10 17:37:16 -0800174#if defined(CONFIG_MMC_OMAP) || defined(CONFIG_MMC_OMAP_MODULE)
175
176#define NOKIA770_GPIO_MMC_POWER 41
177#define NOKIA770_GPIO_MMC_SWITCH 23
178
179static int nokia770_mmc_set_power(struct device *dev, int slot, int power_on,
180 int vdd)
181{
Ladislav Michlbac5b292009-04-23 11:10:48 -0700182 gpio_set_value(NOKIA770_GPIO_MMC_POWER, power_on);
Tony Lindgrend8874662008-12-10 17:37:16 -0800183 return 0;
184}
185
186static int nokia770_mmc_get_cover_state(struct device *dev, int slot)
187{
188 return gpio_get_value(NOKIA770_GPIO_MMC_SWITCH);
189}
190
191static struct omap_mmc_platform_data nokia770_mmc2_data = {
192 .nr_slots = 1,
193 .dma_mask = 0xffffffff,
Andrew de Quinceye4d24ec2009-06-23 13:30:21 +0300194 .max_freq = 12000000,
Tony Lindgrend8874662008-12-10 17:37:16 -0800195 .slots[0] = {
196 .set_power = nokia770_mmc_set_power,
197 .get_cover_state = nokia770_mmc_get_cover_state,
Andrew de Quinceye4d24ec2009-06-23 13:30:21 +0300198 .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34,
Tony Lindgrend8874662008-12-10 17:37:16 -0800199 .name = "mmcblk",
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100200 },
201};
202
Tony Lindgrend8874662008-12-10 17:37:16 -0800203static struct omap_mmc_platform_data *nokia770_mmc_data[OMAP16XX_NR_MMC];
204
205static void __init nokia770_mmc_init(void)
206{
207 int ret;
208
209 ret = gpio_request(NOKIA770_GPIO_MMC_POWER, "MMC power");
210 if (ret < 0)
211 return;
212 gpio_direction_output(NOKIA770_GPIO_MMC_POWER, 0);
213
214 ret = gpio_request(NOKIA770_GPIO_MMC_SWITCH, "MMC cover");
215 if (ret < 0) {
216 gpio_free(NOKIA770_GPIO_MMC_POWER);
217 return;
218 }
219 gpio_direction_input(NOKIA770_GPIO_MMC_SWITCH);
220
221 /* Only the second MMC controller is used */
222 nokia770_mmc_data[1] = &nokia770_mmc2_data;
223 omap1_init_mmc(nokia770_mmc_data, OMAP16XX_NR_MMC);
224}
225
226#else
227static inline void nokia770_mmc_init(void)
228{
229}
230#endif
231
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100232static void __init omap_nokia770_init(void)
233{
Tony Lindgren7b88e622011-10-05 15:14:02 -0700234 /* On Nokia 770, the SleepX signal is masked with an
235 * MPUIO line by default. It has to be unmasked for it
236 * to become functional */
237
238 /* SleepX mask direction */
239 omap_writew((omap_readw(0xfffb5008) & ~2), 0xfffb5008);
240 /* Unmask SleepX signal */
241 omap_writew((omap_readw(0xfffb5004) & ~2), 0xfffb5004);
242
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100243 platform_add_devices(nokia770_devices, ARRAY_SIZE(nokia770_devices));
244 spi_register_board_info(nokia770_spi_board_info,
245 ARRAY_SIZE(nokia770_spi_board_info));
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100246 omap_serial_init();
Jarkko Nikula1ed16a82007-11-07 06:54:32 +0200247 omap_register_i2c_bus(1, 100, NULL, 0);
Andrew de Quincey088962c2009-05-28 14:03:31 -0700248 hwa742_dev_init();
Imre Deak06767fb2007-03-06 18:20:00 +0200249 ads7846_dev_init();
250 mipid_dev_init();
Tony Lindgrendd0cdd82010-07-05 16:31:30 +0300251 omap1_usb_init(&nokia770_usb_config);
Tony Lindgrend8874662008-12-10 17:37:16 -0800252 nokia770_mmc_init();
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100253}
254
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100255MACHINE_START(NOKIA770, "Nokia 770")
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100256 .boot_params = 0x10000100,
Tony Lindgren7b88e622011-10-05 15:14:02 -0700257 .map_io = omap16xx_map_io,
258 .init_early = omap1_init_early,
Russell King71ee7da2010-05-23 10:18:16 +0100259 .reserve = omap_reserve,
Tony Lindgren7b88e622011-10-05 15:14:02 -0700260 .init_irq = omap1_init_irq,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100261 .init_machine = omap_nokia770_init,
Tony Lindgrene74984e2011-03-29 15:54:48 -0700262 .timer = &omap1_timer,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100263MACHINE_END