summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/omap_common.h
diff options
context:
space:
mode:
authorAneesh V <aneesh@ti.com>2011-07-21 09:10:07 -0400
committerU-Boot <uboot@aari01-12.(none)>2011-08-03 12:49:19 +0200
commit3776801d0ae4c147cba3110f71441edefe46a02c (patch)
treef1969ec11c1a95b8825106c60a744790b96db77c /arch/arm/include/asm/omap_common.h
parentad577c8a487ac0ab277540f5fe2ea654d98d8e9f (diff)
downloadtalos-obmc-uboot-3776801d0ae4c147cba3110f71441edefe46a02c.tar.gz
talos-obmc-uboot-3776801d0ae4c147cba3110f71441edefe46a02c.zip
omap4: add clock support
Add support for: 1. DPLL locking 2. Initialization of clock domains and clock modules 3. Setting up the right voltage on voltage rails This work draws upon previous work done for x-loader by: Santosh Shilimkar <santosh.shilimkar@ti.com> Rajendra Nayak <rnayak@ti.com> Signed-off-by: Aneesh V <aneesh@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/include/asm/omap_common.h')
-rw-r--r--arch/arm/include/asm/omap_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h
index d80f665079..33caa4e6cc 100644
--- a/arch/arm/include/asm/omap_common.h
+++ b/arch/arm/include/asm/omap_common.h
@@ -25,6 +25,9 @@
#ifndef _OMAP_COMMON_H_
#define _OMAP_COMMON_H_
+/* Max value for DPLL multiplier M */
+#define OMAP_DPLL_MAX_N 127
+
/* HW Init Context */
#define OMAP_INIT_CONTEXT_SPL 0
#define OMAP_INIT_CONTEXT_UBOOT_FROM_NOR 1
OpenPOWER on IntegriCloud