diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-06-22 22:41:27 +0800 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-07-07 09:07:36 +0200 |
commit | aa5f380cb0ba36f396cc7e8a6857e898ec654466 (patch) | |
tree | b5517ccac8a462f1e46f4cfdab1f28e6896a0a9f /arch/arm/plat-mxc | |
parent | 420766a97a93279ef5ccc096aa55ef8e03000e08 (diff) | |
download | blackbird-obmc-linux-aa5f380cb0ba36f396cc7e8a6857e898ec654466.tar.gz blackbird-obmc-linux-aa5f380cb0ba36f396cc7e8a6857e898ec654466.zip |
ARM: mxc: sdma on imx25 is a V2 block
The sdma on soc imx25 is not a V1 but V2 block.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r-- | arch/arm/plat-mxc/devices/platform-imx-dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/devices/platform-imx-dma.c b/arch/arm/plat-mxc/devices/platform-imx-dma.c index 222e439aa7ff..1c0ba53a2187 100644 --- a/arch/arm/plat-mxc/devices/platform-imx-dma.c +++ b/arch/arm/plat-mxc/devices/platform-imx-dma.c @@ -33,7 +33,7 @@ struct imx_imx_sdma_data { #ifdef CONFIG_SOC_IMX25 struct imx_imx_sdma_data imx25_imx_sdma_data __initconst = - imx_imx_sdma_data_entry_single(MX25, 1, "imx25", 0); + imx_imx_sdma_data_entry_single(MX25, 2, "imx25", 0); #endif /* ifdef CONFIG_SOC_IMX25 */ #ifdef CONFIG_SOC_IMX31 |