]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: imx8qxp-mek: Pass memory-region to the DSP node
authorFabio Estevam <festevam@denx.de>
Wed, 26 Jun 2024 14:05:32 +0000 (11:05 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 1 Jul 2024 14:21:44 +0000 (22:21 +0800)
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>
arch/arm64/boot/dts/freescale/imx8qxp-mek.dts

index cee13e58762cb532cb715fc426bae75332893b69..936ba5ecdcac76fd03bb9b9c79cd928d31cb3338 100644 (file)
@@ -63,6 +63,7 @@
 };
 
 &dsp {
+       memory-region = <&dsp_reserved>;
        status = "okay";
 };