satman: wait longer for PLL lock (#246)

pull/247/head
Sebastien Bourdeauducq 2023-08-13 13:52:12 +08:00
parent 583b629b40
commit dc08c382a2
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ pub extern "C" fn main_core0() -> i32 {
unsafe {
csr::drtio_transceiver::stable_clkin_write(1);
}
timer.delay_us(20_000); // wait for CPLL/QPLL/MMCM lock
timer.delay_us(50_000); // wait for CPLL/QPLL/MMCM lock
let clk = unsafe { csr::sys_crg::current_clock_read() };
if clk == 1 {
info!("SYS CLK switched successfully");