diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2016-10-18 10:55:27 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-10 01:39:41 +0300 |
commit | d88d30e7b55df8f2bee91c1afe27f052a3128bb8 (patch) | |
tree | 16dcb9b88108cfa6c22aa6b8512f18e15a6a99ed /arch/arm/mach-omap2/omap_hwmod_43xx_data.c | |
parent | d7e4c12856efe3fc60a33cce7bbeedf27cec45f7 (diff) | |
download | linux-d88d30e7b55df8f2bee91c1afe27f052a3128bb8.tar.xz |
ARM: AMx3xx: hwmod: Add data for RNG
Hardware random number generator is present in both AM33xx and AM43xx
SoC's. So moving the hwmod data to common data.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_43xx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_43xx_data.c b/arch/arm/mach-omap2/omap_hwmod_43xx_data.c index 3f7dac067897..afbce1f6f641 100644 --- a/arch/arm/mach-omap2/omap_hwmod_43xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_43xx_data.c @@ -949,6 +949,7 @@ static struct omap_hwmod_ocp_if *am43xx_hwmod_ocp_ifs[] __initdata = { &am33xx_l4_per__i2c2, &am33xx_l4_per__i2c3, &am33xx_l4_per__mailbox, + &am33xx_l4_per__rng, &am33xx_l4_ls__mcasp0, &am33xx_l4_ls__mcasp1, &am33xx_l4_ls__mmc0, |