bvt: clk: Fix clock lookup table

Baytrail clock lookup has wrong MHz values for XTAL. Fix.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2017-12-04 19:38:47 +00:00
parent 8ba9ecfd00
commit 474d6fbf76
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ static struct clk_pdata *clk_pdata;
#if defined CONFIG_BAYTRAIL
/* increasing frequency order */
static const struct freq_table cpu_freq[] = {
{19200000, 25, 0x0},
{19200000, 25, 0x1},
{25000000, 25, 0x0},
{25000000, 25, 0x1},
{38400000, 50, 0x2},
{50000000, 50, 0x3}, /* default */
{100000000, 100, 0x4},