Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1436346
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3] ARM: at91: Document new TCB bindings |
| Date | 2016-07-04 12:40 +0200 |
| Message-ID | <rR9sd-4tf-9@gated-at.bofh.it> (permalink) |
| References | <rQeDD-3pK-13@gated-at.bofh.it> <rR9ix-4q7-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 04/07/2016 at 12:24:52 +0200, Boris Brezillon wrote :
> On Fri, 1 Jul 2016 23:52:05 +0200
> Alexandre Belloni <alexandre.belloni@free-electrons.com> wrote:
> > +One interrupt per TC block:
> > + tcb0: timer@fff7c000 {
> > + compatible = "atmel,at91rm9200-tcb", "simple-mfd", "syscon";
> > + #address-cells = <1>;
> > + #size-cells = <0>;
> > + reg = <0xfff7c000 0x100>;
> > + interrupts = <18 4>;
> > + clocks = <&tcb0_clk>, <&clk32k>;
> > + clock-names = "t0_clk", "slow_clk";
> > +
> > + timer@0 {
> > + compatible = "atmel,tcb-timer";
> > + reg = <0>, <1>;
> > + };
> > +
> > + timer@2 {
> > + compatible = "atmel,tcb-timer";
> > + reg = <2>;
> > + };
>
> And how can you differentiate the clocksource from the clkevent?
>
It doesn't really matter actually, I'll do the selection in the driver,
as suggested by Rob.
--
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3] ARM: at91: Document new TCB bindings Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-07-02 00:00 +0200
Re: [PATCH v3] ARM: at91: Document new TCB bindings Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-07-04 12:30 +0200
Re: [PATCH v3] ARM: at91: Document new TCB bindings Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-07-04 12:40 +0200
Re: [PATCH v3] ARM: at91: Document new TCB bindings Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-07-04 14:10 +0200
Re: [PATCH v3] ARM: at91: Document new TCB bindings Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-07-04 14:20 +0200
Re: [PATCH v3] ARM: at91: Document new TCB bindings Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-07-04 14:20 +0200
csiph-web