Other Parts Discussed in Thread: PCA9543A, TVP7002
I have used a board of dm365 and DVSDK 4.0.2 package on linux 2.6.32 with a soc camera of mt9m111. Some modifications have been made for board_dm365_evm.c for adding mt9m111 device info.
But when the system boots up into mt9m111_probe() in mt9m111.c, the booting is crashed for no soc_camera_device data in client->dev.platform_data which should be filled in vpfe_capture.c ( I think so ). In i2c_core.c, it is simply give the value of the board_info.platform_data that is set in board_dm365_evm.c.
Looking up the vpfe_capture.c in detailed, I find it has no code to support soc camera. do I miss some thing ?
does any body have success in using mt9m111 with dm365 ?
any help appreciated.