public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: zhongkaihua@huawei.com (Zhong Kaihua)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] dts: arm64: add mailbox binding for hi3660
Date: Mon, 7 Aug 2017 17:17:13 +0800	[thread overview]
Message-ID: <1502097434-11136-2-git-send-email-zhongkaihua@huawei.com> (raw)
In-Reply-To: <1502097434-11136-1-git-send-email-zhongkaihua@huawei.com>

From: Kaihua Zhong <zhongkaihua@huawei.com>

Add binding for mailbox driver.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
Signed-off-by: Ruyi Wang <wangruyi@huawei.com>
Tested-by: Kaihua Zhong <zhongkaihua@huawei.com>

---
 arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
index eca984c..ac20065 100644
--- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
+++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
@@ -291,6 +291,14 @@
 			#reset-cells = <2>;
 		};
 
+		mailbox: mailbox at e896b000 {
+			compatible = "hisilicon,hi3660-mbox";
+			reg = <0x0 0xe896b000 0x0 0x1000>;
+			interrupts = <0x0 0xc0 0x4>,
+			<0x0 0xc1 0x4>;
+			#mbox-cells = <3>;
+		};
+
 		dual_timer0: timer at fff14000 {
 			compatible = "arm,sp804", "arm,primecell";
 			reg = <0x0 0xfff14000 0x0 0x1000>;
-- 
1.8.3.2

  reply	other threads:[~2017-08-07  9:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-07  9:17 [PATCH 1/3] driver: mailbox: add support for Hi3660 Zhong Kaihua
2017-08-07  9:17 ` Zhong Kaihua [this message]
2017-08-07  9:17 ` [PATCH 3/3] arm64: defconfig: add configs for power management on Hi3660 Zhong Kaihua
2017-09-02  7:37 ` [PATCH 1/3] driver: mailbox: add support for Hi3660 Jassi Brar
2017-10-18  5:58   ` Leo Yan
2017-10-25  4:17 ` Jassi Brar
2017-10-25  5:13   ` Leo Yan

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=1502097434-11136-2-git-send-email-zhongkaihua@huawei.com \
    --to=zhongkaihua@huawei.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