cnl: don't switch to lower clock

We don't want clock optimizations right now, so stay with 400 MHz clock.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2018-03-15 17:34:08 +01:00 committed by Liam Girdwood
parent 75ac44f663
commit ffd9093267
1 changed files with 0 additions and 3 deletions

View File

@ -144,9 +144,6 @@ int platform_boot_complete(uint32_t boot_message)
mailbox_dspbox_write(sizeof(ready), &sram_window, mailbox_dspbox_write(sizeof(ready), &sram_window,
sram_window.ext_hdr.hdr.size); sram_window.ext_hdr.hdr.size);
/* boot now complete so we can relax the CPU */
clock_set_freq(CLK_CPU, CLK_DEFAULT_CPU_HZ);
/* tell host we are ready */ /* tell host we are ready */
ipc_write(IPC_DIPCIDD, SRAM_WINDOW_HOST_OFFSET(0) >> 12); ipc_write(IPC_DIPCIDD, SRAM_WINDOW_HOST_OFFSET(0) >> 12);
ipc_write(IPC_DIPCIDR, 0x80000000 | SOF_IPC_FW_READY); ipc_write(IPC_DIPCIDR, 0x80000000 | SOF_IPC_FW_READY);