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>
This commit is contained in:
parent
f989711a60
commit
4ab766cafc
1 changed files with 6 additions and 0 deletions
|
@ -137,6 +137,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`)
|
||||
|
||||
* The ``power-domain`` property has been removed in favor of ``power-domains``.
|
||||
The new property allows to add more than one power domain.
|
||||
``power-domain-names`` is also available to optionally name each entry in
|
||||
``power-domains``. The number of cells in the ``power-domains`` property need
|
||||
to be defined using ``#power-domain-cells``.
|
||||
|
||||
Analog Digital Converter (ADC)
|
||||
==============================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue