From: Heinrich Toews <heinrich.toews@xxxxxxxx> This is an adoption of U-Boot commit: | commit c8e5ba8034ad2a961782a092498f6ea71237c63f | Author: Schuyler Patton <spatton@xxxxxx> | Date: Wed Feb 1 07:31:44 2012 +0000 | | 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 <spatton@xxxxxx> | CC: Tom Rini <tom.rini@xxxxxxxxx> | CC: Simon Schwarz <simonschwarzcor@xxxxxxxxx> | CC: Stefano Babic <sbabic@xxxxxxx> Signed-off-by: Heinrich Toews <heinrich.toews@xxxxxxxx> --- arch/arm/mach-omap/omap3_clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap/omap3_clock.c b/arch/arm/mach-omap/omap3_clock.c index 0159574f30..03b866c28e 100644 --- a/arch/arm/mach-omap/omap3_clock.c +++ b/arch/arm/mach-omap/omap3_clock.c @@ -290,7 +290,7 @@ static struct dpll_param mpu_dpll_param_34x_es1[] = { static struct dpll_param mpu_dpll_param_34x_es2[] = { {.m = 0x0FA, .n = 0x05, .fsel = 0x07, .m2 = 0x01, }, /* 12 MHz */ - {.m = 0x1F4, .n = 0x0C, .fsel = 0x03, .m2 = 0x01, }, /* 13 MHz */ + {.m = 0x258, .n = 0x0C, .fsel = 0x03, .m2 = 0x01, }, /* 13 MHz */ {.m = 0x271, .n = 0x17, .fsel = 0x03, .m2 = 0x01, }, /* 19.2 MHz */ {.m = 0x0FA, .n = 0x0C, .fsel = 0x07, .m2 = 0x01, }, /* 26 MHz */ {.m = 0x271, .n = 0x2F, .fsel = 0x03, .m2 = 0x01, }, /* 38.4 MHz */ -- 2.19.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox