Message ID | 1571228029-31652-2-git-send-email-fabien.dessenne@st.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | mailbox: stm32-ipcc: rework wakeup | expand |
On Wed, Oct 16, 2019 at 02:13:48PM +0200, Fabien Dessenne wrote: > The wakeup specific IRQ management is no more needed to wake up the stm32 > plaform. typo > > Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com> > Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com> > --- > Documentation/devicetree/bindings/mailbox/stm32-ipcc.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) With that fixed, Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/mailbox/stm32-ipcc.txt b/Documentation/devicetree/bindings/mailbox/stm32-ipcc.txt index 1d2b7fe..139c06a 100644 --- a/Documentation/devicetree/bindings/mailbox/stm32-ipcc.txt +++ b/Documentation/devicetree/bindings/mailbox/stm32-ipcc.txt @@ -14,9 +14,9 @@ Required properties: property. Must contain the following entries: - "rx" - "tx" - - "wakeup" - interrupts: Interrupt specifiers for "rx channel occupied", "tx channel - free" and "system wakeup". + free". If "wakeup-source" is set the rx interrupt is the + one used to wake up the system. - #mbox-cells: Number of cells required for the mailbox specifier. Must be 1. The data contained in the mbox specifier of the "mboxes" property in the client node is the mailbox channel index.