bdk: clock: add i2c to the errata affected list

This commit is contained in:
CTCaer
2025-11-27 12:12:13 +02:00
parent 4a24956f3a
commit a6d4e5adaa

View File

@@ -240,7 +240,13 @@ int clock_uart_use_src_div(u32 idx, u32 baud)
void clock_enable_i2c(u32 idx)
{
// Ease the stress to APB.
bpmp_clk_rate_relaxed(true);
clock_enable(&_clock_i2c[idx]);
// Restore sys clock.
bpmp_clk_rate_relaxed(false);
}
void clock_disable_i2c(u32 idx)