]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'omap-for-v5.17/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Fri, 25 Feb 2022 10:14:22 +0000 (11:14 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 25 Feb 2022 10:14:23 +0000 (11:14 +0100)
commitc8b3aebff5fcc11ff8d49520a041d5d1c636756c
tree4a7ada9b3d0d47e4007414172f1bb9982bebf2dd
parentea58167511550143efdec7b8c2cd9123dbc2d8af
parent585c5fd91f88ec3426a5d9f63d269d9c52f495da
Merge tag 'omap-for-v5.17/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes

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.

* tag 'omap-for-v5.17/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  ARM: dts: Use 32KiHz oscillator on devkit8000
  ARM: dts: switch timer config to common devkit8000 devicetree

Link: https://lore.kernel.org/r/pull-1645606483-876944@atomide.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>