Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1741551
| From | Sudeep Holla <sudeep.holla@arm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 03/22] dt-bindings: arm: scmi: add ARM MHU specific mailbox client bindings |
| Date | 2017-09-28 15:20 +0200 |
| Message-ID | <uuGTq-10S-55@gated-at.bofh.it> (permalink) |
| References | <uuGTn-10S-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 <robh+dt@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> --- .../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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 00/22] firmware: ARM System Control and Management Interface(SCMI) support Sudeep Holla <sudeep.holla@arm.com> - 2017-09-28 15:20 +0200
[PATCH v3 12/22] firmware: arm_scmi: add option for polling based performance domain operations Sudeep Holla <sudeep.holla@arm.com> - 2017-09-28 15:20 +0200
[PATCH v3 02/22] dt-bindings: arm: add support for ARM System Control and Management Interface(SCMI) protocol Sudeep Holla <sudeep.holla@arm.com> - 2017-09-28 15:20 +0200
[PATCH v3 03/22] dt-bindings: arm: scmi: add ARM MHU specific mailbox client bindings Sudeep Holla <sudeep.holla@arm.com> - 2017-09-28 15:20 +0200
[PATCH v3 17/22] firmware: arm_scmi: add device power domain support using genpd Sudeep Holla <sudeep.holla@arm.com> - 2017-09-28 15:20 +0200
Re: [PATCH v3 17/22] firmware: arm_scmi: add device power domain support using genpd Ulf Hansson <ulf.hansson@linaro.org> - 2017-09-28 23:20 +0200
Re: [PATCH v3 17/22] firmware: arm_scmi: add device power domain support using genpd Sudeep Holla <sudeep.holla@arm.com> - 2017-09-29 15:50 +0200
[PATCH v3 17/22][UPDATE] firmware: arm_scmi: add device power domain support genpd Sudeep Holla <sudeep.holla@arm.com> - 2017-09-29 15:50 +0200
[PATCH v3 08/22] firmware: arm_scmi: add initial support for power protocol Sudeep Holla <sudeep.holla@arm.com> - 2017-09-28 15:20 +0200
csiph-web