mirror of https://github.com/thesofproject/sof.git
amd: renoir: clk: Fix ACP clock to default clock
Fix ACP clocks to default clock during boot up time. Signed-off-by: balapati <balakishore.pati@amd.com>
This commit is contained in:
parent
735d44368f
commit
b8954754f0
|
@ -14,7 +14,7 @@
|
|||
#include <platform/chip_registers.h>
|
||||
|
||||
static struct freq_table platform_cpu_freq[] = {
|
||||
{600000000, 600000 },
|
||||
{200000000, 200000 },
|
||||
};
|
||||
|
||||
STATIC_ASSERT(NUM_CPU_FREQ == ARRAY_SIZE(platform_cpu_freq),
|
||||
|
@ -136,5 +136,4 @@ void platform_clock_init(struct sof *sof)
|
|||
};
|
||||
k_spinlock_init(&sof->clocks[i].lock);
|
||||
}
|
||||
acp_change_clock_notify(600000000);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue