aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include
diff options
context:
space:
mode:
authorSteven King <sfking@fdwdc.com>2012-06-17 00:34:00 -0700
committerGreg Ungerer <gerg@uclinux.org>2012-07-16 09:59:22 +1000
commitfe66158aaf44255d05f232f1eace281898e3ee75 (patch)
tree5cf8b4bc0b90a47f0ed4a983e66d8eef0538ae93 /arch/m68k/include
parentm68knommu: Add rtc device for m5441x. (diff)
downloadlinux-dev-fe66158aaf44255d05f232f1eace281898e3ee75.tar.xz
linux-dev-fe66158aaf44255d05f232f1eace281898e3ee75.zip
m68knommu: Add clk definitions for m520x.
The 520x has individually controllable clocks for its peripherals. Add clk definitions for these and add default initialization of either enabled or disabled for all of the clocks. Signed-off-by: Steven King <sfking@fdwdc.com> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/include')
-rw-r--r--arch/m68k/include/asm/m520xsim.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/m520xsim.h b/arch/m68k/include/asm/m520xsim.h
index b1bc76f1decc..db3f8ee4a6c6 100644
--- a/arch/m68k/include/asm/m520xsim.h
+++ b/arch/m68k/include/asm/m520xsim.h
@@ -190,5 +190,15 @@
#define MCF_RCR_SWRESET 0x80 /* Software reset bit */
#define MCF_RCR_FRCSTOUT 0x40 /* Force external reset */
+/*
+ * Power Management.
+ */
+#define MCFPM_WCR 0xfc040013
+#define MCFPM_PPMSR0 0xfc04002c
+#define MCFPM_PPMCR0 0xfc04002d
+#define MCFPM_PPMHR0 0xfc040030
+#define MCFPM_PPMLR0 0xfc040034
+#define MCFPM_LPCR 0xfc0a0007
+
/****************************************************************************/
#endif /* m520xsim_h */