From: jonathan.richardson@broadcom.com (Jonathan Richardson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 3/3] ARM: dts: Enable Broadcom iProc mailbox controller
Date: Thu, 26 Jan 2017 12:38:02 -0800 [thread overview]
Message-ID: <1485463082-27067-4-git-send-email-jonathan.richardson@broadcom.com> (raw)
In-Reply-To: <1485463082-27067-1-git-send-email-jonathan.richardson@broadcom.com>
Add node for iProc mailbox controller and enable. Proposed changes to
add interrupt support to the mailbox controller and gpio crmu driver
were prematurely merged into the mainline. Those changes are reverted in
this commit.
Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com>
---
arch/arm/boot/dts/bcm-cygnus.dtsi | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi
index 8833a4c..606e11a 100644
--- a/arch/arm/boot/dts/bcm-cygnus.dtsi
+++ b/arch/arm/boot/dts/bcm-cygnus.dtsi
@@ -123,10 +123,7 @@
mailbox: mailbox at 03024024 {
compatible = "brcm,iproc-mailbox";
- reg = <0x03024024 0x40>;
- interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
- #interrupt-cells = <1>;
- interrupt-controller;
+ reg = <0x03024024 0x8>;
#mbox-cells = <1>;
};
@@ -137,9 +134,6 @@
ngpios = <6>;
#gpio-cells = <2>;
gpio-controller;
- interrupt-controller;
- interrupt-parent = <&mailbox>;
- interrupts = <0>;
};
i2c0: i2c at 18008000 {
--
1.9.1
next prev parent reply other threads:[~2017-01-26 20:38 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-26 20:37 [PATCH v4 0/3] Add support for Broadcom iProc mailbox controller Jonathan Richardson
2017-01-26 20:38 ` [PATCH v4 1/3] dt-bindings: Document Broadcom iProc mailbox controller driver Jonathan Richardson
2017-02-01 13:25 ` Rob Herring
2017-01-26 20:38 ` [PATCH v4 2/3] mailbox: Add " Jonathan Richardson
2017-02-17 6:20 ` Jassi Brar
2017-02-20 21:58 ` Jonathan Richardson
2017-02-23 18:59 ` Jonathan Richardson
2017-02-24 5:00 ` Jassi Brar
2017-03-02 21:03 ` Jonathan Richardson
2017-03-14 18:45 ` Jonathan Richardson
2017-03-15 17:30 ` Jassi Brar
2017-03-28 17:30 ` Jonathan Richardson
2017-03-29 4:36 ` Jassi Brar
2017-03-29 19:28 ` Jonathan Richardson
2017-01-26 20:38 ` Jonathan Richardson [this message]
2017-02-16 20:08 ` [PATCH v4 0/3] Add support for Broadcom iProc mailbox controller Jonathan Richardson
2017-08-18 5:34 ` 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=1485463082-27067-4-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).