mirror of https://github.com/thesofproject/sof.git
cnl: clk: correct it on cnl according to spec
Signed-off-by: Rander Wang <rander.wang@intel.com>
This commit is contained in:
parent
760ed9df22
commit
28cb21b578
|
@ -72,7 +72,7 @@ static const struct freq_table cpu_freq[] = {
|
||||||
|
|
||||||
static const struct freq_table ssp_freq[] = {
|
static const struct freq_table ssp_freq[] = {
|
||||||
{19200000, 19,},
|
{19200000, 19,},
|
||||||
{25000000, 25,}, /* default */
|
{24000000, 24,}, /* default */
|
||||||
};
|
};
|
||||||
|
|
||||||
#define CPU_DEFAULT_IDX 1
|
#define CPU_DEFAULT_IDX 1
|
||||||
|
|
Loading…
Reference in New Issue