This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

mt9m112 camera sensor integration to beagle board

Hi ,

i am integrating mt9m112 to beagleboardxm

kernel 2.6.37 (ginger bread release)

the camera sensor signals d0 t0 d11 are connected to cam_d0 to cam_d11 

getting signals for camera d2 t0 d11 from the camera sensor  

the configuration in board-opam3beagle-camera.c 

.subdevs = beagle_camera_primary_subdevs,
.interface = ISP_INTERFACE_PARALLEL,
.bus = {
.parallel = {
.data_lane_shift = 2,
.clk_pol = 0,
.bridge = 3,

i was able to get the test pattern but it is slightly different from expected pattern 

i want to use the signals cam_d2 t0 cam_d11 only.

can any one point the correct values for data_lane_shift and bridge

to obtain correct signals to CCDC

Regards,

Dibin