blob: 955cbee91b4624044245beaa6f39920b7c7e24e3 [file] [log] [blame]
David Andersb075f582010-08-02 13:18:05 +03001/*
2 * Board support file for OMAP4430 based PandaBoard.
3 *
4 * Copyright (C) 2010 Texas Instruments
5 *
6 * Author: David Anders <x0132446@ti.com>
7 *
8 * Based on mach-omap2/board-4430sdp.c
9 *
10 * Author: Santosh Shilimkar <santosh.shilimkar@ti.com>
11 *
12 * Based on mach-omap2/board-3430sdp.c
13 *
14 * This program is free software; you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License version 2 as
16 * published by the Free Software Foundation.
17 */
18
19#include <linux/kernel.h>
20#include <linux/init.h>
21#include <linux/platform_device.h>
Anand Gadiyar1740d482011-01-10 14:42:15 +000022#include <linux/clk.h>
David Andersb075f582010-08-02 13:18:05 +030023#include <linux/io.h>
Ricardo Salveti de Araujo3da434a2010-09-23 18:22:49 -070024#include <linux/leds.h>
David Andersb075f582010-08-02 13:18:05 +030025#include <linux/gpio.h>
26#include <linux/usb/otg.h>
27#include <linux/i2c/twl.h>
28#include <linux/regulator/machine.h>
Panduranga Mallireddyedc84062011-02-15 03:40:34 -050029#include <linux/regulator/fixed.h>
Panduranga Mallireddyb17e09792011-02-15 03:40:35 -050030#include <linux/wl12xx.h>
David Andersb075f582010-08-02 13:18:05 +030031
32#include <mach/hardware.h>
David Andersb075f582010-08-02 13:18:05 +030033#include <asm/mach-types.h>
34#include <asm/mach/arch.h>
35#include <asm/mach/map.h>
Tomi Valkeinena0b38cc2011-05-11 14:05:07 +030036#include <video/omapdss.h>
David Andersb075f582010-08-02 13:18:05 +030037
38#include <plat/board.h>
Tony Lindgren4e653312011-11-10 22:45:17 +010039#include "common.h"
David Andersb075f582010-08-02 13:18:05 +030040#include <plat/usb.h>
41#include <plat/mmc.h>
Tomi Valkeinen1d7a8652011-09-01 10:13:04 +030042#include <video/omap-panel-dvi.h>
David Andersb075f582010-08-02 13:18:05 +030043
Paul Walmsley4814ced2010-10-08 11:40:20 -060044#include "hsmmc.h"
45#include "control.h"
sricharanfc63de822010-11-08 19:26:11 +053046#include "mux.h"
Mike Rapoportfbd80712011-04-25 01:09:06 +030047#include "common-board-devices.h"
David Andersb075f582010-08-02 13:18:05 +030048
David Anders4415beb2010-10-07 19:36:30 +000049#define GPIO_HUB_POWER 1
50#define GPIO_HUB_NRESET 62
Panduranga Mallireddyedc84062011-02-15 03:40:34 -050051#define GPIO_WIFI_PMENA 43
Panduranga Mallireddyb17e09792011-02-15 03:40:35 -050052#define GPIO_WIFI_IRQ 53
K, Mythri P17c84ef2011-03-14 23:57:42 -050053#define HDMI_GPIO_HPD 60 /* Hot plug pin for HDMI */
54#define HDMI_GPIO_LS_OE 41 /* Level shifter for HDMI */
David Anders4415beb2010-10-07 19:36:30 +000055
Guy Eilamec179ea52011-02-25 06:52:35 +000056/* wl127x BT, FM, GPS connectivity chip */
57static int wl1271_gpios[] = {46, -1, -1};
58static struct platform_device wl1271_device = {
59 .name = "kim",
60 .id = -1,
61 .dev = {
62 .platform_data = &wl1271_gpios,
63 },
64};
David Andersb075f582010-08-02 13:18:05 +030065
Ricardo Salveti de Araujo3da434a2010-09-23 18:22:49 -070066static struct gpio_led gpio_leds[] = {
67 {
68 .name = "pandaboard::status1",
69 .default_trigger = "heartbeat",
70 .gpio = 7,
71 },
72 {
73 .name = "pandaboard::status2",
74 .default_trigger = "mmc0",
75 .gpio = 8,
76 },
77};
78
79static struct gpio_led_platform_data gpio_led_info = {
80 .leds = gpio_leds,
81 .num_leds = ARRAY_SIZE(gpio_leds),
82};
83
84static struct platform_device leds_gpio = {
85 .name = "leds-gpio",
86 .id = -1,
87 .dev = {
88 .platform_data = &gpio_led_info,
89 },
90};
91
92static struct platform_device *panda_devices[] __initdata = {
93 &leds_gpio,
Guy Eilamec179ea52011-02-25 06:52:35 +000094 &wl1271_device,
Ricardo Salveti de Araujo3da434a2010-09-23 18:22:49 -070095};
David Andersb075f582010-08-02 13:18:05 +030096
Keshava Munegowda181b2502011-03-01 20:08:16 +053097static const struct usbhs_omap_board_data usbhs_bdata __initconst = {
98 .port_mode[0] = OMAP_EHCI_PORT_MODE_PHY,
99 .port_mode[1] = OMAP_USBHS_PORT_MODE_UNUSED,
100 .port_mode[2] = OMAP_USBHS_PORT_MODE_UNUSED,
David Anders4415beb2010-10-07 19:36:30 +0000101 .phy_reset = false,
102 .reset_gpio_port[0] = -EINVAL,
103 .reset_gpio_port[1] = -EINVAL,
104 .reset_gpio_port[2] = -EINVAL
105};
106
Igor Grinbergbc593f52011-05-03 18:22:09 +0300107static struct gpio panda_ehci_gpios[] __initdata = {
108 { GPIO_HUB_POWER, GPIOF_OUT_INIT_LOW, "hub_power" },
109 { GPIO_HUB_NRESET, GPIOF_OUT_INIT_LOW, "hub_nreset" },
110};
111
David Anders4415beb2010-10-07 19:36:30 +0000112static void __init omap4_ehci_init(void)
113{
114 int ret;
Anand Gadiyar1740d482011-01-10 14:42:15 +0000115 struct clk *phy_ref_clk;
David Anders4415beb2010-10-07 19:36:30 +0000116
Anand Gadiyar1740d482011-01-10 14:42:15 +0000117 /* FREF_CLK3 provides the 19.2 MHz reference clock to the PHY */
118 phy_ref_clk = clk_get(NULL, "auxclk3_ck");
119 if (IS_ERR(phy_ref_clk)) {
120 pr_err("Cannot request auxclk3\n");
Igor Grinbergbc593f52011-05-03 18:22:09 +0300121 return;
Anand Gadiyar1740d482011-01-10 14:42:15 +0000122 }
123 clk_set_rate(phy_ref_clk, 19200000);
124 clk_enable(phy_ref_clk);
David Anders4415beb2010-10-07 19:36:30 +0000125
Igor Grinbergbc593f52011-05-03 18:22:09 +0300126 /* disable the power to the usb hub prior to init and reset phy+hub */
127 ret = gpio_request_array(panda_ehci_gpios,
128 ARRAY_SIZE(panda_ehci_gpios));
David Anders4415beb2010-10-07 19:36:30 +0000129 if (ret) {
Igor Grinbergbc593f52011-05-03 18:22:09 +0300130 pr_err("Unable to initialize EHCI power/reset\n");
131 return;
David Anders4415beb2010-10-07 19:36:30 +0000132 }
David Anders4415beb2010-10-07 19:36:30 +0000133
Igor Grinbergbc593f52011-05-03 18:22:09 +0300134 gpio_export(GPIO_HUB_POWER, 0);
David Anders4415beb2010-10-07 19:36:30 +0000135 gpio_export(GPIO_HUB_NRESET, 0);
David Anders4415beb2010-10-07 19:36:30 +0000136 gpio_set_value(GPIO_HUB_NRESET, 1);
137
Keshava Munegowda9e64bb12011-03-01 20:08:19 +0530138 usbhs_init(&usbhs_bdata);
David Anders4415beb2010-10-07 19:36:30 +0000139
140 /* enable power to hub */
141 gpio_set_value(GPIO_HUB_POWER, 1);
David Anders4415beb2010-10-07 19:36:30 +0000142}
143
David Andersb075f582010-08-02 13:18:05 +0300144static struct omap_musb_board_data musb_board_data = {
145 .interface_type = MUSB_INTERFACE_UTMI,
Hema HK09e72002010-12-10 18:11:42 +0530146 .mode = MUSB_OTG,
David Andersb075f582010-08-02 13:18:05 +0300147 .power = 100,
148};
149
150static struct omap2_hsmmc_info mmc[] = {
151 {
152 .mmc = 1,
Sukumar Ghorai3a638332010-09-15 14:49:23 +0000153 .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA,
David Andersb075f582010-08-02 13:18:05 +0300154 .gpio_wp = -EINVAL,
Raghuveer Murthy5b59cc22010-12-21 14:14:34 +0000155 .gpio_cd = -EINVAL,
David Andersb075f582010-08-02 13:18:05 +0300156 },
Panduranga Mallireddyb17e09792011-02-15 03:40:35 -0500157 {
158 .name = "wl1271",
159 .mmc = 5,
160 .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_POWER_OFF_CARD,
161 .gpio_wp = -EINVAL,
162 .gpio_cd = -EINVAL,
163 .ocr_mask = MMC_VDD_165_195,
164 .nonremovable = true,
165 },
David Andersb075f582010-08-02 13:18:05 +0300166 {} /* Terminator */
167};
168
Oleg Drokin786b01a2011-06-06 18:57:07 +0000169static struct regulator_consumer_supply omap4_panda_vmmc5_supply[] = {
170 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.4"),
Panduranga Mallireddyedc84062011-02-15 03:40:34 -0500171};
172
173static struct regulator_init_data panda_vmmc5 = {
174 .constraints = {
175 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
176 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000177 .num_consumer_supplies = ARRAY_SIZE(omap4_panda_vmmc5_supply),
178 .consumer_supplies = omap4_panda_vmmc5_supply,
Panduranga Mallireddyedc84062011-02-15 03:40:34 -0500179};
180
181static struct fixed_voltage_config panda_vwlan = {
182 .supply_name = "vwl1271",
183 .microvolts = 1800000, /* 1.8V */
184 .gpio = GPIO_WIFI_PMENA,
185 .startup_delay = 70000, /* 70msec */
186 .enable_high = 1,
187 .enabled_at_boot = 0,
188 .init_data = &panda_vmmc5,
189};
190
191static struct platform_device omap_vwlan_device = {
192 .name = "reg-fixed-voltage",
193 .id = 1,
194 .dev = {
195 .platform_data = &panda_vwlan,
196 },
197};
198
Panduranga Mallireddyb17e09792011-02-15 03:40:35 -0500199struct wl12xx_platform_data omap_panda_wlan_data __initdata = {
200 .irq = OMAP_GPIO_IRQ(GPIO_WIFI_IRQ),
201 /* PANDA ref clock is 38.4 MHz */
202 .board_ref_clock = 2,
203};
204
David Andersb075f582010-08-02 13:18:05 +0300205static int omap4_twl6030_hsmmc_late_init(struct device *dev)
206{
207 int ret = 0;
208 struct platform_device *pdev = container_of(dev,
209 struct platform_device, dev);
210 struct omap_mmc_platform_data *pdata = dev->platform_data;
211
Menon, Nishanthbf56f0a2010-10-19 09:50:25 -0500212 if (!pdata) {
213 dev_err(dev, "%s: NULL platform data\n", __func__);
214 return -EINVAL;
215 }
David Andersb075f582010-08-02 13:18:05 +0300216 /* Setting MMC1 Card detect Irq */
Menon, Nishanthbf56f0a2010-10-19 09:50:25 -0500217 if (pdev->id == 0) {
218 ret = twl6030_mmc_card_detect_config();
219 if (ret)
220 dev_err(dev, "%s: Error card detect config(%d)\n",
221 __func__, ret);
222 else
223 pdata->slots[0].card_detect = twl6030_mmc_card_detect;
224 }
David Andersb075f582010-08-02 13:18:05 +0300225 return ret;
226}
227
228static __init void omap4_twl6030_hsmmc_set_late_init(struct device *dev)
229{
David Andersb9b52622010-10-07 19:36:29 +0000230 struct omap_mmc_platform_data *pdata;
231
232 /* dev can be null if CONFIG_MMC_OMAP_HS is not set */
233 if (!dev) {
234 pr_err("Failed omap4_twl6030_hsmmc_set_late_init\n");
235 return;
236 }
237 pdata = dev->platform_data;
David Andersb075f582010-08-02 13:18:05 +0300238
239 pdata->init = omap4_twl6030_hsmmc_late_init;
240}
241
242static int __init omap4_twl6030_hsmmc_init(struct omap2_hsmmc_info *controllers)
243{
244 struct omap2_hsmmc_info *c;
245
246 omap2_hsmmc_init(controllers);
247 for (c = controllers; c->mmc; c++)
248 omap4_twl6030_hsmmc_set_late_init(c->dev);
249
250 return 0;
251}
252
Peter Ujfalusib22f9542011-06-07 10:26:46 +0300253/* Panda board uses the common PMIC configuration */
254static struct twl4030_platform_data omap4_panda_twldata;
David Andersb075f582010-08-02 13:18:05 +0300255
Murthy, Raghuveerb295d6e2011-03-14 07:52:25 -0500256/*
257 * Display monitor features are burnt in their EEPROM as EDID data. The EEPROM
258 * is connected as I2C slave device, and can be accessed at address 0x50
259 */
260static struct i2c_board_info __initdata panda_i2c_eeprom[] = {
261 {
262 I2C_BOARD_INFO("eeprom", 0x50),
263 },
264};
265
David Andersb075f582010-08-02 13:18:05 +0300266static int __init omap4_panda_i2c_init(void)
267{
Peter Ujfalusib22f9542011-06-07 10:26:46 +0300268 omap4_pmic_get_config(&omap4_panda_twldata, TWL_COMMON_PDATA_USB,
269 TWL_COMMON_REGULATOR_VDAC |
270 TWL_COMMON_REGULATOR_VAUX2 |
271 TWL_COMMON_REGULATOR_VAUX3 |
272 TWL_COMMON_REGULATOR_VMMC |
273 TWL_COMMON_REGULATOR_VPP |
274 TWL_COMMON_REGULATOR_VANA |
275 TWL_COMMON_REGULATOR_VCXIO |
276 TWL_COMMON_REGULATOR_VUSB |
277 TWL_COMMON_REGULATOR_CLK32KG);
Mike Rapoportfbd80712011-04-25 01:09:06 +0300278 omap4_pmic_init("twl6030", &omap4_panda_twldata);
David Andersb075f582010-08-02 13:18:05 +0300279 omap_register_i2c_bus(2, 400, NULL, 0);
Murthy, Raghuveerb295d6e2011-03-14 07:52:25 -0500280 /*
281 * Bus 3 is attached to the DVI port where devices like the pico DLP
282 * projector don't work reliably with 400kHz
283 */
284 omap_register_i2c_bus(3, 100, panda_i2c_eeprom,
285 ARRAY_SIZE(panda_i2c_eeprom));
David Andersb075f582010-08-02 13:18:05 +0300286 omap_register_i2c_bus(4, 400, NULL, 0);
287 return 0;
288}
sricharanfc63de822010-11-08 19:26:11 +0530289
290#ifdef CONFIG_OMAP_MUX
291static struct omap_board_mux board_mux[] __initdata = {
Panduranga Mallireddy66e171a2011-02-15 03:40:32 -0500292 /* WLAN IRQ - GPIO 53 */
293 OMAP4_MUX(GPMC_NCS3, OMAP_MUX_MODE3 | OMAP_PIN_INPUT),
294 /* WLAN POWER ENABLE - GPIO 43 */
295 OMAP4_MUX(GPMC_A19, OMAP_MUX_MODE3 | OMAP_PIN_OUTPUT),
296 /* WLAN SDIO: MMC5 CMD */
297 OMAP4_MUX(SDMMC5_CMD, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
298 /* WLAN SDIO: MMC5 CLK */
299 OMAP4_MUX(SDMMC5_CLK, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
300 /* WLAN SDIO: MMC5 DAT[0-3] */
301 OMAP4_MUX(SDMMC5_DAT0, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
302 OMAP4_MUX(SDMMC5_DAT1, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
303 OMAP4_MUX(SDMMC5_DAT2, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
304 OMAP4_MUX(SDMMC5_DAT3, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
Murthy, Raghuveerb295d6e2011-03-14 07:52:25 -0500305 /* gpio 0 - TFP410 PD */
306 OMAP4_MUX(KPD_COL1, OMAP_PIN_OUTPUT | OMAP_MUX_MODE3),
307 /* dispc2_data23 */
308 OMAP4_MUX(USBB2_ULPITLL_STP, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
309 /* dispc2_data22 */
310 OMAP4_MUX(USBB2_ULPITLL_DIR, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
311 /* dispc2_data21 */
312 OMAP4_MUX(USBB2_ULPITLL_NXT, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
313 /* dispc2_data20 */
314 OMAP4_MUX(USBB2_ULPITLL_DAT0, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
315 /* dispc2_data19 */
316 OMAP4_MUX(USBB2_ULPITLL_DAT1, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
317 /* dispc2_data18 */
318 OMAP4_MUX(USBB2_ULPITLL_DAT2, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
319 /* dispc2_data15 */
320 OMAP4_MUX(USBB2_ULPITLL_DAT3, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
321 /* dispc2_data14 */
322 OMAP4_MUX(USBB2_ULPITLL_DAT4, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
323 /* dispc2_data13 */
324 OMAP4_MUX(USBB2_ULPITLL_DAT5, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
325 /* dispc2_data12 */
326 OMAP4_MUX(USBB2_ULPITLL_DAT6, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
327 /* dispc2_data11 */
328 OMAP4_MUX(USBB2_ULPITLL_DAT7, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
329 /* dispc2_data10 */
330 OMAP4_MUX(DPM_EMU3, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
331 /* dispc2_data9 */
332 OMAP4_MUX(DPM_EMU4, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
333 /* dispc2_data16 */
334 OMAP4_MUX(DPM_EMU5, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
335 /* dispc2_data17 */
336 OMAP4_MUX(DPM_EMU6, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
337 /* dispc2_hsync */
338 OMAP4_MUX(DPM_EMU7, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
339 /* dispc2_pclk */
340 OMAP4_MUX(DPM_EMU8, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
341 /* dispc2_vsync */
342 OMAP4_MUX(DPM_EMU9, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
343 /* dispc2_de */
344 OMAP4_MUX(DPM_EMU10, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
345 /* dispc2_data8 */
346 OMAP4_MUX(DPM_EMU11, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
347 /* dispc2_data7 */
348 OMAP4_MUX(DPM_EMU12, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
349 /* dispc2_data6 */
350 OMAP4_MUX(DPM_EMU13, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
351 /* dispc2_data5 */
352 OMAP4_MUX(DPM_EMU14, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
353 /* dispc2_data4 */
354 OMAP4_MUX(DPM_EMU15, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
355 /* dispc2_data3 */
356 OMAP4_MUX(DPM_EMU16, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
357 /* dispc2_data2 */
358 OMAP4_MUX(DPM_EMU17, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
359 /* dispc2_data1 */
360 OMAP4_MUX(DPM_EMU18, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
361 /* dispc2_data0 */
362 OMAP4_MUX(DPM_EMU19, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
sricharanfc63de822010-11-08 19:26:11 +0530363 { .reg_offset = OMAP_MUX_TERMINATOR },
364};
R Sricharan573efc22011-03-11 06:04:46 +0000365
366static struct omap_device_pad serial2_pads[] __initdata = {
367 OMAP_MUX_STATIC("uart2_cts.uart2_cts",
368 OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
369 OMAP_MUX_STATIC("uart2_rts.uart2_rts",
370 OMAP_PIN_OUTPUT | OMAP_MUX_MODE0),
371 OMAP_MUX_STATIC("uart2_rx.uart2_rx",
372 OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
373 OMAP_MUX_STATIC("uart2_tx.uart2_tx",
374 OMAP_PIN_OUTPUT | OMAP_MUX_MODE0),
375};
376
377static struct omap_device_pad serial3_pads[] __initdata = {
378 OMAP_MUX_STATIC("uart3_cts_rctx.uart3_cts_rctx",
379 OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
380 OMAP_MUX_STATIC("uart3_rts_sd.uart3_rts_sd",
381 OMAP_PIN_OUTPUT | OMAP_MUX_MODE0),
382 OMAP_MUX_STATIC("uart3_rx_irrx.uart3_rx_irrx",
383 OMAP_PIN_INPUT | OMAP_MUX_MODE0),
384 OMAP_MUX_STATIC("uart3_tx_irtx.uart3_tx_irtx",
385 OMAP_PIN_OUTPUT | OMAP_MUX_MODE0),
386};
387
388static struct omap_device_pad serial4_pads[] __initdata = {
389 OMAP_MUX_STATIC("uart4_rx.uart4_rx",
390 OMAP_PIN_INPUT | OMAP_MUX_MODE0),
391 OMAP_MUX_STATIC("uart4_tx.uart4_tx",
392 OMAP_PIN_OUTPUT | OMAP_MUX_MODE0),
393};
394
Santosh Shilimkar89c47052011-05-30 00:11:45 -0700395static struct omap_board_data serial2_data __initdata = {
R Sricharan573efc22011-03-11 06:04:46 +0000396 .id = 1,
397 .pads = serial2_pads,
398 .pads_cnt = ARRAY_SIZE(serial2_pads),
399};
400
Santosh Shilimkar89c47052011-05-30 00:11:45 -0700401static struct omap_board_data serial3_data __initdata = {
R Sricharan573efc22011-03-11 06:04:46 +0000402 .id = 2,
403 .pads = serial3_pads,
404 .pads_cnt = ARRAY_SIZE(serial3_pads),
405};
406
Santosh Shilimkar89c47052011-05-30 00:11:45 -0700407static struct omap_board_data serial4_data __initdata = {
R Sricharan573efc22011-03-11 06:04:46 +0000408 .id = 3,
409 .pads = serial4_pads,
410 .pads_cnt = ARRAY_SIZE(serial4_pads),
411};
412
413static inline void board_serial_init(void)
414{
415 struct omap_board_data bdata;
416 bdata.flags = 0;
417 bdata.pads = NULL;
418 bdata.pads_cnt = 0;
419 bdata.id = 0;
420 /* pass dummy data for UART1 */
421 omap_serial_init_port(&bdata);
422
423 omap_serial_init_port(&serial2_data);
424 omap_serial_init_port(&serial3_data);
425 omap_serial_init_port(&serial4_data);
426}
sricharanfc63de822010-11-08 19:26:11 +0530427#else
428#define board_mux NULL
R Sricharan573efc22011-03-11 06:04:46 +0000429
430static inline void board_serial_init(void)
431{
432 omap_serial_init();
433}
sricharanfc63de822010-11-08 19:26:11 +0530434#endif
435
Murthy, Raghuveerb295d6e2011-03-14 07:52:25 -0500436/* Display DVI */
437#define PANDA_DVI_TFP410_POWER_DOWN_GPIO 0
438
439static int omap4_panda_enable_dvi(struct omap_dss_device *dssdev)
440{
441 gpio_set_value(dssdev->reset_gpio, 1);
442 return 0;
443}
444
445static void omap4_panda_disable_dvi(struct omap_dss_device *dssdev)
446{
447 gpio_set_value(dssdev->reset_gpio, 0);
448}
449
450/* Using generic display panel */
Tomi Valkeinen1d7a8652011-09-01 10:13:04 +0300451static struct panel_dvi_platform_data omap4_dvi_panel = {
Murthy, Raghuveerb295d6e2011-03-14 07:52:25 -0500452 .platform_enable = omap4_panda_enable_dvi,
453 .platform_disable = omap4_panda_disable_dvi,
Tomi Valkeinenfcca7192011-08-29 17:48:19 +0300454 .i2c_bus_num = 3,
Murthy, Raghuveerb295d6e2011-03-14 07:52:25 -0500455};
456
457struct omap_dss_device omap4_panda_dvi_device = {
458 .type = OMAP_DISPLAY_TYPE_DPI,
459 .name = "dvi",
Tomi Valkeinen1d7a8652011-09-01 10:13:04 +0300460 .driver_name = "dvi",
Murthy, Raghuveerb295d6e2011-03-14 07:52:25 -0500461 .data = &omap4_dvi_panel,
462 .phy.dpi.data_lines = 24,
463 .reset_gpio = PANDA_DVI_TFP410_POWER_DOWN_GPIO,
464 .channel = OMAP_DSS_CHANNEL_LCD2,
465};
466
467int __init omap4_panda_dvi_init(void)
468{
469 int r;
470
471 /* Requesting TFP410 DVI GPIO and disabling it, at bootup */
472 r = gpio_request_one(omap4_panda_dvi_device.reset_gpio,
473 GPIOF_OUT_INIT_LOW, "DVI PD");
474 if (r)
475 pr_err("Failed to get DVI powerdown GPIO\n");
476
477 return r;
478}
479
480
K, Mythri P17c84ef2011-03-14 23:57:42 -0500481static void omap4_panda_hdmi_mux_init(void)
482{
483 /* PAD0_HDMI_HPD_PAD1_HDMI_CEC */
484 omap_mux_init_signal("hdmi_hpd",
485 OMAP_PIN_INPUT_PULLUP);
486 omap_mux_init_signal("hdmi_cec",
487 OMAP_PIN_INPUT_PULLUP);
488 /* PAD0_HDMI_DDC_SCL_PAD1_HDMI_DDC_SDA */
489 omap_mux_init_signal("hdmi_ddc_scl",
490 OMAP_PIN_INPUT_PULLUP);
491 omap_mux_init_signal("hdmi_ddc_sda",
492 OMAP_PIN_INPUT_PULLUP);
493}
494
Igor Grinbergbc593f52011-05-03 18:22:09 +0300495static struct gpio panda_hdmi_gpios[] = {
496 { HDMI_GPIO_HPD, GPIOF_OUT_INIT_HIGH, "hdmi_gpio_hpd" },
497 { HDMI_GPIO_LS_OE, GPIOF_OUT_INIT_HIGH, "hdmi_gpio_ls_oe" },
498};
499
K, Mythri P17c84ef2011-03-14 23:57:42 -0500500static int omap4_panda_panel_enable_hdmi(struct omap_dss_device *dssdev)
501{
502 int status;
503
Igor Grinbergbc593f52011-05-03 18:22:09 +0300504 status = gpio_request_array(panda_hdmi_gpios,
505 ARRAY_SIZE(panda_hdmi_gpios));
506 if (status)
507 pr_err("Cannot request HDMI GPIOs\n");
K, Mythri P17c84ef2011-03-14 23:57:42 -0500508
509 return status;
510}
511
512static void omap4_panda_panel_disable_hdmi(struct omap_dss_device *dssdev)
513{
514 gpio_free(HDMI_GPIO_LS_OE);
515 gpio_free(HDMI_GPIO_HPD);
516}
517
518static struct omap_dss_device omap4_panda_hdmi_device = {
519 .name = "hdmi",
520 .driver_name = "hdmi_panel",
521 .type = OMAP_DISPLAY_TYPE_HDMI,
522 .platform_enable = omap4_panda_panel_enable_hdmi,
523 .platform_disable = omap4_panda_panel_disable_hdmi,
524 .channel = OMAP_DSS_CHANNEL_DIGIT,
525};
526
527static struct omap_dss_device *omap4_panda_dss_devices[] = {
Murthy, Raghuveerb295d6e2011-03-14 07:52:25 -0500528 &omap4_panda_dvi_device,
K, Mythri P17c84ef2011-03-14 23:57:42 -0500529 &omap4_panda_hdmi_device,
530};
531
532static struct omap_dss_board_info omap4_panda_dss_data = {
533 .num_devices = ARRAY_SIZE(omap4_panda_dss_devices),
534 .devices = omap4_panda_dss_devices,
Murthy, Raghuveerb295d6e2011-03-14 07:52:25 -0500535 .default_device = &omap4_panda_dvi_device,
K, Mythri P17c84ef2011-03-14 23:57:42 -0500536};
537
538void omap4_panda_display_init(void)
539{
Murthy, Raghuveerb295d6e2011-03-14 07:52:25 -0500540 int r;
541
542 r = omap4_panda_dvi_init();
543 if (r)
544 pr_err("error initializing panda DVI\n");
545
K, Mythri P17c84ef2011-03-14 23:57:42 -0500546 omap4_panda_hdmi_mux_init();
547 omap_display_init(&omap4_panda_dss_data);
548}
549
David Andersb075f582010-08-02 13:18:05 +0300550static void __init omap4_panda_init(void)
551{
sricharanfc63de822010-11-08 19:26:11 +0530552 int package = OMAP_PACKAGE_CBS;
553
554 if (omap_rev() == OMAP4430_REV_ES1_0)
555 package = OMAP_PACKAGE_CBL;
Colin Cross21a42c92011-05-04 14:57:57 -0700556 omap4_mux_init(board_mux, NULL, package);
sricharanfc63de822010-11-08 19:26:11 +0530557
Panduranga Mallireddyb17e09792011-02-15 03:40:35 -0500558 if (wl12xx_set_platform_data(&omap_panda_wlan_data))
559 pr_err("error setting wl12xx data\n");
560
David Andersb075f582010-08-02 13:18:05 +0300561 omap4_panda_i2c_init();
Ricardo Salveti de Araujo3da434a2010-09-23 18:22:49 -0700562 platform_add_devices(panda_devices, ARRAY_SIZE(panda_devices));
Panduranga Mallireddyedc84062011-02-15 03:40:34 -0500563 platform_device_register(&omap_vwlan_device);
R Sricharan573efc22011-03-11 06:04:46 +0000564 board_serial_init();
Tony Lindgrena4ca9db2011-08-22 23:57:23 -0700565 omap_sdrc_init(NULL, NULL);
David Andersb075f582010-08-02 13:18:05 +0300566 omap4_twl6030_hsmmc_init(mmc);
David Anders4415beb2010-10-07 19:36:30 +0000567 omap4_ehci_init();
Felipe Balbi1ea7f352010-12-01 13:48:54 +0200568 usb_musb_init(&musb_board_data);
K, Mythri P17c84ef2011-03-14 23:57:42 -0500569 omap4_panda_display_init();
David Andersb075f582010-08-02 13:18:05 +0300570}
571
David Andersb075f582010-08-02 13:18:05 +0300572MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board")
573 /* Maintainer: David Anders - Texas Instruments Inc */
Nicolas Pitre5e52b432011-07-05 22:38:15 -0400574 .atag_offset = 0x100,
Raghuveer Murthyd920e522010-12-17 18:15:07 -0800575 .reserve = omap_reserve,
Tony Lindgrene990a402011-09-26 14:52:55 -0700576 .map_io = omap4_map_io,
Tony Lindgren8f5b5a42011-08-22 23:57:24 -0700577 .init_early = omap4430_init_early,
Russell King - ARM Linux3dc3bad2011-02-14 15:40:20 -0800578 .init_irq = gic_init_irq,
David Andersb075f582010-08-02 13:18:05 +0300579 .init_machine = omap4_panda_init,
Tony Lindgrene74984e2011-03-29 15:54:48 -0700580 .timer = &omap4_timer,
Russell Kingbaa95882011-11-05 17:06:28 +0000581 .restart = omap_prcm_restart,
David Andersb075f582010-08-02 13:18:05 +0300582MACHINE_END