diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-11-27 10:18:19 -0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-01-05 20:43:48 +0800 |
commit | 7194661924531d02935bc752238202299bb0dcb1 (patch) | |
tree | 7d2e540ae36095e93c10802e0952c69ddbd21c9f /arch/arm/boot/dts/imx53.dtsi | |
parent | eddb00fa125bb77452dd875e7d8170c8d3c4d546 (diff) | |
download | linux-7194661924531d02935bc752238202299bb0dcb1.tar.gz linux-7194661924531d02935bc752238202299bb0dcb1.tar.bz2 linux-7194661924531d02935bc752238202299bb0dcb1.zip |
ARM: dts: imx: Update VPU compatible strings
Update the VPU compatible strings to also use "cnm,coda<model>".
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index a30bddfdbdb6..b96213ba0671 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -756,7 +756,7 @@ }; vpu: vpu@63ff4000 { - compatible = "fsl,imx53-vpu"; + compatible = "fsl,imx53-vpu", "cnm,coda7541"; reg = <0x63ff4000 0x1000>; interrupts = <9>; clocks = <&clks IMX5_CLK_VPU_REFERENCE_GATE>, |