Devicetree
 help / color / mirror / Atom feed
* [PATCH 0/1] How to choose system timer?
@ 2011-11-10 13:10 Michal Simek
       [not found] ` <1320930623-15060-1-git-send-email-monstr-pSz03upnqPeHXe+LvDLADg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2011-11-10 13:10 UTC (permalink / raw)
  To: grant.likely-s3s/WqlpOiPyB63q8FvJNQ
  Cc: michal.simek-g5w7nrANp4BDPfheJLI6IQ,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	john.williams-g5w7nrANp4BDPfheJLI6IQ

Hi,

I have one design question about specifying system timer in DTS.
Our proposed solution is to specify system-timer in chosen
node and then Linux kernel probe it.

For example:
	chosen {
		bootargs = " console=ttyS0,115200 ";
		linux,stdout-path = "/plb@0/serial@83e00000";
		system-timer = <&xps_timer_0>;
	} ;

Is it correct solution? We would like to use 
standard solution and not to reinvent the wheel.
How others archs handle it? AFAIK you have internal cpu
timer which is used as system timer.

I have also attached the patch for microblaze.

Thanks,
Michal



*** BLURB HERE ***

Peter A. G. Crosthwaite (1):
  microblaze: Added fdt chosen capability for timer

 arch/microblaze/kernel/timer.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

-- 
1.7.5.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-10 14:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-10 13:10 [PATCH 0/1] How to choose system timer? Michal Simek
     [not found] ` <1320930623-15060-1-git-send-email-monstr-pSz03upnqPeHXe+LvDLADg@public.gmane.org>
2011-11-10 13:10   ` Michal Simek
     [not found]     ` <1320930623-15060-2-git-send-email-monstr-pSz03upnqPeHXe+LvDLADg@public.gmane.org>
2011-11-10 13:10       ` [PATCH 1/1] microblaze: Added fdt chosen capability for timer Michal Simek
     [not found]         ` <1320930623-15060-3-git-send-email-monstr-pSz03upnqPeHXe+LvDLADg@public.gmane.org>
2011-11-10 14:21           ` John Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox