Skip to content

Commit b895475

Browse files
balakishorepatilgirdwood
authored andcommitted
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>
1 parent 735d443 commit b895475

File tree

1 file changed

+1
-2
lines changed
  • src/platform/amd/renoir/lib

1 file changed

+1
-2
lines changed

src/platform/amd/renoir/lib/clk.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <platform/chip_registers.h>
1515

1616
static struct freq_table platform_cpu_freq[] = {
17-
{600000000, 600000 },
17+
{200000000, 200000 },
1818
};
1919

2020
STATIC_ASSERT(NUM_CPU_FREQ == ARRAY_SIZE(platform_cpu_freq),
@@ -136,5 +136,4 @@ void platform_clock_init(struct sof *sof)
136136
};
137137
k_spinlock_init(&sof->clocks[i].lock);
138138
}
139-
acp_change_clock_notify(600000000);
140139
}

0 commit comments

Comments
 (0)