Merge tag 'omap-for-v5.17/fixes-for-merge-window-signed' of git://git.kernel.org...
authorOlof Johansson <olof@lixom.net>
Mon, 10 Jan 2022 17:57:02 +0000 (09:57 -0800)
committerOlof Johansson <olof@lixom.net>
Mon, 10 Jan 2022 17:57:04 +0000 (09:57 -0800)
commit65def56a5fa797b34d6d914e31e0d8fe1db9a228
tree8c71726215b1c5fbaf524c98ebd1c2fe58f17155
parent6b6db66fb373b0f19ca7798500244d256ec0ab44
parent31aa7056bbec0259e2ec91db7d3571f66b14f93f
Merge tag 'omap-for-v5.17/fixes-for-merge-window-signed' of git://git./linux/kernel/git/tmlind/linux-omap into arm/late

Fixes for omaps

A series of fixes for omap variants for minor issues, and a fix for a timer
regression for some omap3 beagleboard versions.

The timer fix needs to patch both the dts and the timer code because
otherwise the timer quirk handling for old dtbs will prevent the dts fix
from working.

The other changes are for issues found by automated analysis, a macasp
typo fix, and two cosmetic fixes for clocks.

* tag 'omap-for-v5.17/fixes-for-merge-window-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  ARM: dts: Don't use legacy clock defines for dra7 clkctrl
  clk: ti: Move dra7 clock devices out of the legacy section
  ARM: dts: Fix timer regression for beagleboard revision c
  ARM: dts: am335x-wega: Fix typo in mcasp property rx-num-evt
  ARM: OMAP2+: adjust the location of put_device() call in omapdss_init_of
  ARM: OMAP2+: hwmod: Add of_node_put() before break

Link: https://lore.kernel.org/r/pull-1641801310-149268@atomide.com
Signed-off-by: Olof Johansson <olof@lixom.net>