Hi all,
The issue that I am facing now is that the XCLK is not coming out of the
processor. I have done the following settings:
1. Mux settings:
MUX_CFG_34XX("W8_34XX_CAM_XCLK", 0x110 ,
OMAP34XX_MUX_MODE0 | OMAP34XX_PIN_OUTPUT)
2.
In the PRCM I have done the following settings:
1. write 0x03 in CM_FCLKEN_CAM register.
2. write 0x1 in CM_ICLKEN_CAM register.
3. write 0x1 in CM_CLKSEL_CAM register to generate MCLK=216Mhz.
4. write 0x9 in 0x480BC050 (TCTRL_CTRL) to make XCLK = MCLK/9 = 216/9 = 24MHz for the camera module.
Is there any other settings that I should do to send XCLKA out of the
processor?