From: "Tony Lindgren" <tony@xxxxxxxxxxx> The following changes since commit 486343d3728be741db13854dc7e983c20cdd7c07: Merge tag 'omap-for-v5.17/fixes-for-merge-window-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes (2022-02-07 17:42:44 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.17/fixes-signed for you to fetch changes up to 8840f5460a23759403f1f2860429dcbcc2f04a65: ARM: dts: Use 32KiHz oscillator on devkit8000 (2022-02-18 10:08:45 +0200) ---------------------------------------------------------------- Fixes for omaps Fixes for devkit8000 timer regression. Similar to the earlier beagleboard fixes, we must not configure the clocksource drivers to use an alternative timer configuration. It causes unnecessary issues with power management. Only some old designs based on early beagleboard revisions with a miswired timer need to use the alternative timer. ---------------------------------------------------------------- Anthoine Bourgeois (2): ARM: dts: switch timer config to common devkit8000 devicetree ARM: dts: Use 32KiHz oscillator on devkit8000 arch/arm/boot/dts/omap3-devkit8000-common.dtsi | 18 ++++++++++++++ arch/arm/boot/dts/omap3-devkit8000.dts | 33 -------------------------- drivers/clocksource/timer-ti-dm-systimer.c | 3 +-- 3 files changed, 19 insertions(+), 35 deletions(-)