From: stefan@agner.ch (Stefan Agner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: dts: vf610: Add ARM Global Timer
Date: Fri, 19 Sep 2014 16:32:33 +0200 [thread overview]
Message-ID: <42e11ee7107cacb92fa3a477e61dc6d4@agner.ch> (raw)
In-Reply-To: <20140912075900.GK18566@dragon>
Am 2014-09-12 09:59, schrieb Shawn Guo:
> On Thu, Sep 11, 2014 at 02:06:14PM +0200, Stefan Agner wrote:
>> Add Global Timer support which is part of the Snoop Control Unit
>> of the Cortex-A5 processor. This Global Timer is compatible with the
>> Cortex-A9 implementation. It's a 64-bit timer and is clocked by the
>> peripheral clock, which is typically 133 or 166MHz on Vybrid.
>>
>> Signed-off-by: Stefan Agner <stefan@agner.ch>
>> ---
>> arch/arm/boot/dts/vf610.dtsi | 8 ++++++++
>> 1 file changed, 8 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi
>> index 4d2ec32..a03abf6 100644
>> --- a/arch/arm/boot/dts/vf610.dtsi
>> +++ b/arch/arm/boot/dts/vf610.dtsi
>> @@ -11,6 +11,7 @@
>> #include "vf610-pinfunc.h"
>> #include <dt-bindings/clock/vf610-clock.h>
>> #include <dt-bindings/interrupt-controller/irq.h>
>> +#include <dt-bindings/interrupt-controller/arm-gic.h>
>>
>> / {
>> aliases {
>> @@ -83,6 +84,13 @@
>> <0x40002100 0x100>;
>> };
>>
>> + global_timer: global-timer at 40002200 {
>
> I think it's more idiomatic to use the generic name 'timer' for the
> node.
Agree to that. I guess you can change that when you apply it, in case
there are no other objections to this patchset..?
>
> Shawn
>
>> + compatible = "arm,cortex-a9-global-timer";
>> + reg = <0x40002200 0x20>;
>> + interrupts = <GIC_PPI 11 IRQ_TYPE_LEVEL_HIGH>;
>> + clocks = <&clks VF610_CLK_PLATFORM_BUS>;
>> + };
>> +
>> L2: l2-cache at 40006000 {
>> compatible = "arm,pl310-cache";
>> reg = <0x40006000 0x1000>;
>> --
>> 2.1.0
>>
--
Stefan
next prev parent reply other threads:[~2014-09-19 14:32 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-11 12:06 [PATCH 1/2] ARM: dts: vf610: Add ARM Global Timer Stefan Agner
2014-09-11 12:06 ` [PATCH 2/2] ARM: vf610: Use ARM Global Timer as clocksource Stefan Agner
2014-09-25 7:50 ` Shawn Guo
2014-09-25 8:25 ` Stefan Agner
2014-09-25 15:10 ` Shawn Guo
2014-09-25 22:12 ` Bill Pringlemeir
2014-09-26 0:48 ` Shawn Guo
2014-09-12 7:59 ` [PATCH 1/2] ARM: dts: vf610: Add ARM Global Timer Shawn Guo
2014-09-19 14:32 ` Stefan Agner [this message]
2014-09-23 15:54 ` Bill Pringlemeir
2014-09-24 7:55 ` Stefan Agner
2014-09-24 15:26 ` Bill Pringlemeir
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=42e11ee7107cacb92fa3a477e61dc6d4@agner.ch \
--to=stefan@agner.ch \
--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).