summaryrefslogtreecommitdiff
path: root/arch/m68k/include
diff options
context:
space:
mode:
authorSteven King <sfking@fdwdc.com>2012-06-17 07:34:00 (GMT)
committerGreg Ungerer <gerg@uclinux.org>2012-07-15 23:59:22 (GMT)
commitfe66158aaf44255d05f232f1eace281898e3ee75 (patch)
tree5cf8b4bc0b90a47f0ed4a983e66d8eef0538ae93 /arch/m68k/include
parentc785a3d728b44fb49bfff481042fe81973476809 (diff)
downloadlinux-fsl-qoriq-fe66158aaf44255d05f232f1eace281898e3ee75.tar.xz
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 b1bc76f..db3f8ee 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 */