board-omap4panda.c 16 KB

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