Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1705287
| From | Zhong Kaihua <zhongkaihua@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] dts: arm64: bind stub clock driver for Hi3660 |
| Date | 2017-08-07 11:30 +0200 |
| Message-ID | <ubMwi-6nu-15@gated-at.bofh.it> (permalink) |
| References | <ubMwi-6nu-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 2/2] dts: arm64: bind stub clock driver for Hi3660 Zhong Kaihua <zhongkaihua@huawei.com> - 2017-08-07 11:30 +0200
csiph-web