You have to register before you can post. To keep this forum out of spammers, every registration is manually approved.
If you know answers on any questions on this forum, please feel free to answer them. (PS: I try to answer at least once a week or when possible, - Robert)
TinyRex have Hdmi transceiver chip (adv7610) connected to interface that is often used for parallel camera.
I think the lines below from *.dts are related to parallel interface.
In kernel you need to have the driver that will configure camera usually over i2c to proper mode (YCrCb, ...) will set and report correct data to upper layer.
NXP (Freescale) uses OV5642 as an example of camera using parallel interface.
Some information are inside fsl_yocto-L4.1.15_2.0.0-ga.tar.gz:
Source code provided by Voipac are direct clone of NXP community version copied on some point and enhanced with some drivers you most likely don't need. Feel free to use it only as example of *.dts changes. NXP community version might include "validated" parallel camera drivers while Voipac version was focused on ADV7610 instead.
Comment