Commit bff932cf authored by Guennadi Liakhovetski's avatar Guennadi Liakhovetski Committed by Paul Mundt

sh: activate runtime PM for dmaengine on sh7722 and sh7724

Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 20f2a3b5
...@@ -163,6 +163,9 @@ struct platform_device dma_device = { ...@@ -163,6 +163,9 @@ struct platform_device dma_device = {
.dev = { .dev = {
.platform_data = &dma_platform_data, .platform_data = &dma_platform_data,
}, },
.archdata = {
.hwblk_id = HWBLK_DMAC,
},
}; };
/* Serial */ /* Serial */
......
...@@ -189,6 +189,9 @@ static struct platform_device dma0_device = { ...@@ -189,6 +189,9 @@ static struct platform_device dma0_device = {
.dev = { .dev = {
.platform_data = &dma0_platform_data, .platform_data = &dma0_platform_data,
}, },
.archdata = {
.hwblk_id = HWBLK_DMAC0,
},
}; };
static struct platform_device dma1_device = { static struct platform_device dma1_device = {
...@@ -199,6 +202,9 @@ static struct platform_device dma1_device = { ...@@ -199,6 +202,9 @@ static struct platform_device dma1_device = {
.dev = { .dev = {
.platform_data = &dma1_platform_data, .platform_data = &dma1_platform_data,
}, },
.archdata = {
.hwblk_id = HWBLK_DMAC1,
},
}; };
/* Serial */ /* Serial */
......
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