Re: [RFC/example] powerpc: add the mpic global timer support

2009-01-29 Thread Scott Wood
Kumar Gala wrote: + ti...@41100 { + compatible = "fsl,mpic-global-timer"; + reg = <0x41100 0x204>; + interrupts = <0xf7 0x2>; + interrupt-parent = <&mpic>; + }; Why is this a sepa

Re: [RFC/example] powerpc: add the mpic global timer support

2009-01-29 Thread Régis Odeyé
Thanks for this. Regards Kumar Gala wrote: From: Dave Liu The mpic timer works as wake up source for power management, the max timer period is 336 seconds when the CCB freq is 400MHz. to setup timer, type echo 30 > /sys/devices/ffe0.soc8572/ffe41100.timer/timeout before the system enter

[RFC/example] powerpc: add the mpic global timer support

2009-01-28 Thread Kumar Gala
From: Dave Liu The mpic timer works as wake up source for power management, the max timer period is 336 seconds when the CCB freq is 400MHz. to setup timer, type echo 30 > /sys/devices/ffe0.soc8572/ffe41100.timer/timeout before the system enter to sleep mode. Signed-off-by: Dave Liu ---