Skip to content

Commit a8349e7

Browse files
mathieuchopstmfabiobaltieri
authored andcommitted
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 df71f6c commit a8349e7

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
@@ -45,6 +45,32 @@ QSPI
4545
Sample shifting is configurable now and disabled by default.
4646
(:github:`98999`).
4747

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

0 commit comments

Comments
 (0)