Commit aa5f380c authored by Shawn Guo's avatar Shawn Guo Committed by Sascha Hauer

ARM: mxc: sdma on imx25 is a V2 block

The sdma on soc imx25 is not a V1 but V2 block.
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 420766a9
......@@ -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
......
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