linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Zhong Kaihua <zhongkaihua@huawei.com>
To: <robh+dt@kernel.org>, <pawel.moll@arm.com>,
	<mark.rutland@arm.com>, <ijc+devicetree@hellion.org.uk>,
	<galak@codeaurora.org>, <catalin.marinas@arm.com>,
	<will.deacon@arm.com>, <mturquette@baylibre.com>,
	<sboyd@codeaurora.org>, <puck.chen@hisilicon.com>,
	<leo.yan@linaro.org>, <wangruyi@huawei.com>,
	<zhongkaihua@huawei.com>, <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <linux-clk@vger.kernel.org>
Cc: <john.stultz@linaro.org>, <guodong.xu@linaro.org>,
	<zhangfei.gao@linaro.org>, <jason.liu@linaro.org>,
	<dan.zhao@hisilicon.com>, <suzhuangluan@hisilicon.com>,
	<xuezhiliang@hisilicon.com>, <xupeng7@huawei.com>,
	<chenjun14@huawei.com>, <hanwei.hanwei@huawei.com>,
	<hezetong@huawei.com>, <wuze1@huawei.com>,
	Kai Zhao <zhaokai1@hisilicon.com>,
	Tao Wang <kevin.wangtao@hisilicon.com>
Subject: [PATCH 2/2] dts: arm64: bind stub clock driver for Hi3660
Date: Mon, 7 Aug 2017 17:19:15 +0800	[thread overview]
Message-ID: <1502097555-11541-2-git-send-email-zhongkaihua@huawei.com> (raw)
In-Reply-To: <1502097555-11541-1-git-send-email-zhongkaihua@huawei.com>

From: Kaihua Zhong <zhongkaihua@huawei.com>

Add binding to stub clock driver.

Signed-off-by: Kai Zhao <zhaokai1@hisilicon.com>
Signed-off-by: Leo Yan <leo.yan@linaro.org>
Signed-off-by: Tao Wang <kevin.wangtao@hisilicon.com>
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 ac20065..f23df62 100644
--- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
+++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
@@ -299,6 +299,14 @@
 			#mbox-cells = <3>;
 		};
 
+		stub_clock: stub_clock {
+			compatible = "hisilicon,hi3660-stub-clk";
+			reg = <0x0 0xe896b500 0x0 0x0100>;
+			#clock-cells = <1>;
+			mbox-names = "mbox-tx";
+			mboxes = <&mailbox 13 3 0>;
+		};
+
 		dual_timer0: timer@fff14000 {
 			compatible = "arm,sp804", "arm,primecell";
 			reg = <0x0 0xfff14000 0x0 0x1000>;
-- 
1.8.3.2

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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-07  9:19 [PATCH 1/2] clk: hisilicon: add stub clock driver for Hi3660 Zhong Kaihua
2017-08-07  9:19 ` Zhong Kaihua [this message]

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=1502097555-11541-2-git-send-email-zhongkaihua@huawei.com \
    --to=zhongkaihua@huawei.com \
    --cc=catalin.marinas@arm.com \
    --cc=chenjun14@huawei.com \
    --cc=dan.zhao@hisilicon.com \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=guodong.xu@linaro.org \
    --cc=hanwei.hanwei@huawei.com \
    --cc=hezetong@huawei.com \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=jason.liu@linaro.org \
    --cc=john.stultz@linaro.org \
    --cc=kevin.wangtao@hisilicon.com \
    --cc=leo.yan@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mturquette@baylibre.com \
    --cc=pawel.moll@arm.com \
    --cc=puck.chen@hisilicon.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@codeaurora.org \
    --cc=suzhuangluan@hisilicon.com \
    --cc=wangruyi@huawei.com \
    --cc=will.deacon@arm.com \
    --cc=wuze1@huawei.com \
    --cc=xuezhiliang@hisilicon.com \
    --cc=xupeng7@huawei.com \
    --cc=zhangfei.gao@linaro.org \
    --cc=zhaokai1@hisilicon.com \
    /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).