linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: jonathan.richardson@broadcom.com (Jonathan Richardson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v1 1/4] dt-bindings: Document Broadcom iProc mailbox controller driver
Date: Tue, 18 Oct 2016 12:00:35 -0700	[thread overview]
Message-ID: <1476817238-1226-2-git-send-email-jonathan.richardson@broadcom.com> (raw)
In-Reply-To: <1476817238-1226-1-git-send-email-jonathan.richardson@broadcom.com>

Reviewed-by: Jonathan Richardson <jonathan.richardson@broadcom.com>
Tested-by: Jonathan Richardson <jonathan.richardson@broadcom.com>
Reviewed-by: Vikram Prakash <vikram.prakash@broadcom.com>
Reviewed-by: Ray Jui <ray.jui@broadcom.com>
Reviewed-by: Shreesha Rajashekar <shreesha.rajashekar@broadcom.com>
Reviewed-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com>
---
 .../bindings/mailbox/brcm,iproc-mailbox.txt          | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mailbox/brcm,iproc-mailbox.txt

diff --git a/Documentation/devicetree/bindings/mailbox/brcm,iproc-mailbox.txt b/Documentation/devicetree/bindings/mailbox/brcm,iproc-mailbox.txt
new file mode 100644
index 0000000..a40d810
--- /dev/null
+++ b/Documentation/devicetree/bindings/mailbox/brcm,iproc-mailbox.txt
@@ -0,0 +1,20 @@
+* Broadcom's iProc Mailbox Controller
+
+Required properties:
+- compatible: Must be "brcm,iproc-mailbox"
+- reg: Defines the base address of the mailbox controller.
+- interrupts: The mailbox controller's interrupt.
+- #interrupt-cells: Must be 1.
+- interrupt-controller: Sets device as an interrupt controller.
+- #mbox-cells: Must be 1.
+
+Example:
+
+	mailbox: mailbox at 3024024 {
+		compatible = "brcm,iproc-mailbox";
+		reg = <0x03024024 0x40>;
+		interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
+		#interrupt-cells = <1>;
+		interrupt-controller;
+		#mbox-cells = <1>;
+	};
-- 
1.9.1

  reply	other threads:[~2016-10-18 19:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-18 19:00 [PATCH v1 0/4] Add support for Broadcom iProc mailbox controller Jonathan Richardson
2016-10-18 19:00 ` Jonathan Richardson [this message]
2016-10-26 21:02   ` [PATCH v1 1/4] dt-bindings: Document Broadcom iProc mailbox controller driver Rob Herring
2016-11-17  3:13   ` Jassi Brar
2017-01-04 21:58     ` Jonathan Richardson
2016-10-18 19:00 ` [PATCH v1 2/4] mailbox: Add " Jonathan Richardson
2016-11-17  3:40   ` Jassi Brar
2017-01-04 21:53     ` Jonathan Richardson
2016-10-18 19:00 ` [PATCH v1 3/4] ARM: dts: Enable Broadcom iProc mailbox controller Jonathan Richardson
2016-11-16 20:49   ` Florian Fainelli
2016-10-18 19:00 ` [PATCH v1 4/4] ARM: dts: Enable interrupt support for cygnus crmu gpio driver Jonathan Richardson
2016-11-16 20:50   ` Florian Fainelli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1476817238-1226-2-git-send-email-jonathan.richardson@broadcom.com \
    --to=jonathan.richardson@broadcom.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).