Skip to content

Commit 4fac018

Browse files
Francois RamuChromeos LUCI
Francois Ramu
authored and
Chromeos LUCI
committed
include: clock control fix pll i2s for stm32f411 serie
The compatible st_stm32f412_plli2s_clock has been replaced by the st_stm32f411_plli2s_clock (cherry picked from commit e9cd558) Original-Signed-off-by: Francois Ramu <[email protected]> GitOrigin-RevId: e9cd558 Cr-Build-Id: 8724184635785024145 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8724184635785024145 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: I09b2490ebb1d542ff5ffc83e6b35c2a08587ac8c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6222353 Tested-by: ChromeOS Prod (Robot) <[email protected]> Commit-Queue: ChromeOS Prod (Robot) <[email protected]> Bot-Commit: ChromeOS Prod (Robot) <[email protected]>
1 parent 12571a7 commit 4fac018

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

+1-1
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)