diff options
author | Paul Walmsley <paul@pwsan.com> | 2012-09-23 17:28:25 -0600 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2012-09-23 17:28:25 -0600 |
commit | e9b0a2fb0af562092aab1b56abf9d13f1abc7381 (patch) | |
tree | 788f8f4ade57572f43208d695e6d5a9657d847ec /arch/arm/mach-omap2/cm2xxx_3xxx.h | |
parent | da496873970c57c4b31e186d967933da0ffa0d7c (diff) | |
download | blackbird-obmc-linux-e9b0a2fb0af562092aab1b56abf9d13f1abc7381.tar.gz blackbird-obmc-linux-e9b0a2fb0af562092aab1b56abf9d13f1abc7381.zip |
ARM: OMAP2xxx: hwmod/CM: add RNG integration data
Add integration data for the hardware random number generator IP block
on some OMAP SoCs. This appears to be present on at least OMAP2xxx
and OMAP3xxx SoCs, although it is not so easy to tell. It may also be
present on other OMAP2+ SoCs.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/cm2xxx_3xxx.h')
-rw-r--r-- | arch/arm/mach-omap2/cm2xxx_3xxx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/cm2xxx_3xxx.h b/arch/arm/mach-omap2/cm2xxx_3xxx.h index 088bbad73db5..57b2f3c2fbf3 100644 --- a/arch/arm/mach-omap2/cm2xxx_3xxx.h +++ b/arch/arm/mach-omap2/cm2xxx_3xxx.h @@ -71,6 +71,7 @@ #define OMAP24XX_CM_FCLKEN2 0x0004 #define OMAP24XX_CM_ICLKEN4 0x001c #define OMAP24XX_CM_AUTOIDLE4 0x003c +#define OMAP24XX_CM_IDLEST4 0x002c #define OMAP2430_CM_IDLEST3 0x0028 |