Alejandro,
I have moved past my current issue. I can get the devices to attach. I wanted to use the IPU2 CSI1 as well as the IPU1 CSI 0 parallel ports. It appears that some work has been done by the community.
My next question that I am hoping you may answer:
Is it possible to use IPU2_CSI1_DATA15 to DATA00 instead of DATA19 to DATA04? From the manual, this appears to be possible but I am uncertain as to which sets of code need to be modified. I.e: Can I just specify in the device tree:
pinctrl_ipu2_2: ipu2grp-2 { /* 8-Bit parallel camera */
fsl,pins = <
MX6QDL_PAD_EIM_DA1__IPU2_CSI1_DATA08 0x80000000
MX6QDL_PAD_EIM_DA0__IPU2_CSI1_DATA09 0x80000000
MX6QDL_PAD_EIM_EB1__IPU2_CSI1_DATA10 0x80000000
MX6QDL_PAD_EIM_EB0__IPU2_CSI1_DATA11 0x80000000
MX6QDL_PAD_EIM_A17__IPU2_CSI1_DATA12 0x80000000
MX6QDL_PAD_EIM_A18__IPU2_CSI1_DATA13 0x80000000
MX6QDL_PAD_EIM_A19__IPU2_CSI1_DATA14 0x80000000
MX6QDL_PAD_EIM_A20__IPU2_CSI1_DATA15 0x80000000
MX6QDL_PAD_EIM_A16__IPU2_CSI1_PIXCLK 0x80000000
MX6QDL_PAD_EIM_DA11__IPU2_CSI1_HSYNC 0x80000000
MX6QDL_PAD_EIM_DA12__IPU2_CSI1_VSYNC 0x80000000
MX6QDL_PAD_EIM_DA10__IPU2_CSI1_DATA_EN 0x80000000
>;
};
Or is there more that needs to be done in order to ensure that the offset occurs as to where MSB of the IPU2/CSI1 parallel data starts?
R,
John