Skip to content

Commit

Permalink
doc: releases: migration guide: stm32 adc async clock
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
gautierg-st authored and carlescufi committed Oct 7, 2024
1 parent 3c261c2 commit 2a67664
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/releases/migration-guide-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ Device Drivers and Devicetree
their driver API, users of these devices should ensure they pass appropriate values to
:c:func:`gpio_pin_set`. (:github:`65797`)

Analog Digital Converter (ADC)
==============================

* For all STM32 ADC that selects an asynchronous clock through ``st,adc-clock-source`` property,
it is now mandatory to also explicitly define a domain clock source using the ``clock`` property.

Clock control
=============

Expand Down

0 comments on commit 2a67664

Please sign in to comment.