diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2016-10-18 10:55:27 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-09 15:39:41 -0700 |
commit | d88d30e7b55df8f2bee91c1afe27f052a3128bb8 (patch) | |
tree | 16dcb9b88108cfa6c22aa6b8512f18e15a6a99ed /arch/arm/mach-omap2/prcm43xx.h | |
parent | d7e4c12856efe3fc60a33cce7bbeedf27cec45f7 (diff) | |
download | linux-rt-d88d30e7b55df8f2bee91c1afe27f052a3128bb8.tar.gz |
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/prcm43xx.h')
-rw-r--r-- | arch/arm/mach-omap2/prcm43xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/prcm43xx.h b/arch/arm/mach-omap2/prcm43xx.h index 416968545e89..e2ad14e77064 100644 --- a/arch/arm/mach-omap2/prcm43xx.h +++ b/arch/arm/mach-omap2/prcm43xx.h @@ -92,6 +92,7 @@ #define AM43XX_CM_PER_MAILBOX0_CLKCTRL_OFFSET 0x04b8 #define AM43XX_CM_PER_MMC0_CLKCTRL_OFFSET 0x04c0 #define AM43XX_CM_PER_MMC1_CLKCTRL_OFFSET 0x04c8 +#define AM43XX_CM_PER_RNG_CLKCTRL_OFFSET 0x04e0 #define AM43XX_CM_PER_SPI0_CLKCTRL_OFFSET 0x0500 #define AM43XX_CM_PER_SPI1_CLKCTRL_OFFSET 0x0508 #define AM43XX_CM_PER_SPINLOCK_CLKCTRL_OFFSET 0x0528 |