]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: Use 32KiHz oscillator on devkit8000
authorAnthoine Bourgeois <anthoine.bourgeois@gmail.com>
Tue, 25 Jan 2022 19:11:39 +0000 (20:11 +0100)
committerTony Lindgren <tony@atomide.com>
Fri, 18 Feb 2022 08:08:45 +0000 (10:08 +0200)
commite25150895132758ceac550f3acdefb3591cef925
treecb3b534ba1ab67447f06fd886f299b4506fbc546
parent0c4b687a6a23688dac3c39d71fb538297b3d8b34
ARM: dts: Use 32KiHz oscillator on devkit8000

Devkit8000 board seems to always used 32k_counter as clocksource.
Restore this behavior.

If clocksource is back to 32k_counter, timer12 is now the clockevent
source (as before) and timer2 is not longer needed here.

This commit fixes the same issue observed with commit a9749549ce47
("ARM: dts: Fix timer regression for beagleboard revision c") when sleep
is blocked until hitting keys over serial console.

Fixes: 3147a83506e0 ("clocksource/drivers/timer-ti-dm: Add clockevent and clocksource support")
Fixes: 8bec127ad768 ("ARM: dts: Configure system timers for omap3")
Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-devkit8000-common.dtsi
drivers/clocksource/timer-ti-dm-systimer.c