summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_dsp.c
diff options
context:
space:
mode:
authorDaniel Baluta <daniel.baluta@nxp.com>2019-12-02 17:54:47 +0200
committerDaniel Baluta <daniel.baluta@nxp.com>2019-12-03 17:45:01 +0200
commite00f0e9f115b6042ca59871b98a987e8b60f994c (patch)
treee28d1d4ab9b2eb856bb5753466e0b47860447fa3 /sound/soc/fsl/fsl_dsp.c
parent6ac62ad9c57ed94b7efe9dfe03f6b84dba8a37bb (diff)
ASoC: fsl_dsp: Rename reserved-region with memory-region
This aligns DSP node description with upstream. No need to add backward compatibility for older dtbs because FSL DSP driver is obsolete and it will be removed in the future Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Diffstat (limited to 'sound/soc/fsl/fsl_dsp.c')
-rw-r--r--sound/soc/fsl/fsl_dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_dsp.c b/sound/soc/fsl/fsl_dsp.c
index b3bcf21730d2..9223a02098e5 100644
--- a/sound/soc/fsl/fsl_dsp.c
+++ b/sound/soc/fsl/fsl_dsp.c
@@ -897,7 +897,7 @@ static int fsl_dsp_probe(struct platform_device *pdev)
return ret;
}
- reserved_node = of_parse_phandle(np, "reserved-region", 0);
+ reserved_node = of_parse_phandle(np, "memory-region", 0);
if (!reserved_node) {
dev_err(&pdev->dev, "failed to get reserved region node\n");
return -ENODEV;