On Wed, Jun 26, 2024 at 11:05:32AM -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@xxxxxxx> > > 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@xxxxxxx> Reviewed-by: Frank Li <Frank.Li@xxxxxxx> > --- > arch/arm64/boot/dts/freescale/imx8qxp-mek.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts b/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts > index cee13e58762c..936ba5ecdcac 100644 > --- a/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts > +++ b/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts > @@ -63,6 +63,7 @@ sound-wm8960 { > }; > > &dsp { > + memory-region = <&dsp_reserved>; > status = "okay"; > }; > > -- > 2.34.1 >