clocks: flush before setting up IO clock

This commit is contained in:
2025-08-11 14:00:56 +08:00
parent 1d71fb3cb7
commit 803ecb257f

View File

@@ -73,6 +73,7 @@ pub trait ClockSource {
.clone();
debug!("Set {} to {} Hz", Self::name(), target_freq);
log::logger().flush();
slcr::RegisterBlock::unlocked(|slcr| {
let (pll_ctrl, pll_cfg, pll_status) = Self::pll_regs(slcr);