提交 8255fff4 编写于 作者: N Nobuhiro Iwamatsu 提交者: Paul Mundt

sh: Add support DMA Engine to SH7722

Signed-off-by: NNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 c373ba99
......@@ -17,6 +17,7 @@
#include <linux/sh_timer.h>
#include <asm/clock.h>
#include <asm/mmzone.h>
#include <asm/dma-sh.h>
#include <cpu/sh7722.h>
static struct resource rtc_resources[] = {
......@@ -373,6 +374,18 @@ static struct platform_device sci_device = {
},
};
static struct sh_dmae_pdata dma_platform_data = {
.mode = 0,
};
static struct platform_device dma_device = {
.name = "sh-dma-engine",
.id = -1,
.dev = {
.platform_data = &dma_platform_data,
},
};
static struct platform_device *sh7722_devices[] __initdata = {
&cmt_device,
&tmu0_device,
......@@ -385,6 +398,7 @@ static struct platform_device *sh7722_devices[] __initdata = {
&vpu_device,
&veu_device,
&jpu_device,
&dma_device,
};
static int __init sh7722_devices_setup(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册