提交 a4a1d79e 编写于 作者: P Peter Ujfalusi 提交者: Mark Brown

ASoC: tlv320aic31xx: Add missing of_device_id for dac3100

The compatible table was not updated when the support for DAC3100 was added.
Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
Reviewed-by: NJyri Sarha <jsarha@ti.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 1001354c
...@@ -1253,6 +1253,7 @@ static const struct of_device_id tlv320aic31xx_of_match[] = { ...@@ -1253,6 +1253,7 @@ static const struct of_device_id tlv320aic31xx_of_match[] = {
{ .compatible = "ti,tlv320aic3110" }, { .compatible = "ti,tlv320aic3110" },
{ .compatible = "ti,tlv320aic3120" }, { .compatible = "ti,tlv320aic3120" },
{ .compatible = "ti,tlv320aic3111" }, { .compatible = "ti,tlv320aic3111" },
{ .compatible = "ti,tlv320dac3100" },
{}, {},
}; };
MODULE_DEVICE_TABLE(of, tlv320aic31xx_of_match); MODULE_DEVICE_TABLE(of, tlv320aic31xx_of_match);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册