summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/fsl/imx-wm8962.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-wm8962.c b/sound/soc/fsl/imx-wm8962.c
index b01218c0e6ba..cb50a6fa48a9 100644
--- a/sound/soc/fsl/imx-wm8962.c
+++ b/sound/soc/fsl/imx-wm8962.c
@@ -591,7 +591,7 @@ static int imx_wm8962_probe(struct platform_device *pdev)
if (of_property_read_bool(pdev->dev.of_node, "codec-master"))
data->is_codec_master = true;
- cpu_np = of_parse_phandle(pdev->dev.of_node, "cpu-dai", 0);
+ cpu_np = of_parse_phandle(pdev->dev.of_node, "audio-cpu", 0);
if (!cpu_np) {
dev_err(&pdev->dev, "cpu dai phandle missing or invalid\n");
ret = -EINVAL;