From: 21cnbao@gmail.com (Barry Song)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2 V3] ARM: dts: atlas7: add fixed frequency clocks in car node
Date: Fri, 15 May 2015 07:39:47 +0000 [thread overview]
Message-ID: <1431675587-8637-2-git-send-email-21cnbao@gmail.com> (raw)
In-Reply-To: <1431675587-8637-1-git-send-email-21cnbao@gmail.com>
From: Guo Zeng <Guo.Zeng@csr.com>
This patch adds the fixed clocks of external crystal oscillators.
Signed-off-by: Guo Zeng <Guo.Zeng@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
---
arch/arm/boot/dts/atlas7.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/boot/dts/atlas7.dtsi b/arch/arm/boot/dts/atlas7.dtsi
index a753178..7dad617 100644
--- a/arch/arm/boot/dts/atlas7.dtsi
+++ b/arch/arm/boot/dts/atlas7.dtsi
@@ -183,6 +183,18 @@
reg = <0x18620000 0x1000>;
#clock-cells = <1>;
#reset-cells = <1>;
+ xinw {
+ compatible = "fixed-clock";
+ #clock-cells = <0>;
+ clock-frequency = <32768>;
+ clock-output-names = "xinw";
+ };
+ xin {
+ compatible = "fixed-clock";
+ #clock-cells = <0>;
+ clock-frequency = <26000000>;
+ clock-output-names = "xin";
+ };
};
};
--
2.3.5
next prev parent reply other threads:[~2015-05-15 7:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-15 7:39 [PATCH 1/2 V3] clk: sirf: add CSR atlas7 clk and reset support Barry Song
2015-05-15 7:39 ` Barry Song [this message]
2015-05-15 17:00 ` [PATCH 2/2 V3] ARM: dts: atlas7: add fixed frequency clocks in car node Stephen Boyd
2015-05-15 18:30 ` [PATCH 1/2 V3] clk: sirf: add CSR atlas7 clk and reset support Stephen Boyd
2015-05-16 15:09 ` Barry Song
2015-05-21 21:33 ` Stephen Boyd
2015-06-10 16:30 ` Barry Song
2015-06-10 21:33 ` Stephen Boyd
2015-06-11 11:46 ` Barry Song
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=1431675587-8637-2-git-send-email-21cnbao@gmail.com \
--to=21cnbao@gmail.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).