Where is drivers/video/mxc/mxcfb_epson_vga.c in Kernel V3.10.17?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Where is drivers/video/mxc/mxcfb_epson_vga.c in Kernel V3.10.17?

735 Views
DipenPatel1z
Contributor III

Dear All,

We are using LCD which requires initialization over SPI. I was referring to drivers/video/mxc/mxcfb_epson_vga.c driver available from Kernel 3.0.35. But we are using latest 3.10.17 kernel and it seems this driver is not available in latest kernel.

Can anyone let me know where can I get similar reference ported on kernel 3.10.17?

Regards,

Dipen Patel

Labels (4)
0 Kudos
2 Replies

408 Views
igorpadykov
NXP Employee
NXP Employee

Hi Dipen

seems it is not used on any i.MX6 boards,

I think one can look at wandboard with SEIKO-WVGA or boundary devices

examples

How to use future electronics LCD display and adapter with Wandboard?

http://boundarydevices.com/configuring-i-mx6-machines-different-screens-nitrogen6x-sabre-lite/

Best regards

igor

0 Kudos

408 Views
DJ88
Contributor I

Dear Dipen,

Do you have any idea whether drivers/video/mxc/mxcfb_epson_vga.c  is a ADC or SDC framebuffer driver. Because in the driver they have commented like "MXC Frame buffer driver for SDC" , but the Asynchronous IPU functions are getting used in the driver.

For eg: ipu_init_async_panel(ipu, 0, IPU_PANEL_SERIAL, 90, IPU_PIX_FMT_GENERIC, sig);

Thanks in Advance ..:smileyhappy:

0 Kudos