Skip to content

Commit 4ab766c

Browse files
gmarulldleach02
authored andcommitted
doc: migration-guide: inform about power-domains[-names]
The new property replaces the old power-domain. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent f989711 commit 4ab766c

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
@@ -137,6 +137,12 @@ Device Drivers and Devicetree
137137
their driver API, users of these devices should ensure they pass appropriate values to
138138
:c:func:`gpio_pin_set`. (:github:`65797`)
139139

140+
* The ``power-domain`` property has been removed in favor of ``power-domains``.
141+
The new property allows to add more than one power domain.
142+
``power-domain-names`` is also available to optionally name each entry in
143+
``power-domains``. The number of cells in the ``power-domains`` property need
144+
to be defined using ``#power-domain-cells``.
145+
140146
Analog Digital Converter (ADC)
141147
==============================
142148

0 commit comments

Comments
 (0)