summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2008-05-14 11:40:51 -0400
committerJustin Waters <justin.waters@timesys.com>2008-05-14 11:40:51 -0400
commit2a9161c66c900d7400b9f6ef664d0f5db6631ef7 (patch)
tree99e3cd3758c480646e024d50d1e34ce4e8ccc0fb
parent9a0d53b37c4f7f83a4fa85e2092833056637de6f (diff)
Add MX27 Litekit exception to DPM driver
The i.MX27 Litekit has the same exception as the i.MX27 ADS board in the dynamic power management module. Signed-off-by: John Scherzer <john.scherzer@timesys.com> Acked-by: Justin Waters <justin.waters@timesys.com>
-rw-r--r--include/asm-arm/arch-mxc/dpm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-mxc/dpm.h b/include/asm-arm/arch-mxc/dpm.h
index 6f007f957174..0db460d00833 100644
--- a/include/asm-arm/arch-mxc/dpm.h
+++ b/include/asm-arm/arch-mxc/dpm.h
@@ -122,7 +122,7 @@ struct dpm_md_opt {
struct dpm_regs regs; /* Register values */
};
-#ifdef CONFIG_MACH_MX27ADS
+#if defined(CONFIG_MACH_MX27ADS) || defined(CONFIG_MACH_MX27LITE)
#define ARM_MAX 400000000
#define ARM_MIN 33250000
#define AHB_MAX 133000000