diff options
author | Arnaud Pouliquen <arnaud.pouliquen@st.com> | 2019-11-22 13:54:02 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-12-11 08:53:03 -0600 |
commit | 71bbcd2eaf042ec3f10122e3f3b1be67dbfb1c16 (patch) | |
tree | 2ac33912b4b5e8d2d693abb85c995f3fa148d404 /Documentation | |
parent | e42617b825f8073569da76dc4510bfa019b1c35a (diff) | |
download | linux-71bbcd2eaf042ec3f10122e3f3b1be67dbfb1c16.tar.gz linux-71bbcd2eaf042ec3f10122e3f3b1be67dbfb1c16.tar.bz2 linux-71bbcd2eaf042ec3f10122e3f3b1be67dbfb1c16.zip |
dt-bindings: remoteproc: stm32: add wakeup-source property
If the optional wdg interrupt is defined, then this property
may be defined.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml index acf18d170352..c0d83865e933 100644 --- a/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml +++ b/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml @@ -50,6 +50,8 @@ properties: description: Should contain the WWDG1 watchdog reset interrupt maxItems: 1 + wakeup-source: true + mboxes: description: This property is required only if the rpmsg/virtio functionality is used. |