Commit 1fc1621abf05e521721daa8545470b651dbb4a46

Authored by Lokesh Vutla
1 parent 396a4ea845

ARM: k2l: Fix device speeds

ARM supported speeds and init value of core_pll for SDP1200
are programmed wrong as part for the device speed cleanups.
Fixing it here.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>

Showing 2 changed files with 3 additions and 3 deletions Side-by-side Diff

arch/arm/mach-keystone/include/mach/clock-k2l.h
... ... @@ -40,8 +40,8 @@
40 40  
41 41 /* k2l DEV supports 800, 1000, 1200 MHz */
42 42 #define DEV_SUPPORTED_SPEEDS 0x383
43   -/* k2l ARM supportd 800, 1000, 1200, MHz */
44   -#define ARM_SUPPORTED_SPEEDS 0x383
  43 +/* k2l ARM supportd 800, 1000, 1200, 1350, 1400 MHz */
  44 +#define ARM_SUPPORTED_SPEEDS 0x3ef
45 45  
46 46 #endif
board/ti/ks2_evm/board_k2l.c
... ... @@ -25,7 +25,7 @@
25 25 static struct pll_init_data core_pll_config[NUM_SPDS] = {
26 26 [SPD800] = CORE_PLL_799,
27 27 [SPD1000] = CORE_PLL_1000,
28   - [SPD800] = CORE_PLL_1198,
  28 + [SPD1200] = CORE_PLL_1198,
29 29 };
30 30  
31 31 s16 divn_val[16] = {