[PATCH] ARM: dts: imx: Update VPU compatible strings

Philipp Zabel p.zabel at pengutronix.de
Thu Nov 27 00:10:55 PST 2014


Hi Fabio,

just one tiny issue below:

Am Mittwoch, den 26.11.2014, 19:01 -0200 schrieb Fabio Estevam:
> From: Fabio Estevam <fabio.estevam at freescale.com>
> 
> Update the VPU compatible strings to also use "cnm,coda<model>".
> 
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
> ---
> Shawn,
> 
> The documentation patch for Documentation/devicetree/bindings/media/coda.txt 
> has been re-sent to the linux-media list with such updates.
> 
>  arch/arm/boot/dts/imx27.dtsi | 2 +-
>  arch/arm/boot/dts/imx53.dtsi | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
> index 107d713..4b063b6 100644
> --- a/arch/arm/boot/dts/imx27.dtsi
> +++ b/arch/arm/boot/dts/imx27.dtsi
> @@ -464,7 +464,7 @@
>  			};
>  
>  			coda: coda at 10023000 {
> -				compatible = "fsl,imx27-vpu";
> +				compatible = "fsl,imx27-vpu", "cnm,codadx6";
>  				reg = <0x10023000 0x0200>;
>  				interrupts = <53>;
>  				clocks = <&clks IMX27_CLK_VPU_BAUD_GATE>,
> diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
> index a30bddf..132410c 100644
> --- a/arch/arm/boot/dts/imx53.dtsi
> +++ b/arch/arm/boot/dts/imx53.dtsi
> @@ -756,7 +756,7 @@
>  			};
>  
>  			vpu: vpu at 63ff4000 {
> -				compatible = "fsl,imx53-vpu";
> +				compatible = "fsl,imx53-vpu","cnm,coda7541";

Missing whitespace here. Other than that,
Acked-by: Philipp Zabel <p.zabel at pengutronix.de>

regards
Philipp




More information about the linux-arm-kernel mailing list