mach-mx23evk.c 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. /*
  2. * Copyright 2010 Freescale Semiconductor, Inc. All Rights Reserved.
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License as published by
  6. * the Free Software Foundation; either version 2 of the License, or
  7. * (at your option) any later version.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. */
  14. #include <linux/delay.h>
  15. #include <linux/platform_device.h>
  16. #include <linux/gpio.h>
  17. #include <linux/irq.h>
  18. #include <asm/mach-types.h>
  19. #include <asm/mach/arch.h>
  20. #include <asm/mach/time.h>
  21. #include <mach/common.h>
  22. #include <mach/iomux-mx23.h>
  23. #include "devices-mx23.h"
  24. #define MX23EVK_LCD_ENABLE MXS_GPIO_NR(1, 18)
  25. #define MX23EVK_BL_ENABLE MXS_GPIO_NR(1, 28)
  26. static const iomux_cfg_t mx23evk_pads[] __initconst = {
  27. /* duart */
  28. MX23_PAD_PWM0__DUART_RX | MXS_PAD_CTRL,
  29. MX23_PAD_PWM1__DUART_TX | MXS_PAD_CTRL,
  30. /* auart */
  31. MX23_PAD_AUART1_RX__AUART1_RX | MXS_PAD_CTRL,
  32. MX23_PAD_AUART1_TX__AUART1_TX | MXS_PAD_CTRL,
  33. MX23_PAD_AUART1_CTS__AUART1_CTS | MXS_PAD_CTRL,
  34. MX23_PAD_AUART1_RTS__AUART1_RTS | MXS_PAD_CTRL,
  35. /* mxsfb (lcdif) */
  36. MX23_PAD_LCD_D00__LCD_D00 | MXS_PAD_CTRL,
  37. MX23_PAD_LCD_D01__LCD_D01 | MXS_PAD_CTRL,
  38. MX23_PAD_LCD_D02__LCD_D02 | MXS_PAD_CTRL,
  39. MX23_PAD_LCD_D03__LCD_D03 | MXS_PAD_CTRL,
  40. MX23_PAD_LCD_D04__LCD_D04 | MXS_PAD_CTRL,
  41. MX23_PAD_LCD_D05__LCD_D05 | MXS_PAD_CTRL,
  42. MX23_PAD_LCD_D06__LCD_D06 | MXS_PAD_CTRL,
  43. MX23_PAD_LCD_D07__LCD_D07 | MXS_PAD_CTRL,
  44. MX23_PAD_LCD_D08__LCD_D08 | MXS_PAD_CTRL,
  45. MX23_PAD_LCD_D09__LCD_D09 | MXS_PAD_CTRL,
  46. MX23_PAD_LCD_D10__LCD_D10 | MXS_PAD_CTRL,
  47. MX23_PAD_LCD_D11__LCD_D11 | MXS_PAD_CTRL,
  48. MX23_PAD_LCD_D12__LCD_D12 | MXS_PAD_CTRL,
  49. MX23_PAD_LCD_D13__LCD_D13 | MXS_PAD_CTRL,
  50. MX23_PAD_LCD_D14__LCD_D14 | MXS_PAD_CTRL,
  51. MX23_PAD_LCD_D15__LCD_D15 | MXS_PAD_CTRL,
  52. MX23_PAD_LCD_D16__LCD_D16 | MXS_PAD_CTRL,
  53. MX23_PAD_LCD_D17__LCD_D17 | MXS_PAD_CTRL,
  54. MX23_PAD_GPMI_D08__LCD_D18 | MXS_PAD_CTRL,
  55. MX23_PAD_GPMI_D09__LCD_D19 | MXS_PAD_CTRL,
  56. MX23_PAD_GPMI_D10__LCD_D20 | MXS_PAD_CTRL,
  57. MX23_PAD_GPMI_D11__LCD_D21 | MXS_PAD_CTRL,
  58. MX23_PAD_GPMI_D12__LCD_D22 | MXS_PAD_CTRL,
  59. MX23_PAD_GPMI_D13__LCD_D23 | MXS_PAD_CTRL,
  60. MX23_PAD_LCD_VSYNC__LCD_VSYNC | MXS_PAD_CTRL,
  61. MX23_PAD_LCD_HSYNC__LCD_HSYNC | MXS_PAD_CTRL,
  62. MX23_PAD_LCD_DOTCK__LCD_DOTCK | MXS_PAD_CTRL,
  63. MX23_PAD_LCD_ENABLE__LCD_ENABLE | MXS_PAD_CTRL,
  64. /* LCD panel enable */
  65. MX23_PAD_LCD_RESET__GPIO_1_18 | MXS_PAD_CTRL,
  66. /* backlight control */
  67. MX23_PAD_PWM2__GPIO_1_28 | MXS_PAD_CTRL,
  68. };
  69. /* mxsfb (lcdif) */
  70. static struct fb_videomode mx23evk_video_modes[] = {
  71. {
  72. .name = "Samsung-LMS430HF02",
  73. .refresh = 60,
  74. .xres = 480,
  75. .yres = 272,
  76. .pixclock = 108096, /* picosecond (9.2 MHz) */
  77. .left_margin = 15,
  78. .right_margin = 8,
  79. .upper_margin = 12,
  80. .lower_margin = 4,
  81. .hsync_len = 1,
  82. .vsync_len = 1,
  83. .sync = FB_SYNC_DATA_ENABLE_HIGH_ACT |
  84. FB_SYNC_DOTCLK_FAILING_ACT,
  85. },
  86. };
  87. static const struct mxsfb_platform_data mx23evk_mxsfb_pdata __initconst = {
  88. .mode_list = mx23evk_video_modes,
  89. .mode_count = ARRAY_SIZE(mx23evk_video_modes),
  90. .default_bpp = 32,
  91. .ld_intf_width = STMLCDIF_24BIT,
  92. };
  93. static void __init mx23evk_init(void)
  94. {
  95. int ret;
  96. mxs_iomux_setup_multiple_pads(mx23evk_pads, ARRAY_SIZE(mx23evk_pads));
  97. mx23_add_duart();
  98. mx23_add_auart0();
  99. ret = gpio_request_one(MX23EVK_LCD_ENABLE, GPIOF_DIR_OUT, "lcd-enable");
  100. if (ret)
  101. pr_warn("failed to request gpio lcd-enable: %d\n", ret);
  102. else
  103. gpio_set_value(MX23EVK_LCD_ENABLE, 1);
  104. ret = gpio_request_one(MX23EVK_BL_ENABLE, GPIOF_DIR_OUT, "bl-enable");
  105. if (ret)
  106. pr_warn("failed to request gpio bl-enable: %d\n", ret);
  107. else
  108. gpio_set_value(MX23EVK_BL_ENABLE, 1);
  109. mx23_add_mxsfb(&mx23evk_mxsfb_pdata);
  110. }
  111. static void __init mx23evk_timer_init(void)
  112. {
  113. mx23_clocks_init();
  114. }
  115. static struct sys_timer mx23evk_timer = {
  116. .init = mx23evk_timer_init,
  117. };
  118. MACHINE_START(MX23EVK, "Freescale MX23 EVK")
  119. /* Maintainer: Freescale Semiconductor, Inc. */
  120. .map_io = mx23_map_io,
  121. .init_irq = mx23_init_irq,
  122. .init_machine = mx23evk_init,
  123. .timer = &mx23evk_timer,
  124. MACHINE_END