主题中讨论的其他器件:AM5728、 TLV320AIC3100、 TLV320AIC3110、 TLV320AIC3120、 TLV320AIC3111、 TLV320DAC3100、 TLV320DAC3101、 TLV320AIC3104
你(们)好
我在 AM5728上使用 TLV320DAC3120-CODEC,并使用 SDK:ti-processor-sdk-linux-am57xx-evm-05.01.00.11
我不知道可以使用哪个驱动程序。
那么,我可以使用 tlv320aic31xx.c 驱动程序吗?
以下是 tlv320aic31xx.c 中的表格
static const struct of _device_id tlv320aic31xx_of _match[]={
{.compatible ="ti、tlv320aic310x"}、
{.compatible ="ti、tlv320aic311x"}、
{.compatible ="ti、TLV320AIC3100"}、
{.compatible ="ti、tlv320aic3110"}、
{.compatible ="ti、tlv320aic3120"}、
{.compatible ="ti、TLV320AIC3111"}、
{.compatible ="ti、tlv320dac3100"}、
{.compatible ="ti、tlv320dac3101"}、
{}、
};
在 am57xx-beagle-x15-common.dtsi 中、应向编解码器的兼容性中添加哪一个?
另一方面、
我们的 am5728 clkout2时钟现在为22.57MHz。 对于 TLV320dac3120,我们需要调整到11.92MHz。
如果要更改 am5728 clkout2时钟,只需将“&clkout2_clk”修改为<11920000>?