I have a custom board with a tvp5151 interfaced to the Zoom Torpedo SOMOMAP3530 on cam_d[0:7].
d[2:7] seem to function just fine, but d0 and d1 do not go above about .75 IO_VDD, and with these lines configured as GPIO the OMAP shows them stuck low. If I short them high, the OMAP does recognize the pin as high.
Lifting a pin on the tvp5151 allows the signal to go to IO_VDD, suggesting that the OMAP is loading these two signals differently compared to the other 6.
omap3530.pdf shows AG17 and AH17 As LVDS/CMOS (CBB package), but I've not found anything that suggests any special handling required to set mode 0 and use cam_d0 and cam_d1.
The EVM uses a tvp5146, which puts the data on the higher-order bits, and then the ISP shifts them down - so it looks like these pins are not used there.
So... is it possible to use cam_d0 and cam_d1?
Thanks,
Joel.