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/omap_hwmod_2420_data.c | |
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/omap_hwmod_2420_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2420_data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2420_data.c b/arch/arm/mach-omap2/omap_hwmod_2420_data.c index 5fcd225d207e..e778ff4e1887 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2420_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2420_data.c @@ -601,6 +601,7 @@ static struct omap_hwmod_ocp_if *omap2420_hwmod_ocp_ifs[] __initdata = { &omap2420_l4_core__mcbsp1, &omap2420_l4_core__mcbsp2, &omap2420_l4_core__msdi1, + &omap2xxx_l4_core__rng, &omap2420_l4_core__hdq1w, &omap2420_l4_wkup__counter_32k, &omap2420_l3__gpmc, |