mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
ASoC: spdif: Add VF610+ compatibles support.
Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> Acked-by: Nicolin Chen <Guangyu.Chen@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
b21cc2f5fd
commit
1014fad0fc
@ -1186,6 +1186,7 @@ static int fsl_spdif_probe(struct platform_device *pdev)
|
||||
|
||||
static const struct of_device_id fsl_spdif_dt_ids[] = {
|
||||
{ .compatible = "fsl,imx35-spdif", },
|
||||
{ .compatible = "fsl,vf610-spdif", },
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, fsl_spdif_dt_ids);
|
||||
|
Loading…
Reference in New Issue
Block a user