From: leo.yan@linaro.org (Leo Yan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 4/4] arm64: dts: add Hi6220's stub clock node
Date: Tue, 4 Aug 2015 15:27:29 +0800 [thread overview]
Message-ID: <1438673249-6051-5-git-send-email-leo.yan@linaro.org> (raw)
In-Reply-To: <1438673249-6051-1-git-send-email-leo.yan@linaro.org>
Enable SRAM node and stub clock node for Hi6220; furthermore
add the CPU's clock so it will be used by cpufreq-dt driver.
Signed-off-by: Leo Yan <leo.yan@linaro.org>
---
arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi
index b42a9b7..94b8310 100644
--- a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi
+++ b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi
@@ -57,6 +57,17 @@
device_type = "cpu";
reg = <0x0 0x0>;
enable-method = "psci";
+ clocks = <&stub_clock 0>;
+ clock-latency = <0>;
+ operating-points = <
+ /* kHz */
+ 1200000 0
+ 960000 0
+ 729000 0
+ 432000 0
+ 208000 0
+ >;
+ #cooling-cells = <2>; /* min followed by max */
};
cpu1: cpu at 1 {
@@ -136,6 +147,11 @@
#size-cells = <2>;
ranges;
+ sram: sram at fff80000 {
+ compatible = "hisilicon,hi6220-sramctrl", "syscon";
+ reg = <0x0 0xfff80000 0x0 0x12000>;
+ };
+
ao_ctrl: ao_ctrl at f7800000 {
compatible = "hisilicon,hi6220-aoctrl", "syscon";
reg = <0x0 0xf7800000 0x0 0x2000>;
@@ -160,6 +176,13 @@
#clock-cells = <1>;
};
+ stub_clock: stub_clock {
+ compatible = "hisilicon,hi6220-stub-clk";
+ hisilicon,hi6220-clk-sram = <&sram>;
+ #clock-cells = <1>;
+ mboxes = <&mailbox 1>;
+ };
+
uart0: uart at f8015000 { /* console */
compatible = "arm,pl011", "arm,primecell";
reg = <0x0 0xf8015000 0x0 0x1000>;
--
1.9.1
next prev parent reply other threads:[~2015-08-04 7:27 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-04 7:27 [PATCH v4 0/4] clk: hisilicon: support stub clock Leo Yan
2015-08-04 7:27 ` [PATCH v4 1/4] dt-bindings: arm: Hi6220: add doc for SRAM controller Leo Yan
2015-08-12 8:33 ` Stephen Boyd
2015-08-04 7:27 ` [PATCH v4 2/4] dt-bindings: clk: Hi6220: Document stub clock driver Leo Yan
2015-08-12 8:33 ` Stephen Boyd
2015-08-04 7:27 ` [PATCH v4 3/4] clk: Hi6220: add " Leo Yan
2015-08-12 8:33 ` Stephen Boyd
2015-08-04 7:27 ` Leo Yan [this message]
2015-08-12 0:38 ` [PATCH v4 0/4] clk: hisilicon: support stub clock Stephen Boyd
2015-08-12 1:49 ` Leo Yan
2015-08-12 9:20 ` Wei Xu
-- strict thread matches above, loose matches on Subject: below --
2015-10-12 16:32 [PATCH v4 0/4] mailbox: hisilicon: add Hi6220 mailbox driver Leo Yan
2015-10-12 16:32 ` [PATCH v4 4/4] arm64: dts: add Hi6220's stub clock node 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=1438673249-6051-5-git-send-email-leo.yan@linaro.org \
--to=leo.yan@linaro.org \
--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