11 #include <linux/kernel.h>
26 #define RX51_LCD_RESET_GPIO 90
28 #if defined(CONFIG_FB_OMAP2) || defined(CONFIG_FB_OMAP2_MODULE)
43 .driver_name =
"panel-acx565akm",
45 .phy.sdi.datapairs = 2,
47 .platform_enable = rx51_lcd_enable,
48 .platform_disable = rx51_lcd_disable,
54 .driver_name =
"venc",
65 .devices = rx51_dss_devices,
66 .default_device = &rx51_lcd_device,
69 static int __init rx51_video_init(
void)
71 if (!machine_is_nokia_rx51())
75 pr_err(
"%s cannot configure MUX for LCD RESET\n", __func__);
80 "LCD ACX565AKM reset")) {
81 pr_err(
"%s failed to get LCD Reset GPIO\n", __func__);