Hi,
Ours is a custom board based on imx6ull and we are using sph0645 microphone in our design. We have configured the sai3 interface to which the microphone is connected in the dtsi file but we are not able to get the proper clock when configured.Please find the dtsi file configuration below.
&sai3 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_sai3>;
assigned-clocks = <&clks IMX6UL_CLK_SAI3_SEL>,
<&clks IMX6UL_CLK_SAI3>;
assigned-clock-parents = <&clks IMX6UL_CLK_PLL4_AUDIO_DIV>;
assigned-clock-rates = <0>, <3072000>;
status = "okay";
};
pinctrl_sai3: pinctrl_sai3{
fsl,pins = <
MX6UL_PAD_LCD_DATA13__SAI3_TX_BCLK 0x17088
MX6UL_PAD_LCD_DATA12__SAI3_TX_SYNC 0x17088
MX6UL_PAD_LCD_DATA14__SAI3_RX_DATA 0x11088
>;
};
Please help us understand that the configuration done above is proper or is there any changes to be configured in the dtsi file
Thank you,
Deepanraj.A