We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d3351 commit 53a706eCopy full SHA for 53a706e
sw/device/lib/testing/clkmgr_testutils.c
@@ -278,9 +278,11 @@ status_t clkmgr_testutils_check_measurement_counts(const dif_clkmgr_t *clkmgr) {
278
279
status_t clkmgr_testutils_enable_external_clock_blocking(
280
const dif_clkmgr_t *clkmgr, bool is_low_speed) {
281
+#if defined(OPENTITAN_IS_EARLGREY)
282
LOG_INFO("Configure clkmgr to enable external clock");
283
TRY(dif_clkmgr_external_clock_set_enabled(clkmgr, is_low_speed));
284
TRY(dif_clkmgr_wait_for_ext_clk_switch(clkmgr));
285
LOG_INFO("Switching to external clock completes");
286
+#endif
287
return OK_STATUS();
288
}
0 commit comments