Hi,
We have got a IMX6q board (custom board) where we have taken CSI0_MCLK to CLK_Signal pin of CSI(for our camera we thought of giving external clock i.e CSI0_MCLK). Now when we are checking at the pin of CSI2 connector we are not getting any clock.
We have used following in our dts file:
mipi_csi {
pinctrl_mipi_csi_1: mipi_csipgrp-1 {
fsl,pins = <
MX6QDL_PAD_CSI0_DAT12__GPIO5_IO30 0xb0b1
MX6QDL_PAD_CSI0_DAT13__GPIO5_IO31 0xb0b1
MX6QDL_PAD_CSI0_MCLK__CCM_CLKO1 0xb0b1
>;
};
};
why we are not getting CCM_CLKO1 output at that particular pin. Otherthan this anything else is required to get clock.