[PATCH v3 9/9] arm64: dts: freescale: imx95: Add video codec node

Krzysztof Kozlowski krzk at kernel.org
Fri Aug 29 07:07:36 PDT 2025


On 29/08/2025 10:46, Nas Chung wrote:
> diff --git a/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts b/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts
> index 2f949a0d48d2..c9d8b78d5768 100644
> --- a/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts
> +++ b/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts
> @@ -75,6 +75,11 @@ linux_cma: linux,cma {
>  			linux,cma-default;
>  			reusable;
>  		};
> +
> +		vpu_boot: vpu_boot at a0000000 {

Follow DTS coding style.

> +			reg = <0 0xa0000000 0 0x100000>;
> +			no-map;
> +		};
>  	};
>  
>  	flexcan1_phy: can-phy0 {
> @@ -1044,3 +1049,8 @@ &tpm6 {
>  	pinctrl-0 = <&pinctrl_tpm6>;
>  	status = "okay";
>  };
> +
> +&vpu {
> +	memory-region = <&vpu_boot>;
> +	sram = <&sram1>;
> +};
> diff --git a/arch/arm64/boot/dts/freescale/imx95-phycore-fpsc.dtsi b/arch/arm64/boot/dts/freescale/imx95-phycore-fpsc.dtsi
> index 7519d5bd06ba..73c84ab60dfd 100644
> --- a/arch/arm64/boot/dts/freescale/imx95-phycore-fpsc.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx95-phycore-fpsc.dtsi
> @@ -59,6 +59,11 @@ linux,cma {
>  			size = <0 0x3c000000>;
>  			linux,cma-default;
>  		};
> +
> +		vpu_boot: vpu_boot at a0000000 {

Same problem.

> +			reg = <0 0xa0000000 0 0x100000>;
> +			no-map;
> +		};
>  	};

> +
Best regards,
Krzysztof



More information about the linux-arm-kernel mailing list