Commit 71946619 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: imx: Update VPU compatible strings

Update the VPU compatible strings to also use "cnm,coda<model>".
Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Acked-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent eddb00fa
...@@ -464,7 +464,7 @@ fb: fb@10021000 { ...@@ -464,7 +464,7 @@ fb: fb@10021000 {
}; };
coda: coda@10023000 { coda: coda@10023000 {
compatible = "fsl,imx27-vpu"; compatible = "fsl,imx27-vpu", "cnm,codadx6";
reg = <0x10023000 0x0200>; reg = <0x10023000 0x0200>;
interrupts = <53>; interrupts = <53>;
clocks = <&clks IMX27_CLK_VPU_BAUD_GATE>, clocks = <&clks IMX27_CLK_VPU_BAUD_GATE>,
......
...@@ -756,7 +756,7 @@ tve_in: endpoint { ...@@ -756,7 +756,7 @@ tve_in: endpoint {
}; };
vpu: vpu@63ff4000 { vpu: vpu@63ff4000 {
compatible = "fsl,imx53-vpu"; compatible = "fsl,imx53-vpu", "cnm,coda7541";
reg = <0x63ff4000 0x1000>; reg = <0x63ff4000 0x1000>;
interrupts = <9>; interrupts = <9>;
clocks = <&clks IMX5_CLK_VPU_REFERENCE_GATE>, clocks = <&clks IMX5_CLK_VPU_REFERENCE_GATE>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment