From: Daniel Baluta Date: Fri, 6 Dec 2019 08:23:43 +0000 (+0200) Subject: arch: arm64: Fix reserved memory area property name for DSP X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~577^2~2^2~564 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=6180afca682879819e47ef12b71b37ecaa3efbe7;p=linux.git arch: arm64: Fix reserved memory area property name for DSP 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 --- diff --git a/arch/arm64/boot/dts/freescale/imx8qm.dtsi b/arch/arm64/boot/dts/freescale/imx8qm.dtsi index 1bd6117ee9cd..9ca9e4288e16 100755 --- a/arch/arm64/boot/dts/freescale/imx8qm.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8qm.dtsi @@ -516,7 +516,7 @@ <&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"; };