Why don't working connect ccm with MX6QDL_PAD_NANDF_CS2__CCM_CLKO2 pin throught iomux

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Why don't working connect ccm with MX6QDL_PAD_NANDF_CS2__CCM_CLKO2 pin throught iomux

539 次查看
ignat
Contributor I

Hi all!

 My task connect my audiocodec with i2s clocks on custom board.  I changed alternative for that pin in imx6qdl-sabresd.dtsi :

&iomuxc {
   pinctrl-names = "default";   
   pinctrl-0 = <&pinctrl_hog>;

   imx6qdl-sabresd {
   pinctrl_hog: hoggrp {
   fsl,pins = <
   MX6QDL_PAD_NANDF_CS2__CCM_CLKO2 0x130b0

   ...

   >

But i'm  not get output on that pin ( i checked output with oscilloscope) . 

Maybe i must connect iomucx  in dts file with clks? How? 

Maybe i must configure u-Boot ? How? 

Maybe i must use iomux_tool.exe ? How? ( C files from genereted code not сompitable with linux kernel )

Thanks

Best regards

标签 (2)
标记 (3)
0 项奖励
1 回复

481 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Ignat

for CLKO2 example one can look on

imx6sx-nitrogen6sx.dts\dts\boot\arm\arch - linux-imx - i.MX Linux kernel 

also it can be configured in uboot

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

0 项奖励