提交 acd08ecd 编写于 作者: P Peter Ujfalusi 提交者: Mark Brown

ARM: OMAP4: hwmod_data: Add resource names to McPDM memory ranges

To help the driver to get the correct memory range to access McPDM
registers.
Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: NJanusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 03945e99
...@@ -5059,6 +5059,7 @@ static struct omap_hwmod_ocp_if omap44xx_l4_per__mcbsp4 = { ...@@ -5059,6 +5059,7 @@ static struct omap_hwmod_ocp_if omap44xx_l4_per__mcbsp4 = {
static struct omap_hwmod_addr_space omap44xx_mcpdm_addrs[] = { static struct omap_hwmod_addr_space omap44xx_mcpdm_addrs[] = {
{ {
.name = "mpu",
.pa_start = 0x40132000, .pa_start = 0x40132000,
.pa_end = 0x4013207f, .pa_end = 0x4013207f,
.flags = ADDR_TYPE_RT .flags = ADDR_TYPE_RT
...@@ -5077,6 +5078,7 @@ static struct omap_hwmod_ocp_if omap44xx_l4_abe__mcpdm = { ...@@ -5077,6 +5078,7 @@ static struct omap_hwmod_ocp_if omap44xx_l4_abe__mcpdm = {
static struct omap_hwmod_addr_space omap44xx_mcpdm_dma_addrs[] = { static struct omap_hwmod_addr_space omap44xx_mcpdm_dma_addrs[] = {
{ {
.name = "dma",
.pa_start = 0x49032000, .pa_start = 0x49032000,
.pa_end = 0x4903207f, .pa_end = 0x4903207f,
.flags = ADDR_TYPE_RT .flags = ADDR_TYPE_RT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册