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

Frank Li Frank.li at nxp.com
Wed Jun 26 08:11:12 PDT 2024


On Wed, Jun 26, 2024 at 11:05:32AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam at denx.de>
> 
> 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 at 596e8000: 'memory-region' is a required property
> 
> Signed-off-by: Fabio Estevam <festevam at denx.de>

Reviewed-by: Frank Li <Frank.Li at nxp.com>

> ---
>  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
> 



More information about the linux-arm-kernel mailing list