We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f989711 commit 4ab766cCopy full SHA for 4ab766c
doc/releases/migration-guide-4.0.rst
@@ -137,6 +137,12 @@ Device Drivers and Devicetree
137
their driver API, users of these devices should ensure they pass appropriate values to
138
:c:func:`gpio_pin_set`. (:github:`65797`)
139
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
+
146
Analog Digital Converter (ADC)
147
==============================
148
0 commit comments