diff options
author | Tony Lindgren <tony@atomide.com> | 2012-04-20 00:45:33 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-04-20 00:45:33 (GMT) |
commit | 1df82cd6d7673006ae2ecbe8745bcf44f61c53a8 (patch) | |
tree | 737dbba397924c3b566878012ab6fef7fa7dfafe /arch/arm/plat-omap/include | |
parent | 9c3a3009f1c66f4a758b1e5d31b6977185d70a56 (diff) | |
parent | 96566043b19ae76d3828ce75cbf28dc6d0bcaaf1 (diff) | |
download | linux-fsl-qoriq-1df82cd6d7673006ae2ecbe8745bcf44f61c53a8.tar.xz |
Merge tag 'omap-devel-a-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into devel-hwmod
Add in most of the remaining hwmods (IP block descriptions) for the
OMAP44xx family of SoCs. There still seem to be a few missing, such
as those for the MMU IP blocks, but this seems to cover the bulk of
the remainder.
Diffstat (limited to 'arch/arm/plat-omap/include')
-rw-r--r-- | arch/arm/plat-omap/include/plat/omap_hwmod.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap_hwmod.h b/arch/arm/plat-omap/include/plat/omap_hwmod.h index 14dde32..c835b71 100644 --- a/arch/arm/plat-omap/include/plat/omap_hwmod.h +++ b/arch/arm/plat-omap/include/plat/omap_hwmod.h @@ -214,6 +214,7 @@ struct omap_hwmod_addr_space { #define OCP_USER_MPU (1 << 0) #define OCP_USER_SDMA (1 << 1) #define OCP_USER_DSP (1 << 2) +#define OCP_USER_IVA (1 << 3) /* omap_hwmod_ocp_if.flags bits */ #define OCPIF_SWSUP_IDLE (1 << 0) |