summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mxs/imx-regs.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2013-01-11 03:19:06 +0000
committerStefano Babic <sbabic@denx.de>2013-01-21 12:05:20 +0100
commit06dc8160a09a81c947509110f69875992a9d6875 (patch)
treead0ddfbe7d498038be22c1f2576f6e6b4737103f /arch/arm/include/asm/arch-mxs/imx-regs.h
parent180f47a8dfeca09dd810475fe890d433fb8bd211 (diff)
downloadtalos-obmc-uboot-06dc8160a09a81c947509110f69875992a9d6875.tar.gz
talos-obmc-uboot-06dc8160a09a81c947509110f69875992a9d6875.zip
mx23: Add POWER and CLKCTRL register definitions
Add register definitions for the i.MX23 power control block and clock control block. These are essential for the basic bootstrap of the i.MX23. Also, properly include them in imx-regs.h . Signed-off-by: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: Otavio Salvador <otavio@ossystems.com.br> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-mxs/imx-regs.h')
-rw-r--r--arch/arm/include/asm/arch-mxs/imx-regs.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-mxs/imx-regs.h b/arch/arm/include/asm/arch-mxs/imx-regs.h
index 9764041b48..05eb63c6d2 100644
--- a/arch/arm/include/asm/arch-mxs/imx-regs.h
+++ b/arch/arm/include/asm/arch-mxs/imx-regs.h
@@ -1,5 +1,5 @@
/*
- * Freescale i.MX28 Registers
+ * Freescale i.MX23/i.MX28 Registers
*
* Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
* on behalf of DENX Software Engineering GmbH
@@ -37,6 +37,11 @@
#include <asm/arch/regs-ssp.h>
#include <asm/arch/regs-timrot.h>
+#ifdef CONFIG_MX23
+#include <asm/arch/regs-clkctrl-mx23.h>
+#include <asm/arch/regs-power-mx23.h>
+#endif
+
#ifdef CONFIG_MX28
#include <asm/arch/regs-clkctrl-mx28.h>
#include <asm/arch/regs-power-mx28.h>
OpenPOWER on IntegriCloud