Skip to content

Commit 2a67664

Browse files
gautierg-stcarlescufi
authored andcommitted
doc: releases: migration guide: stm32 adc async clock
Update the migration guide to indicate that the STM32 ADC that selects an asynchronous clock also need to set a domain clock. Signed-off-by: Guillaume Gautier <[email protected]>
1 parent 3c261c2 commit 2a67664

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/releases/migration-guide-4.0.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ Device Drivers and Devicetree
118118
their driver API, users of these devices should ensure they pass appropriate values to
119119
:c:func:`gpio_pin_set`. (:github:`65797`)
120120

121+
Analog Digital Converter (ADC)
122+
==============================
123+
124+
* For all STM32 ADC that selects an asynchronous clock through ``st,adc-clock-source`` property,
125+
it is now mandatory to also explicitly define a domain clock source using the ``clock`` property.
126+
121127
Clock control
122128
=============
123129

0 commit comments

Comments
 (0)