From 141eb5a465bd510eec2355cac2ddb1590c1129e3 Mon Sep 17 00:00:00 2001 From: Shengjiu Wang Date: Wed, 9 Oct 2019 16:14:38 +0800 Subject: ASoC: imx-wm8962: change cpu-dai to audio-cpu change cpu-dai to audio-cpu for alignment with fsl-asoc-card Signed-off-by: Shengjiu Wang --- sound/soc/fsl/imx-wm8962.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/soc/fsl/imx-wm8962.c') 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; -- cgit v1.2.3