提交 dc7dd584 编写于 作者: K Kuninori Morimoto 提交者: Rafael J. Wysocki

ARM: shmobile: armadillo800eva: enable DMAEngine on FSI

It is possible to reduce CPU load if FSI playback used DMAEngine.
This patch enabled it.
Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: NMagnus Damm <damm@opensource.se>
Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
上级 0676c05e
...@@ -119,6 +119,8 @@ CONFIG_USB_ETH=m ...@@ -119,6 +119,8 @@ CONFIG_USB_ETH=m
CONFIG_MMC=y CONFIG_MMC=y
CONFIG_MMC_SDHI=y CONFIG_MMC_SDHI=y
CONFIG_MMC_SH_MMCIF=y CONFIG_MMC_SH_MMCIF=y
CONFIG_DMADEVICES=y
CONFIG_SH_DMAE=y
CONFIG_UIO=y CONFIG_UIO=y
CONFIG_UIO_PDRV_GENIRQ=y CONFIG_UIO_PDRV_GENIRQ=y
# CONFIG_DNOTIFY is not set # CONFIG_DNOTIFY is not set
......
...@@ -768,12 +768,14 @@ static int fsi_hdmi_set_rate(struct device *dev, int rate, int enable) ...@@ -768,12 +768,14 @@ static int fsi_hdmi_set_rate(struct device *dev, int rate, int enable)
static struct sh_fsi_platform_info fsi_info = { static struct sh_fsi_platform_info fsi_info = {
/* FSI-WM8978 */ /* FSI-WM8978 */
.port_a = { .port_a = {
.tx_id = SHDMA_SLAVE_FSIA_TX,
}, },
/* FSI-HDMI */ /* FSI-HDMI */
.port_b = { .port_b = {
.flags = SH_FSI_FMT_SPDIF | .flags = SH_FSI_FMT_SPDIF |
SH_FSI_ENABLE_STREAM_MODE, SH_FSI_ENABLE_STREAM_MODE,
.set_rate = fsi_hdmi_set_rate, .set_rate = fsi_hdmi_set_rate,
.tx_id = SHDMA_SLAVE_FSIB_TX,
} }
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册