From 30a38eea6dc80c186362999aa98323836382115d Mon Sep 17 00:00:00 2001 From: Frank Wang Date: Mon, 23 May 2022 16:27:39 +0800 Subject: [PATCH] dt-bindings: mailbox: rockchip: add wakeup-source Mailbox irq can be used as a wakeup source when the "wakeup-source" property was present. Signed-off-by: Frank Wang Change-Id: I11df0a1ced263214a8204c4944343e21d5935454 --- .../devicetree/bindings/mailbox/rockchip-mailbox.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/mailbox/rockchip-mailbox.txt b/Documentation/devicetree/bindings/mailbox/rockchip-mailbox.txt index b6bb84acf5be..aba0813f1054 100644 --- a/Documentation/devicetree/bindings/mailbox/rockchip-mailbox.txt +++ b/Documentation/devicetree/bindings/mailbox/rockchip-mailbox.txt @@ -17,6 +17,10 @@ Required properties: - #mbox-cells: Common mailbox binding property to identify the number of cells required for the mailbox specifier. Should be 1 +Optional properties : + + - wakeup-source: Mailbox irq can be used as a wakeup source. + Example: --------