Skip to content

Commit 3f78690

Browse files
migration-guide: 4.4: add entry about STM32 power configuration
Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
1 parent 3cb0697 commit 3f78690

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

doc/releases/migration-guide-4.4.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,29 @@ Boards
3232
Device Drivers and Devicetree
3333
*****************************
3434

35+
* STM32 power supply configuration is now performed using Devicetree properties.
36+
New bindings :dtcompatible:`st,stm32h7-pwr`, :dtcompatible:`st,stm32h7rs-pwr`
37+
and :dtcompatible:`st,stm32-dualreg-pwr` have been introduced, and all Kconfig
38+
symbols related to power supply configuration have been removed:
39+
40+
* ``CONFIG_POWER_SUPPLY_LDO``
41+
42+
* ``CONFIG_POWER_SUPPLY_DIRECT_SMPS``,
43+
44+
* ``CONFIG_POWER_SUPPLY_SMPS_1V8_SUPPLIES_LDO``
45+
46+
* ``CONFIG_POWER_SUPPLY_SMPS_2V5_SUPPLIES_LDO``,
47+
48+
* ``CONFIG_POWER_SUPPLY_SMPS_1V8_SUPPLIES_EXT_AND_LDO``
49+
50+
* ``CONFIG_POWER_SUPPLY_SMPS_2V5_SUPPLIES_EXT_AND_LDO``
51+
52+
* ``CONFIG_POWER_SUPPLY_SMPS_1V8_SUPPLIES_EXT``
53+
54+
* ``CONFIG_POWER_SUPPLY_SMPS_2V5_SUPPLIES_EXT``
55+
56+
* ``CONFIG_POWER_SUPPLY_EXTERNAL_SOURCE``
57+
3558
Bluetooth
3659
*********
3760

0 commit comments

Comments
 (0)