CSI_CLK assigning to pin

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CSI_CLK assigning to pin

462 Views
rajkumarmadhani
Contributor I

How to assign csi_clk to a particular pin like LCD_DAT6 in i.mx6sl

Labels (1)
0 Kudos
1 Reply

371 Views
igorpadykov
NXP Employee
NXP Employee

Hi Rajkumar

in linux board-mx6sl_evk.c file (refer to attached document

sect.2.3 "Setting Up the IOMUX Controller and U-Boot")

in structure mx6sl_brd_csi_enable_pads[] try to change

MX6SL_PAD_EPDC_GDCLK__CSI_PIXCLK to

MX6SL_PAD_LCD_DAT6__CSI_PIXCLK

Best regards

chip

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos