On Wed, Jan 18, 2017 at 05:39:38PM -0800, Jonathan Richardson wrote:
Changelog?
quoted hunk
Reviewed-by: Jonathan Richardson <redacted>
Tested-by: Jonathan Richardson <redacted>
Reviewed-by: Vikram Prakash <redacted>
Reviewed-by: Ray Jui <redacted>
Reviewed-by: Shreesha Rajashekar <redacted>
Reviewed-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Jonathan Richardson <redacted>
---
.../devicetree/bindings/mailbox/brcm,iproc-mailbox.txt | 14 ++++++++++++++
1 file changed, 14 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..f4c4f96
--- /dev/null
+++ b/Documentation/devicetree/bindings/mailbox/brcm,iproc-mailbox.txt
@@ -0,0 +1,14 @@
+* Broadcom's iProc Mailbox Controller
+
+Required properties:
+- compatible: Must be "brcm,iproc-mailbox"
+- reg: Defines the base address of the mailbox controller.
+- #mbox-cells: Must be 1.
+
+Example:
+
+ mailbox: mailbox at 03024024 {
Drop the leading 0.
+ compatible = "brcm,iproc-mailbox";
+ reg = <0x03024024 0x8>;
+ #mbox-cells = <1>;
+ };
--
1.9.1