]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: mxc: change imx-dma default to_version to 1
authorShawn Guo <shawn.guo@linaro.org>
Wed, 22 Jun 2011 14:41:28 +0000 (22:41 +0800)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 27 Jun 2011 09:49:56 +0000 (11:49 +0200)
commit792191c28a0aa75d1532abf9889d88bfa5eaa25b
tree460633e448494dd77472d80be2e74bd3ecc08857
parent5966ea22b166571d67fec54ce0be614349477962
ARM: mxc: change imx-dma default to_version to 1

The value 0 is not a valid TO version number.  With the current
code, imx-sdma driver will try to load firmware sdma-imx25-to0.bin,
which is obviously not a good name.  Instead, sdma-imx25-to1.bin
makes much more sense.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/plat-mxc/devices/platform-imx-dma.c