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:
balapati 2022-02-09 13:14:38 +05:30 committed by Liam Girdwood
parent 735d44368f
commit b8954754f0
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}