RE: [PATCH 3/3] clocksource: Add clockevent support to NPS400 driver

From: Noam Camus
Date: Tue Oct 18 2016 - 10:32:54 EST


> From: Rob Herring [mailto:robh@xxxxxxxxxx]
> Sent: Tuesday, October 18, 2016 4:57 PM

>>
>> Driver can be used from device tree by:
>> compatible = "ezchip,nps400-timer0" <-- for clocksource compatible =
>> "ezchip,nps400-timer1" <-- for clockevent

>You're letting Linux details define the binding. Are these blocks different (the block itself, not connections to >the block like interrupts)?


>If you need a particular timer instance to be used, then describe whatever is the difference in the h/w. For >example, the clockevent timer has to be the timer with an interrupt.

Yes, blocks are different.
The difference is that only second timer instance are actually producing timer interrupt served by Linux for the clockevent framework.
Please note that the numbering used here for timer (i.e. 0 or 1) are derived from HW blocks and are not any Linux detail I used for binding definition (It is a note at this patch set cover letter).

Noam