“93323849640c5c1d4d7bae9d47ec1a932d885ae1”上不存在“...doc_cn/design/git@gitcode.net:RobotFutures/Paddle.git”
提交 fa7807b4 编写于 作者: M Mark A. Greer 提交者: Paul Walmsley

ARM: OMAP2xxx: hwmod: Add DMA support for SHAM module

The current OMAP2 SHAM support doesn't enable DMA
so add that support so it can use DMA just like OMAP3.

CC: Paul Walmsley <paul@pwsan.com>
Signed-off-by: NMark A. Greer <mgreer@animalcreek.com>
[paul@pwsan.com: fixed lines causing sparse warnings]
Signed-off-by: NPaul Walmsley <paul@pwsan.com>
上级 e569e994
...@@ -405,5 +405,5 @@ struct omap_hwmod_ocp_if omap2xxx_l4_core__sham = { ...@@ -405,5 +405,5 @@ struct omap_hwmod_ocp_if omap2xxx_l4_core__sham = {
.slave = &omap2xxx_sham_hwmod, .slave = &omap2xxx_sham_hwmod,
.clk = "sha_ick", .clk = "sha_ick",
.addr = omap2xxx_sham_addrs, .addr = omap2xxx_sham_addrs,
.user = OCP_USER_MPU, .user = OCP_USER_MPU | OCP_USER_SDMA,
}; };
...@@ -886,9 +886,15 @@ static struct omap_hwmod_irq_info omap2_sham_mpu_irqs[] = { ...@@ -886,9 +886,15 @@ static struct omap_hwmod_irq_info omap2_sham_mpu_irqs[] = {
{ .irq = -1 } { .irq = -1 }
}; };
static struct omap_hwmod_dma_info omap2_sham_sdma_chs[] = {
{ .name = "rx", .dma_req = 13 },
{ .dma_req = -1 }
};
struct omap_hwmod omap2xxx_sham_hwmod = { struct omap_hwmod omap2xxx_sham_hwmod = {
.name = "sham", .name = "sham",
.mpu_irqs = omap2_sham_mpu_irqs, .mpu_irqs = omap2_sham_mpu_irqs,
.sdma_reqs = omap2_sham_sdma_chs,
.main_clk = "l4_ck", .main_clk = "l4_ck",
.prcm = { .prcm = {
.omap2 = { .omap2 = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册