aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/prcm43xx.h
diff options
context:
space:
mode:
authorDave Gerlach <d-gerlach@ti.com>2015-06-01 19:22:11 -0600
committerPaul Walmsley <paul@pwsan.com>2015-06-01 19:22:11 -0600
commitfabbe6df130a46d5b5e7484b2273d69c4be3012a (patch)
tree6028a3783d6ddda69be2c536013dd45a293a7503 /arch/arm/mach-omap2/prcm43xx.h
parentmemory: omap-gpmc: Add Kconfig option for debug (diff)
downloadlinux-dev-fabbe6df130a46d5b5e7484b2273d69c4be3012a.tar.xz
linux-dev-fabbe6df130a46d5b5e7484b2273d69c4be3012a.zip
ARM: OMAP: AM43xx hwmod: Add data for am43xx emif hwmod
Without a hwmod for am43xx emif use counting for emif clockdomain does not happen correctly so it may be shut off by pm code unintentionally. Signed-off-by: Dave Gerlach <d-gerlach@ti.com> [paul@pwsan.com: updated to apply] Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/prcm43xx.h')
-rw-r--r--arch/arm/mach-omap2/prcm43xx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/prcm43xx.h b/arch/arm/mach-omap2/prcm43xx.h
index d0261996db6d..7eebc27fa892 100644
--- a/arch/arm/mach-omap2/prcm43xx.h
+++ b/arch/arm/mach-omap2/prcm43xx.h
@@ -146,4 +146,6 @@
#define AM43XX_CM_PER_HDQ1W_CLKCTRL_OFFSET 0x04a0
#define AM43XX_CM_PER_VPFE0_CLKCTRL_OFFSET 0x0068
#define AM43XX_CM_PER_VPFE1_CLKCTRL_OFFSET 0x0070
+#define AM43XX_CM_PER_EMIF_CLKCTRL_OFFSET 0x0720
+
#endif