aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/plat/omap_hwmod.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-omap/include/plat/omap_hwmod.h')
-rw-r--r--arch/arm/plat-omap/include/plat/omap_hwmod.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap_hwmod.h b/arch/arm/plat-omap/include/plat/omap_hwmod.h
index f96e72ed4db1..97aa8e763e16 100644
--- a/arch/arm/plat-omap/include/plat/omap_hwmod.h
+++ b/arch/arm/plat-omap/include/plat/omap_hwmod.h
@@ -179,7 +179,8 @@ struct omap_hwmod_omap2_firewall {
179#define ADDR_TYPE_RT (1 << 1) 179#define ADDR_TYPE_RT (1 << 1)
180 180
181/** 181/**
182 * struct omap_hwmod_addr_space - MPU address space handled by the hwmod 182 * struct omap_hwmod_addr_space - address space handled by the hwmod
183 * @name: name of the address space
183 * @pa_start: starting physical address 184 * @pa_start: starting physical address
184 * @pa_end: ending physical address 185 * @pa_end: ending physical address
185 * @flags: (see omap_hwmod_addr_space.flags macros above) 186 * @flags: (see omap_hwmod_addr_space.flags macros above)
@@ -188,6 +189,7 @@ struct omap_hwmod_omap2_firewall {
188 * structure. GPMC is one example. 189 * structure. GPMC is one example.
189 */ 190 */
190struct omap_hwmod_addr_space { 191struct omap_hwmod_addr_space {
192 const char *name;
191 u32 pa_start; 193 u32 pa_start;
192 u32 pa_end; 194 u32 pa_end;
193 u8 flags; 195 u8 flags;