diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c index f76f133780c8..1125134c9a7f 100644 --- a/arch/arm/mach-omap2/omap_hwmod.c +++ b/arch/arm/mach-omap2/omap_hwmod.c | |||
@@ -1929,6 +1929,7 @@ int omap_hwmod_fill_resources(struct omap_hwmod *oh, struct resource *res) | |||
1929 | os = oh->slaves[i]; | 1929 | os = oh->slaves[i]; |
1930 | 1930 | ||
1931 | for (j = 0; j < os->addr_cnt; j++) { | 1931 | for (j = 0; j < os->addr_cnt; j++) { |
1932 | (res + r)->name = (os->addr + j)->name; | ||
1932 | (res + r)->start = (os->addr + j)->pa_start; | 1933 | (res + r)->start = (os->addr + j)->pa_start; |
1933 | (res + r)->end = (os->addr + j)->pa_end; | 1934 | (res + r)->end = (os->addr + j)->pa_end; |
1934 | (res + r)->flags = IORESOURCE_MEM; | 1935 | (res + r)->flags = IORESOURCE_MEM; |