]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: dts: rockchip: disable arm-global-timer for rk3188
authorAlexander Kochetkov <al.kochet@gmail.com>
Tue, 31 Jan 2017 12:43:16 +0000 (15:43 +0300)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 7 Apr 2017 14:23:07 +0000 (16:23 +0200)
commit500d0aa918a2ea6bb918fee8adcf27dc2912bcd1
treed01201067afaf24cab610fc0dc9d6df87e694bb9
parent627988a66aee3c845aa2f1f874a3ddba8adb89d9
ARM: dts: rockchip: disable arm-global-timer for rk3188

The clocksource and the sched_clock provided by the arm_global_timer
are quite unstable because their rates depend on the cpu frequency.

On the other side, the arm_global_timer has a higher rating than the
rockchip_timer, it will be selected by default by the time framework
while we want to use the stable rockchip clocksource.

Let's disable the arm_global_timer in order to have the rockchip
clocksource selected by default.

Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3188.dtsi