summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchuyler Patton <[email protected]>2012-02-01 07:31:44 +0000
committerAlbert ARIBAUD <[email protected]>2012-02-12 10:11:31 +0100
commitc8e5ba8034ad2a961782a092498f6ea71237c63f (patch)
tree0672148793207a811a0a98d4be2d17dab7fcf585
parent4ab779cba6bd4c22385aa1c5f00e75ab8c02ce76 (diff)
AM3517: Changed default clock rate for AM3517
AM3517: Changed default clock rate for AM3517 Changed #define MPU_M_13_ES2 from 0x1F4 to 0x258, this allows the AM3517 to boot up at 600MHz instead of 500 MHz Signed-off-by: Schuyler Patton <[email protected]> CC: Tom Rini <[email protected]> CC: Simon Schwarz <[email protected]> CC: Stefano Babic <[email protected]>
-rw-r--r--arch/arm/include/asm/arch-omap3/clocks_omap3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-omap3/clocks_omap3.h b/arch/arm/include/asm/arch-omap3/clocks_omap3.h
index db29b7c6df5..5925ac4e1eb 100644
--- a/arch/arm/include/asm/arch-omap3/clocks_omap3.h
+++ b/arch/arm/include/asm/arch-omap3/clocks_omap3.h
@@ -72,7 +72,7 @@
#define MPU_FSEL_13_ES1 0x03
#define MPU_M2_13_ES1 0x01
-#define MPU_M_13_ES2 0x1F4
+#define MPU_M_13_ES2 0x258
#define MPU_N_13_ES2 0x0C
#define MPU_FSEL_13_ES2 0x03
#define MPU_M2_13_ES2 0x01