* [PATCH] ARM: dts: imx: Update VPU compatible strings
@ 2014-11-26 21:01 Fabio Estevam
2014-11-27 8:10 ` Philipp Zabel
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2014-11-26 21:01 UTC (permalink / raw)
To: linux-arm-kernel
From: Fabio Estevam <fabio.estevam@freescale.com>
Update the VPU compatible strings to also use "cnm,coda<model>".
Signed-off-by: Fabio Estevam <fabio.estevam@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";
reg = <0x63ff4000 0x1000>;
interrupts = <9>;
clocks = <&clks IMX5_CLK_VPU_REFERENCE_GATE>,
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: imx: Update VPU compatible strings
2014-11-26 21:01 [PATCH] ARM: dts: imx: Update VPU compatible strings Fabio Estevam
@ 2014-11-27 8:10 ` Philipp Zabel
0 siblings, 0 replies; 2+ messages in thread
From: Philipp Zabel @ 2014-11-27 8:10 UTC (permalink / raw)
To: linux-arm-kernel
Hi Fabio,
just one tiny issue below:
Am Mittwoch, den 26.11.2014, 19:01 -0200 schrieb Fabio Estevam:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Update the VPU compatible strings to also use "cnm,coda<model>".
>
> Signed-off-by: Fabio Estevam <fabio.estevam@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@pengutronix.de>
regards
Philipp
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-27 8:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-26 21:01 [PATCH] ARM: dts: imx: Update VPU compatible strings Fabio Estevam
2014-11-27 8:10 ` Philipp Zabel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).