diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-09-14 08:05:53 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-09-22 11:12:59 -0400 |
commit | acd08ecd11dce04d077b7dd5cf65eebc157a5bea (patch) | |
tree | be3bf88638e18b8dc9ce45860afd04839ce55e39 | |
parent | 03945e99a8ac4f596dad9a679816e5b4bb77e5d2 (diff) |
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: Peter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index 242aee498ceb..f65251e58b35 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |||
@@ -5059,6 +5059,7 @@ static struct omap_hwmod_ocp_if omap44xx_l4_per__mcbsp4 = { | |||
5059 | 5059 | ||
5060 | static struct omap_hwmod_addr_space omap44xx_mcpdm_addrs[] = { | 5060 | static struct omap_hwmod_addr_space omap44xx_mcpdm_addrs[] = { |
5061 | { | 5061 | { |
5062 | .name = "mpu", | ||
5062 | .pa_start = 0x40132000, | 5063 | .pa_start = 0x40132000, |
5063 | .pa_end = 0x4013207f, | 5064 | .pa_end = 0x4013207f, |
5064 | .flags = ADDR_TYPE_RT | 5065 | .flags = ADDR_TYPE_RT |
@@ -5077,6 +5078,7 @@ static struct omap_hwmod_ocp_if omap44xx_l4_abe__mcpdm = { | |||
5077 | 5078 | ||
5078 | static struct omap_hwmod_addr_space omap44xx_mcpdm_dma_addrs[] = { | 5079 | static struct omap_hwmod_addr_space omap44xx_mcpdm_dma_addrs[] = { |
5079 | { | 5080 | { |
5081 | .name = "dma", | ||
5080 | .pa_start = 0x49032000, | 5082 | .pa_start = 0x49032000, |
5081 | .pa_end = 0x4903207f, | 5083 | .pa_end = 0x4903207f, |
5082 | .flags = ADDR_TYPE_RT | 5084 | .flags = ADDR_TYPE_RT |