Skip to content

Commit 6f301ca

Browse files
valeriosettifabiobaltieri
authored andcommitted
doc: update documentation for AXP192/2101 changes
Migration guide is update to report the changes that has been introduced in the AXP192/AXP2101 Kconfig symbols, i.e. removal of MFD_AXP192_AXP2101 in favor of MFD_AXP192 and MFD_AXP2101. Release notes are also updated to notify about the new support for the power button available on the AXP2101 device. Signed-off-by: Valerio Setti <[email protected]>
1 parent 102d17b commit 6f301ca

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

doc/releases/migration-guide-4.3.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ Device Drivers and Devicetree
5858

5959
.. zephyr-keep-sorted-start re(^\w)
6060
61+
MFD
62+
===
63+
64+
* Driver suppor for AXP2101 has been separated from the AXP192 one. As a consequence the
65+
kconfig symbol ``MFD_AXP192_AXP2101`` is removed. :kconfig:option:`MFD_AXP192` is now to be
66+
used for AXP192 device while :kconfig:option:`MFD_AXP2101` for the AXP2101 one.
67+
6168
Phy
6269
===
6370

doc/releases/release-notes-4.3.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,14 @@ New Drivers
222222

223223
* STM32 EXTI interrupt/event controller (:dtcompatible:`st,stm32-exti`) has a dedicated driver and API now, separate from STM32 GPIO Interrupt Control driver.
224224

225+
* MFD
226+
* IRQ support has been added for X-Power AXP2101 MFD device. It gets automatically
227+
enabled as soon as device-tree property ``int-gpios`` is defined on the device node.
228+
229+
* Support for the power button found on the X-Power AXP2101 MFD is added and can be enabled
230+
via :kconfig:option:`MFD_AXP2101_POWER_BUTTON`. This feature requires interrupt support to
231+
be enabled.
232+
225233
* RTC
226234

227235
* STM32 RTC driver has been updated to use the new STM32 EXTI interrupt controller API

0 commit comments

Comments
 (0)