Merge tag 'omap-for-v6.9/dt-warnings-signed' of git://git.kernel.org/pub/scm/linux...
authorArnd Bergmann <arnd@arndb.de>
Mon, 4 Mar 2024 16:36:56 +0000 (17:36 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 4 Mar 2024 16:37:02 +0000 (17:37 +0100)
commit794f8770648eaea3f8a2e3b1d9f158198aff31ba
treeec59e56628eb831a0cf7fc224c7d1012f0ae4350
parentd206a76d7d2726f3b096037f2079ce0bd3ba329b
parent808e65304d1844aa4a0ab317ae1d36f9ab6da174
Merge tag 'omap-for-v6.9/dt-warnings-signed' of git://git./linux/kernel/git/tmlind/linux-omap into soc/late

Update TI clksel clocks to use reg

Updates for TI clksel clocks to use the standard reg property instead of
the non-standard ti,bit-shift legacy property.

There are still lots of TI composite clock related devicetree warnings for
missing bindings, and overlapping reg properties. We have grouped some of
the TI composite clocks under the clksel clock node, but did not consider
the reg property issue. Let's update the existing users before we continue
grouping more of the composite clocks.

* tag 'omap-for-v6.9/dt-warnings-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  ARM: dts: omap3: Update clksel clocks to use reg instead of ti,bit-shift
  ARM: dts: am3: Update clksel clocks to use reg instead of ti,bit-shift
  clk: ti: Improve clksel clock bit parsing for reg property
  clk: ti: Handle possible address in the node name

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