Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753436AbdI1NTB (ORCPT ); Thu, 28 Sep 2017 09:19:01 -0400 Received: from foss.arm.com ([217.140.101.70]:56964 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753228AbdI1NOM (ORCPT ); Thu, 28 Sep 2017 09:14:12 -0400 From: Sudeep Holla To: ALKML , LKML , DTML Cc: Sudeep Holla , Roy Franz , Harb Abdulhamid , Nishanth Menon , Arnd Bergmann , Loc Ho , Alexey Klimov , Ryan Harkin , Jassi Brar , Rob Herring , Mark Rutland Subject: [PATCH v3 03/22] dt-bindings: arm: scmi: add ARM MHU specific mailbox client bindings Date: Thu, 28 Sep 2017 14:11:27 +0100 Message-Id: <1506604306-20739-4-git-send-email-sudeep.holla@arm.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1506604306-20739-1-git-send-email-sudeep.holla@arm.com> References: <1506604306-20739-1-git-send-email-sudeep.holla@arm.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1582 Lines: 39 This patch adds ARM MHU specific mailbox client bindings to support SCMI. Since SCMI specification just requires doorbell mechanism from mailbox controllers, we add mailbox data to specify the doorbell bit(s). Cc: Rob Herring Cc: Mark Rutland Signed-off-by: Sudeep Holla --- .../devicetree/bindings/arm/arm,mhu-scmi.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/arm,mhu-scmi.txt diff --git a/Documentation/devicetree/bindings/arm/arm,mhu-scmi.txt b/Documentation/devicetree/bindings/arm/arm,mhu-scmi.txt new file mode 100644 index 000000000000..8c106f1cdeb8 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/arm,mhu-scmi.txt @@ -0,0 +1,19 @@ +ARM MHU mailbox client bindings for SCMI Message Protocol +---------------------------------------------------------- + +This binding is intended to define the ARM MHU specific extensions to +the generic SCMI bindings[2]. + +Required properties: + +The scmi node with the following properties shall be under the /firmware/ node. + +- compatible : shall be "arm,scmi" and "arm,mhu-scmi" +- mbox-data : For each phandle listed in mboxes property, an unsigned 32-bit + data as expected by the mailbox controller + +See [1] for details on all other required/optional properties of the generic +mailbox controller and [2] for generic SCMI bindings. + +[1] Documentation/devicetree/bindings/mailbox/mailbox.txt +[2] Documentation/devicetree/bindings/arm/arm,scmi.txt -- 2.7.4