arch: arm64: Fix reserved memory area property name for DSP
authorDaniel Baluta <daniel.baluta@nxp.com>
Fri, 6 Dec 2019 08:23:43 +0000 (10:23 +0200)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:21:37 +0000 (11:21 +0800)
After change  e00f0e9f115b604 ("ASoC: fsl_dsp: Rename reserved-region
with memory-region") reserved memory area for DSP is now grabbed
from DSP node property named memory-region instead of reserved-region.

We've done this change in order to align with upstream implementation.
Usually we should support the old property name but because
imx-audio-framework is is obsolete and planned for removal in the future
we won't do that.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
arch/arm64/boot/dts/freescale/imx8qm.dtsi

index 1bd6117..9ca9e42 100755 (executable)
                                        <&pd IMX_SC_R_MU_13B>,
                                        <&pd IMX_SC_R_DSP>,
                                        <&pd IMX_SC_R_DSP_RAM>;
-                       reserved-region = <&dsp_reserved>;
+                       memory-region = <&dsp_reserved>;
                        fixup-offset = <0x4000000>;
                        status = "disabled";
                };