arm64: dts: imx8qxp-mek: Pass memory-region to the DSP node

According to fsl,dsp.yaml, 'memory-region' is a required property.

Pass 'memory-region' to fix the following dt-schema warning:

imx8qxp-mek.dtb: dsp@596e8000: 'memory-region' is a required property

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Fabio Estevam 2024-06-26 11:05:32 -03:00 committed by Shawn Guo
parent 418ecfca8b
commit 14949fe3f7

View File

@ -63,6 +63,7 @@
};
&dsp {
memory-region = <&dsp_reserved>;
status = "okay";
};