Skip to content

Commit 00474a6

Browse files
committed
drivers: clocks: remove check for sysclock in h7 clocks
remove check for system clock frequency in clock_stm32_ll_h7 because of addition of fracn (difficult to handle) Signed-off-by: Nathan Olff <[email protected]>
1 parent 16d7c67 commit 00474a6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/clock_control/clock_stm32_ll_h7.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@
160160
#error "APB4 frequency is too high!"
161161
#endif
162162

163-
#if SYSCLK_FREQ != CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC
164-
#error "SYS clock frequency for M7 core doesn't match CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC"
165-
#endif
166-
167163
/* end of clock feasibility check */
168164
#endif /* CONFIG_CPU_CORTEX_M7 */
169165

0 commit comments

Comments
 (0)