Other Parts Discussed in Thread: TLV320AIC3106
Hi,
I am working on 3.14 Kernel of GLSDK7.0 for our customized board. I have checked the device tree for VAYU board, following the entry for soundin VAY U board, it seems the clock is configured for codec.
primary_sound: primary_sound {
compatible = "ti,dra7xx-evm-audio";
ti,model = "DRA7xx-EVM";
ti,always-on;
ti,audio-codec = <&tlv320aic3106>;
ti,mcasp-controller = <&mcasp3>;
ti,codec-clock-rate = <11289600>;
clocks = <&atl_clkin2_ck>;
clock-names = "mclk";
ti,audio-routing =
"Headphone Jack", "HPLOUT",
"Headphone Jack", "HPROUT",
"Line Out", "LLOUT",
"Line Out", "RLOUT",
"MIC3L", "Mic Jack",
"MIC3R", "Mic Jack",
"Mic Jack", "Mic Bias",
"LINE1L", "Line In",
"LINE1R", "Line In";
};
In our customized board we don't have any codec, we can configure clock to MCASP in device tree without codec?