Skip to content

Commit e9cd558

Browse files
FRASTMkartben
authored andcommitted
include: clock control fix pll i2s for stm32f411 serie
The compatible st_stm32f412_plli2s_clock has been replaced by the st_stm32f411_plli2s_clock Signed-off-by: Francois Ramu <[email protected]>
1 parent 73ab22e commit e9cd558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/drivers/clock_control/stm32_clock_control.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
#define STM32_PLLI2S_R_DIVISOR DT_PROP_OR(DT_NODELABEL(plli2s), div_r, 1)
187187
#endif
188188

189-
#if DT_NODE_HAS_COMPAT_STATUS(DT_NODELABEL(plli2s), st_stm32f412_plli2s_clock, okay)
189+
#if DT_NODE_HAS_COMPAT_STATUS(DT_NODELABEL(plli2s), st_stm32f411_plli2s_clock, okay)
190190
#define STM32_PLLI2S_ENABLED 1
191191
#define STM32_PLLI2S_M_DIVISOR DT_PROP(DT_NODELABEL(plli2s), div_m)
192192
#define STM32_PLLI2S_N_MULTIPLIER DT_PROP(DT_NODELABEL(plli2s), mul_n)

0 commit comments

Comments
 (0)