From c806b298d5f61b68def68e9cf673f0247f9cbc47 Mon Sep 17 00:00:00 2001 From: Frank Wang Date: Mon, 8 May 2023 17:03:02 +0800 Subject: [PATCH] dt-bindings: mailbox: rockchip: add tx poll period property Specify TX Done polling interval in milliseconds with the "rockchip,txpoll-period-ms" property. Signed-off-by: Frank Wang Change-Id: I91f25e6b5e6ef05cf90147b2e609c71c6ed61df7 --- .../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..b57d9cc217cc 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 : + + - rockchip,txpoll-period-ms: TX Done polling interval in milliseconds. + Example: --------