Skip to content

Commit 6d358d0

Browse files
migration-guide: 4.4: add entry about STM32 power configuration
Add an entry about the STM32 power supply configuration to the migration guide for release 4.4 - it is now done through Devicetree instead of Kconfig, and all existing Kconfig symbols have been deleted. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
1 parent fafc52f commit 6d358d0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

doc/releases/migration-guide-4.4.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,32 @@ QSPI
4040
Sample shifting is configurable now and disabled by default.
4141
(:github:`98999`).
4242

43+
STM32
44+
=====
45+
46+
* STM32 power supply configuration is now performed using Devicetree properties.
47+
New bindings :dtcompatible:`st,stm32h7-pwr`, :dtcompatible:`st,stm32h7rs-pwr`
48+
and :dtcompatible:`st,stm32-dualreg-pwr` have been introduced, and all Kconfig
49+
symbols related to power supply configuration have been removed:
50+
51+
* ``CONFIG_POWER_SUPPLY_LDO``
52+
53+
* ``CONFIG_POWER_SUPPLY_DIRECT_SMPS``,
54+
55+
* ``CONFIG_POWER_SUPPLY_SMPS_1V8_SUPPLIES_LDO``
56+
57+
* ``CONFIG_POWER_SUPPLY_SMPS_2V5_SUPPLIES_LDO``,
58+
59+
* ``CONFIG_POWER_SUPPLY_SMPS_1V8_SUPPLIES_EXT_AND_LDO``
60+
61+
* ``CONFIG_POWER_SUPPLY_SMPS_2V5_SUPPLIES_EXT_AND_LDO``
62+
63+
* ``CONFIG_POWER_SUPPLY_SMPS_1V8_SUPPLIES_EXT``
64+
65+
* ``CONFIG_POWER_SUPPLY_SMPS_2V5_SUPPLIES_EXT``
66+
67+
* ``CONFIG_POWER_SUPPLY_EXTERNAL_SOURCE``
68+
4369
Bluetooth
4470
*********
4571

0 commit comments

Comments
 (0)