aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/imx/imx-ssi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/imx/imx-ssi.c')
-rw-r--r--sound/soc/imx/imx-ssi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/imx/imx-ssi.c b/sound/soc/imx/imx-ssi.c
index 2e8a0ee517b..a58440a2345 100644
--- a/sound/soc/imx/imx-ssi.c
+++ b/sound/soc/imx/imx-ssi.c
@@ -621,7 +621,7 @@ static int imx_ssi_probe_dt(struct platform_device *pdev)
if (of_get_property(np, "fsl,ssi-uses-dma", NULL))
ssi->flags |= IMX_SSI_DMA;
- if (of_get_property(np, "fsl,ssi-asynchronous-mode", NULL))
+ if (of_get_property(np, "fsl,ssi-synchronous-mode", NULL))
ssi->flags |= IMX_SSI_SYN;
if (of_get_property(np, "fsl,ssi-network-mode", NULL))