aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/fsl/fsl_spdif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c
index 173553c6dc55..daa6198ae41f 100644
--- a/sound/soc/fsl/fsl_spdif.c
+++ b/sound/soc/fsl/fsl_spdif.c
@@ -1186,6 +1186,7 @@ static int fsl_spdif_probe(struct platform_device *pdev)
1186 1186
1187static const struct of_device_id fsl_spdif_dt_ids[] = { 1187static const struct of_device_id fsl_spdif_dt_ids[] = {
1188 { .compatible = "fsl,imx35-spdif", }, 1188 { .compatible = "fsl,imx35-spdif", },
1189 { .compatible = "fsl,vf610-spdif", },
1189 {} 1190 {}
1190}; 1191};
1191MODULE_DEVICE_TABLE(of, fsl_spdif_dt_ids); 1192MODULE_DEVICE_TABLE(of, fsl_spdif_dt_ids);