Kumar Gala wrote:
+ ti...@41100 {
+ compatible = "fsl,mpic-global-timer";
+ reg = <0x41100 0x204>;
+ interrupts = <0xf7 0x2>;
+ interrupt-parent = <&mpic>;
+ };
Why is this a sepa
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
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
---