From: Mike Frysinger Date: Mon, 13 Oct 2008 03:49:13 +0000 (-0400) Subject: Blackfin: bf533-stamp: bump up default clocks X-Git-Tag: v2009.06-rc1~138^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f64ba2412d3cede9eb1f290987e5c3a28df3232;p=platform%2Fkernel%2Fu-boot.git Blackfin: bf533-stamp: bump up default clocks Since the hardware can handle it, bump the default clocks from 80mhz SCLK and 398mhz CCLK to 100mhz SCLK and 498mhz CCLK. Signed-off-by: Mike Frysinger --- diff --git a/include/configs/bf533-stamp.h b/include/configs/bf533-stamp.h index c6fd038..d8e1ffc 100644 --- a/include/configs/bf533-stamp.h +++ b/include/configs/bf533-stamp.h @@ -30,7 +30,7 @@ #define CONFIG_PLL_BYPASS 0 /* VCO_MULT controls the MSEL (multiplier) bits in PLL_CTL */ /* Values can range from 0-63 (where 0 means 64) */ -#define CONFIG_VCO_MULT 36 +#define CONFIG_VCO_MULT 45 /* CCLK_DIV controls the core clock divider */ /* Values can be 1, 2, 4, or 8 ONLY */ #define CONFIG_CCLK_DIV 1