ADV7391 Driver for 3.14.52

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

ADV7391 Driver for 3.14.52

Jump to solution
1,010 Views
aliismail
Contributor IV

Is anyone aware of a driver for the ADV7391 for the 3.14.52 Linux kernel? There are some patches for this kernel version in the following thread, however, there is no driver provided. The drivers provided are for earlier kernel version.

https://community.nxp.com/docs/DOC-94019 

0 Kudos
1 Solution
663 Views
igorpadykov
NXP Employee
NXP Employee

Hi Ali

in that case mxc_ipuv3_fb.c driver was used, as

ADV7391 complies ntsc standard no special driver

was created, just changed fb_videomode settings.

Also may be useful

https://community.nxp.com/thread/315206 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
3 Replies
664 Views
igorpadykov
NXP Employee
NXP Employee

Hi Ali

in that case mxc_ipuv3_fb.c driver was used, as

ADV7391 complies ntsc standard no special driver

was created, just changed fb_videomode settings.

Also may be useful

https://community.nxp.com/thread/315206 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
663 Views
aliismail
Contributor IV

Hi Igor,

I just wanted clarification on one more thing. I did not see anything driving the i2c for the adv7391 in the mxc_ipuv3_fb.c driver. Does this mean the adv7391 does not have to be configured?

0 Kudos
663 Views
igorpadykov
NXP Employee
NXP Employee

Hi Ali

seems adv7391 works fine with default settings. If i2c control

is needed then you are right: separate driver for the ADV7391

(as ov5640.c) is needed.

Best regards
igor

0 Kudos