Skip to content

Commit a1649b6

Browse files
committed
dts: pm: Add wakeup-signal property
This is a new property to specify the wakeup signal number. There are some SoC's where the wakeup signal can be a different signal and not necessarily the interrupt number. This property goes together with wakeup-source. Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 36bc2f3 commit a1649b6

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

doc/releases/release-notes-4.3.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ New APIs and options
210210
* The :kconfig:option:`PM_S2RAM_CUSTOM_MARKING` has been renamed to
211211
:kconfig:option:`HAS_PM_S2RAM_CUSTOM_MARKING` and refactored to be promptless. This option
212212
is now selected by SoCs if they need it for their "suspend-to-ram" implementations.
213+
* Added devicetree property ``wakeup-signal``
213214

214215
* Settings
215216

dts/bindings/base/pm.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ properties:
1616
Wake up capable devices are disabled (interruptions will not wake up
1717
the system) by default but they can be enabled at runtime if necessary.
1818
19+
wakeup-signal:
20+
type: int
21+
description: |
22+
Property to specify the wakeup signal number.
23+
24+
There are some SoC's where the wakeup signal can be a different signal
25+
and not necessarily the interrupt number.
26+
27+
This property goes together with "wakeup-source" property.
28+
1929
zephyr,pm-device-runtime-auto:
2030
type: boolean
2131
description: |

0 commit comments

Comments
 (0)