[PATCH v3 6/7] arm: zynq: Don't use arm_global_timer with cpufreq

2014-02-03 Thread Soren Brinkmann
The timer frequency of the arm_global_timer depends on the CPU frequency. With cpufreq altering that frequency the arm_global_timer does not maintain a stable time base. Therefore don't enable that timer in case cpufreq is enabled. Cc: Russell King Signed-off-by: Soren Brinkmann ---

[PATCH v3 6/7] arm: zynq: Don't use arm_global_timer with cpufreq

2014-02-03 Thread Soren Brinkmann
The timer frequency of the arm_global_timer depends on the CPU frequency. With cpufreq altering that frequency the arm_global_timer does not maintain a stable time base. Therefore don't enable that timer in case cpufreq is enabled. Cc: Russell King li...@arm.linux.org.uk Signed-off-by: Soren