arm64: dts: Fix memory-region property of DSP node
authorDaniel Baluta <daniel.baluta@nxp.com>
Mon, 2 Dec 2019 15:25:11 +0000 (17:25 +0200)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:21:32 +0000 (11:21 +0800)
With this fixed we can avoid overrinding the property in SOF DTS
because it is useless now.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
arch/arm64/boot/dts/freescale/imx8qxp-mek-sof.dts
arch/arm64/boot/dts/freescale/imx8qxp-ss-adma.dtsi

index 949c3d8..767dade 100644 (file)
        #sound-dai-cells = <0>;
        compatible = "fsl,imx8qxp-dsp";
        reg = <0x596e8000 0x88000>;
-       memory-region = <&dsp_reserved>;
        status = "okay";
 };
 
index 1441dff..a126b52 100644 (file)
@@ -65,7 +65,7 @@
                        <&lsio_mu13 2 1>,
                        <&lsio_mu13 3 0>,
                        <&lsio_mu13 3 1>;
-               reserved-region = <&dsp_reserved>;
+               memory-region = <&dsp_reserved>;
                status = "disabled";
        };
 };