board-omap4panda.c 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581
  1. /*
  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. #include <linux/kernel.h>
  19. #include <linux/init.h>
  20. #include <linux/platform_device.h>
  21. #include <linux/clk.h>
  22. #include <linux/io.h>
  23. #include <linux/leds.h>
  24. #include <linux/gpio.h>
  25. #include <linux/usb/otg.h>
  26. #include <linux/i2c/twl.h>
  27. #include <linux/regulator/machine.h>
  28. #include <linux/regulator/fixed.h>
  29. #include <linux/wl12xx.h>
  30. #include <mach/hardware.h>
  31. #include <asm/mach-types.h>
  32. #include <asm/mach/arch.h>
  33. #include <asm/mach/map.h>
  34. #include <video/omapdss.h>
  35. #include <plat/board.h>
  36. #include "common.h"
  37. #include <plat/usb.h>
  38. #include <plat/mmc.h>
  39. #include <video/omap-panel-dvi.h>
  40. #include "hsmmc.h"
  41. #include "control.h"
  42. #include "mux.h"
  43. #include "common-board-devices.h"
  44. #define GPIO_HUB_POWER 1
  45. #define GPIO_HUB_NRESET 62
  46. #define GPIO_WIFI_PMENA 43
  47. #define GPIO_WIFI_IRQ 53
  48. #define HDMI_GPIO_HPD 60 /* Hot plug pin for HDMI */
  49. #define HDMI_GPIO_LS_OE 41 /* Level shifter for HDMI */
  50. /* wl127x BT, FM, GPS connectivity chip */
  51. static int wl1271_gpios[] = {46, -1, -1};
  52. static struct platform_device wl1271_device = {
  53. .name = "kim",
  54. .id = -1,
  55. .dev = {
  56. .platform_data = &wl1271_gpios,
  57. },
  58. };
  59. static struct gpio_led gpio_leds[] = {
  60. {
  61. .name = "pandaboard::status1",
  62. .default_trigger = "heartbeat",
  63. .gpio = 7,
  64. },
  65. {
  66. .name = "pandaboard::status2",
  67. .default_trigger = "mmc0",
  68. .gpio = 8,
  69. },
  70. };
  71. static struct gpio_led_platform_data gpio_led_info = {
  72. .leds = gpio_leds,
  73. .num_leds = ARRAY_SIZE(gpio_leds),
  74. };
  75. static struct platform_device leds_gpio = {
  76. .name = "leds-gpio",
  77. .id = -1,
  78. .dev = {
  79. .platform_data = &gpio_led_info,
  80. },
  81. };
  82. static struct platform_device *panda_devices[] __initdata = {
  83. &leds_gpio,
  84. &wl1271_device,
  85. };
  86. static const struct usbhs_omap_board_data usbhs_bdata __initconst = {
  87. .port_mode[0] = OMAP_EHCI_PORT_MODE_PHY,
  88. .port_mode[1] = OMAP_USBHS_PORT_MODE_UNUSED,
  89. .port_mode[2] = OMAP_USBHS_PORT_MODE_UNUSED,
  90. .phy_reset = false,
  91. .reset_gpio_port[0] = -EINVAL,
  92. .reset_gpio_port[1] = -EINVAL,
  93. .reset_gpio_port[2] = -EINVAL
  94. };
  95. static struct gpio panda_ehci_gpios[] __initdata = {
  96. { GPIO_HUB_POWER, GPIOF_OUT_INIT_LOW, "hub_power" },
  97. { GPIO_HUB_NRESET, GPIOF_OUT_INIT_LOW, "hub_nreset" },
  98. };
  99. static void __init omap4_ehci_init(void)
  100. {
  101. int ret;
  102. struct clk *phy_ref_clk;
  103. /* FREF_CLK3 provides the 19.2 MHz reference clock to the PHY */
  104. phy_ref_clk = clk_get(NULL, "auxclk3_ck");
  105. if (IS_ERR(phy_ref_clk)) {
  106. pr_err("Cannot request auxclk3\n");
  107. return;
  108. }
  109. clk_set_rate(phy_ref_clk, 19200000);
  110. clk_enable(phy_ref_clk);
  111. /* disable the power to the usb hub prior to init and reset phy+hub */
  112. ret = gpio_request_array(panda_ehci_gpios,
  113. ARRAY_SIZE(panda_ehci_gpios));
  114. if (ret) {
  115. pr_err("Unable to initialize EHCI power/reset\n");
  116. return;
  117. }
  118. gpio_export(GPIO_HUB_POWER, 0);
  119. gpio_export(GPIO_HUB_NRESET, 0);
  120. gpio_set_value(GPIO_HUB_NRESET, 1);
  121. usbhs_init(&usbhs_bdata);
  122. /* enable power to hub */
  123. gpio_set_value(GPIO_HUB_POWER, 1);
  124. }
  125. static struct omap_musb_board_data musb_board_data = {
  126. .interface_type = MUSB_INTERFACE_UTMI,
  127. .mode = MUSB_OTG,
  128. .power = 100,
  129. };
  130. static struct omap2_hsmmc_info mmc[] = {
  131. {
  132. .mmc = 1,
  133. .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA,
  134. .gpio_wp = -EINVAL,
  135. .gpio_cd = -EINVAL,
  136. },
  137. {
  138. .name = "wl1271",
  139. .mmc = 5,
  140. .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_POWER_OFF_CARD,
  141. .gpio_wp = -EINVAL,
  142. .gpio_cd = -EINVAL,
  143. .ocr_mask = MMC_VDD_165_195,
  144. .nonremovable = true,
  145. },
  146. {} /* Terminator */
  147. };
  148. static struct regulator_consumer_supply omap4_panda_vmmc5_supply[] = {
  149. REGULATOR_SUPPLY("vmmc", "omap_hsmmc.4"),
  150. };
  151. static struct regulator_init_data panda_vmmc5 = {
  152. .constraints = {
  153. .valid_ops_mask = REGULATOR_CHANGE_STATUS,
  154. },
  155. .num_consumer_supplies = ARRAY_SIZE(omap4_panda_vmmc5_supply),
  156. .consumer_supplies = omap4_panda_vmmc5_supply,
  157. };
  158. static struct fixed_voltage_config panda_vwlan = {
  159. .supply_name = "vwl1271",
  160. .microvolts = 1800000, /* 1.8V */
  161. .gpio = GPIO_WIFI_PMENA,
  162. .startup_delay = 70000, /* 70msec */
  163. .enable_high = 1,
  164. .enabled_at_boot = 0,
  165. .init_data = &panda_vmmc5,
  166. };
  167. static struct platform_device omap_vwlan_device = {
  168. .name = "reg-fixed-voltage",
  169. .id = 1,
  170. .dev = {
  171. .platform_data = &panda_vwlan,
  172. },
  173. };
  174. struct wl12xx_platform_data omap_panda_wlan_data __initdata = {
  175. .irq = OMAP_GPIO_IRQ(GPIO_WIFI_IRQ),
  176. /* PANDA ref clock is 38.4 MHz */
  177. .board_ref_clock = 2,
  178. };
  179. static int omap4_twl6030_hsmmc_late_init(struct device *dev)
  180. {
  181. int ret = 0;
  182. struct platform_device *pdev = container_of(dev,
  183. struct platform_device, dev);
  184. struct omap_mmc_platform_data *pdata = dev->platform_data;
  185. if (!pdata) {
  186. dev_err(dev, "%s: NULL platform data\n", __func__);
  187. return -EINVAL;
  188. }
  189. /* Setting MMC1 Card detect Irq */
  190. if (pdev->id == 0) {
  191. ret = twl6030_mmc_card_detect_config();
  192. if (ret)
  193. dev_err(dev, "%s: Error card detect config(%d)\n",
  194. __func__, ret);
  195. else
  196. pdata->slots[0].card_detect = twl6030_mmc_card_detect;
  197. }
  198. return ret;
  199. }
  200. static __init void omap4_twl6030_hsmmc_set_late_init(struct device *dev)
  201. {
  202. struct omap_mmc_platform_data *pdata;
  203. /* dev can be null if CONFIG_MMC_OMAP_HS is not set */
  204. if (!dev) {
  205. pr_err("Failed omap4_twl6030_hsmmc_set_late_init\n");
  206. return;
  207. }
  208. pdata = dev->platform_data;
  209. pdata->init = omap4_twl6030_hsmmc_late_init;
  210. }
  211. static int __init omap4_twl6030_hsmmc_init(struct omap2_hsmmc_info *controllers)
  212. {
  213. struct omap2_hsmmc_info *c;
  214. omap2_hsmmc_init(controllers);
  215. for (c = controllers; c->mmc; c++)
  216. omap4_twl6030_hsmmc_set_late_init(c->dev);
  217. return 0;
  218. }
  219. /* Panda board uses the common PMIC configuration */
  220. static struct twl4030_platform_data omap4_panda_twldata;
  221. /*
  222. * Display monitor features are burnt in their EEPROM as EDID data. The EEPROM
  223. * is connected as I2C slave device, and can be accessed at address 0x50
  224. */
  225. static struct i2c_board_info __initdata panda_i2c_eeprom[] = {
  226. {
  227. I2C_BOARD_INFO("eeprom", 0x50),
  228. },
  229. };
  230. static int __init omap4_panda_i2c_init(void)
  231. {
  232. omap4_pmic_get_config(&omap4_panda_twldata, TWL_COMMON_PDATA_USB,
  233. TWL_COMMON_REGULATOR_VDAC |
  234. TWL_COMMON_REGULATOR_VAUX2 |
  235. TWL_COMMON_REGULATOR_VAUX3 |
  236. TWL_COMMON_REGULATOR_VMMC |
  237. TWL_COMMON_REGULATOR_VPP |
  238. TWL_COMMON_REGULATOR_VANA |
  239. TWL_COMMON_REGULATOR_VCXIO |
  240. TWL_COMMON_REGULATOR_VUSB |
  241. TWL_COMMON_REGULATOR_CLK32KG);
  242. omap4_pmic_init("twl6030", &omap4_panda_twldata);
  243. omap_register_i2c_bus(2, 400, NULL, 0);
  244. /*
  245. * Bus 3 is attached to the DVI port where devices like the pico DLP
  246. * projector don't work reliably with 400kHz
  247. */
  248. omap_register_i2c_bus(3, 100, panda_i2c_eeprom,
  249. ARRAY_SIZE(panda_i2c_eeprom));
  250. omap_register_i2c_bus(4, 400, NULL, 0);
  251. return 0;
  252. }
  253. #ifdef CONFIG_OMAP_MUX
  254. static struct omap_board_mux board_mux[] __initdata = {
  255. /* WLAN IRQ - GPIO 53 */
  256. OMAP4_MUX(GPMC_NCS3, OMAP_MUX_MODE3 | OMAP_PIN_INPUT),
  257. /* WLAN POWER ENABLE - GPIO 43 */
  258. OMAP4_MUX(GPMC_A19, OMAP_MUX_MODE3 | OMAP_PIN_OUTPUT),
  259. /* WLAN SDIO: MMC5 CMD */
  260. OMAP4_MUX(SDMMC5_CMD, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
  261. /* WLAN SDIO: MMC5 CLK */
  262. OMAP4_MUX(SDMMC5_CLK, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
  263. /* WLAN SDIO: MMC5 DAT[0-3] */
  264. OMAP4_MUX(SDMMC5_DAT0, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
  265. OMAP4_MUX(SDMMC5_DAT1, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
  266. OMAP4_MUX(SDMMC5_DAT2, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
  267. OMAP4_MUX(SDMMC5_DAT3, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
  268. /* gpio 0 - TFP410 PD */
  269. OMAP4_MUX(KPD_COL1, OMAP_PIN_OUTPUT | OMAP_MUX_MODE3),
  270. /* dispc2_data23 */
  271. OMAP4_MUX(USBB2_ULPITLL_STP, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  272. /* dispc2_data22 */
  273. OMAP4_MUX(USBB2_ULPITLL_DIR, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  274. /* dispc2_data21 */
  275. OMAP4_MUX(USBB2_ULPITLL_NXT, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  276. /* dispc2_data20 */
  277. OMAP4_MUX(USBB2_ULPITLL_DAT0, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  278. /* dispc2_data19 */
  279. OMAP4_MUX(USBB2_ULPITLL_DAT1, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  280. /* dispc2_data18 */
  281. OMAP4_MUX(USBB2_ULPITLL_DAT2, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  282. /* dispc2_data15 */
  283. OMAP4_MUX(USBB2_ULPITLL_DAT3, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  284. /* dispc2_data14 */
  285. OMAP4_MUX(USBB2_ULPITLL_DAT4, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  286. /* dispc2_data13 */
  287. OMAP4_MUX(USBB2_ULPITLL_DAT5, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  288. /* dispc2_data12 */
  289. OMAP4_MUX(USBB2_ULPITLL_DAT6, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  290. /* dispc2_data11 */
  291. OMAP4_MUX(USBB2_ULPITLL_DAT7, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  292. /* dispc2_data10 */
  293. OMAP4_MUX(DPM_EMU3, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  294. /* dispc2_data9 */
  295. OMAP4_MUX(DPM_EMU4, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  296. /* dispc2_data16 */
  297. OMAP4_MUX(DPM_EMU5, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  298. /* dispc2_data17 */
  299. OMAP4_MUX(DPM_EMU6, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  300. /* dispc2_hsync */
  301. OMAP4_MUX(DPM_EMU7, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  302. /* dispc2_pclk */
  303. OMAP4_MUX(DPM_EMU8, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  304. /* dispc2_vsync */
  305. OMAP4_MUX(DPM_EMU9, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  306. /* dispc2_de */
  307. OMAP4_MUX(DPM_EMU10, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  308. /* dispc2_data8 */
  309. OMAP4_MUX(DPM_EMU11, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  310. /* dispc2_data7 */
  311. OMAP4_MUX(DPM_EMU12, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  312. /* dispc2_data6 */
  313. OMAP4_MUX(DPM_EMU13, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  314. /* dispc2_data5 */
  315. OMAP4_MUX(DPM_EMU14, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  316. /* dispc2_data4 */
  317. OMAP4_MUX(DPM_EMU15, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  318. /* dispc2_data3 */
  319. OMAP4_MUX(DPM_EMU16, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  320. /* dispc2_data2 */
  321. OMAP4_MUX(DPM_EMU17, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  322. /* dispc2_data1 */
  323. OMAP4_MUX(DPM_EMU18, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  324. /* dispc2_data0 */
  325. OMAP4_MUX(DPM_EMU19, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
  326. { .reg_offset = OMAP_MUX_TERMINATOR },
  327. };
  328. static struct omap_device_pad serial2_pads[] __initdata = {
  329. OMAP_MUX_STATIC("uart2_cts.uart2_cts",
  330. OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
  331. OMAP_MUX_STATIC("uart2_rts.uart2_rts",
  332. OMAP_PIN_OUTPUT | OMAP_MUX_MODE0),
  333. OMAP_MUX_STATIC("uart2_rx.uart2_rx",
  334. OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
  335. OMAP_MUX_STATIC("uart2_tx.uart2_tx",
  336. OMAP_PIN_OUTPUT | OMAP_MUX_MODE0),
  337. };
  338. static struct omap_device_pad serial3_pads[] __initdata = {
  339. OMAP_MUX_STATIC("uart3_cts_rctx.uart3_cts_rctx",
  340. OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
  341. OMAP_MUX_STATIC("uart3_rts_sd.uart3_rts_sd",
  342. OMAP_PIN_OUTPUT | OMAP_MUX_MODE0),
  343. OMAP_MUX_STATIC("uart3_rx_irrx.uart3_rx_irrx",
  344. OMAP_PIN_INPUT | OMAP_MUX_MODE0),
  345. OMAP_MUX_STATIC("uart3_tx_irtx.uart3_tx_irtx",
  346. OMAP_PIN_OUTPUT | OMAP_MUX_MODE0),
  347. };
  348. static struct omap_device_pad serial4_pads[] __initdata = {
  349. OMAP_MUX_STATIC("uart4_rx.uart4_rx",
  350. OMAP_PIN_INPUT | OMAP_MUX_MODE0),
  351. OMAP_MUX_STATIC("uart4_tx.uart4_tx",
  352. OMAP_PIN_OUTPUT | OMAP_MUX_MODE0),
  353. };
  354. static struct omap_board_data serial2_data __initdata = {
  355. .id = 1,
  356. .pads = serial2_pads,
  357. .pads_cnt = ARRAY_SIZE(serial2_pads),
  358. };
  359. static struct omap_board_data serial3_data __initdata = {
  360. .id = 2,
  361. .pads = serial3_pads,
  362. .pads_cnt = ARRAY_SIZE(serial3_pads),
  363. };
  364. static struct omap_board_data serial4_data __initdata = {
  365. .id = 3,
  366. .pads = serial4_pads,
  367. .pads_cnt = ARRAY_SIZE(serial4_pads),
  368. };
  369. static inline void board_serial_init(void)
  370. {
  371. struct omap_board_data bdata;
  372. bdata.flags = 0;
  373. bdata.pads = NULL;
  374. bdata.pads_cnt = 0;
  375. bdata.id = 0;
  376. /* pass dummy data for UART1 */
  377. omap_serial_init_port(&bdata);
  378. omap_serial_init_port(&serial2_data);
  379. omap_serial_init_port(&serial3_data);
  380. omap_serial_init_port(&serial4_data);
  381. }
  382. #else
  383. #define board_mux NULL
  384. static inline void board_serial_init(void)
  385. {
  386. omap_serial_init();
  387. }
  388. #endif
  389. /* Display DVI */
  390. #define PANDA_DVI_TFP410_POWER_DOWN_GPIO 0
  391. static int omap4_panda_enable_dvi(struct omap_dss_device *dssdev)
  392. {
  393. gpio_set_value(dssdev->reset_gpio, 1);
  394. return 0;
  395. }
  396. static void omap4_panda_disable_dvi(struct omap_dss_device *dssdev)
  397. {
  398. gpio_set_value(dssdev->reset_gpio, 0);
  399. }
  400. /* Using generic display panel */
  401. static struct panel_dvi_platform_data omap4_dvi_panel = {
  402. .platform_enable = omap4_panda_enable_dvi,
  403. .platform_disable = omap4_panda_disable_dvi,
  404. .i2c_bus_num = 3,
  405. };
  406. struct omap_dss_device omap4_panda_dvi_device = {
  407. .type = OMAP_DISPLAY_TYPE_DPI,
  408. .name = "dvi",
  409. .driver_name = "dvi",
  410. .data = &omap4_dvi_panel,
  411. .phy.dpi.data_lines = 24,
  412. .reset_gpio = PANDA_DVI_TFP410_POWER_DOWN_GPIO,
  413. .channel = OMAP_DSS_CHANNEL_LCD2,
  414. };
  415. int __init omap4_panda_dvi_init(void)
  416. {
  417. int r;
  418. /* Requesting TFP410 DVI GPIO and disabling it, at bootup */
  419. r = gpio_request_one(omap4_panda_dvi_device.reset_gpio,
  420. GPIOF_OUT_INIT_LOW, "DVI PD");
  421. if (r)
  422. pr_err("Failed to get DVI powerdown GPIO\n");
  423. return r;
  424. }
  425. static void omap4_panda_hdmi_mux_init(void)
  426. {
  427. /* PAD0_HDMI_HPD_PAD1_HDMI_CEC */
  428. omap_mux_init_signal("hdmi_hpd",
  429. OMAP_PIN_INPUT_PULLUP);
  430. omap_mux_init_signal("hdmi_cec",
  431. OMAP_PIN_INPUT_PULLUP);
  432. /* PAD0_HDMI_DDC_SCL_PAD1_HDMI_DDC_SDA */
  433. omap_mux_init_signal("hdmi_ddc_scl",
  434. OMAP_PIN_INPUT_PULLUP);
  435. omap_mux_init_signal("hdmi_ddc_sda",
  436. OMAP_PIN_INPUT_PULLUP);
  437. }
  438. static struct gpio panda_hdmi_gpios[] = {
  439. { HDMI_GPIO_HPD, GPIOF_OUT_INIT_HIGH, "hdmi_gpio_hpd" },
  440. { HDMI_GPIO_LS_OE, GPIOF_OUT_INIT_HIGH, "hdmi_gpio_ls_oe" },
  441. };
  442. static int omap4_panda_panel_enable_hdmi(struct omap_dss_device *dssdev)
  443. {
  444. int status;
  445. status = gpio_request_array(panda_hdmi_gpios,
  446. ARRAY_SIZE(panda_hdmi_gpios));
  447. if (status)
  448. pr_err("Cannot request HDMI GPIOs\n");
  449. return status;
  450. }
  451. static void omap4_panda_panel_disable_hdmi(struct omap_dss_device *dssdev)
  452. {
  453. gpio_free(HDMI_GPIO_LS_OE);
  454. gpio_free(HDMI_GPIO_HPD);
  455. }
  456. static struct omap_dss_device omap4_panda_hdmi_device = {
  457. .name = "hdmi",
  458. .driver_name = "hdmi_panel",
  459. .type = OMAP_DISPLAY_TYPE_HDMI,
  460. .platform_enable = omap4_panda_panel_enable_hdmi,
  461. .platform_disable = omap4_panda_panel_disable_hdmi,
  462. .channel = OMAP_DSS_CHANNEL_DIGIT,
  463. };
  464. static struct omap_dss_device *omap4_panda_dss_devices[] = {
  465. &omap4_panda_dvi_device,
  466. &omap4_panda_hdmi_device,
  467. };
  468. static struct omap_dss_board_info omap4_panda_dss_data = {
  469. .num_devices = ARRAY_SIZE(omap4_panda_dss_devices),
  470. .devices = omap4_panda_dss_devices,
  471. .default_device = &omap4_panda_dvi_device,
  472. };
  473. void omap4_panda_display_init(void)
  474. {
  475. int r;
  476. r = omap4_panda_dvi_init();
  477. if (r)
  478. pr_err("error initializing panda DVI\n");
  479. omap4_panda_hdmi_mux_init();
  480. omap_display_init(&omap4_panda_dss_data);
  481. }
  482. static void __init omap4_panda_init(void)
  483. {
  484. int package = OMAP_PACKAGE_CBS;
  485. if (omap_rev() == OMAP4430_REV_ES1_0)
  486. package = OMAP_PACKAGE_CBL;
  487. omap4_mux_init(board_mux, NULL, package);
  488. if (wl12xx_set_platform_data(&omap_panda_wlan_data))
  489. pr_err("error setting wl12xx data\n");
  490. omap4_panda_i2c_init();
  491. platform_add_devices(panda_devices, ARRAY_SIZE(panda_devices));
  492. platform_device_register(&omap_vwlan_device);
  493. board_serial_init();
  494. omap_sdrc_init(NULL, NULL);
  495. omap4_twl6030_hsmmc_init(mmc);
  496. omap4_ehci_init();
  497. usb_musb_init(&musb_board_data);
  498. omap4_panda_display_init();
  499. }
  500. MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board")
  501. /* Maintainer: David Anders - Texas Instruments Inc */
  502. .atag_offset = 0x100,
  503. .reserve = omap_reserve,
  504. .map_io = omap4_map_io,
  505. .init_early = omap4430_init_early,
  506. .init_irq = gic_init_irq,
  507. .init_machine = omap4_panda_init,
  508. .timer = &omap4_timer,
  509. MACHINE_END