ARM: dts: omap3: Update clksel clocks to use reg instead of ti,bit-shift
authorTony Lindgren <tony@atomide.com>
Tue, 13 Feb 2024 10:48:52 +0000 (12:48 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 26 Feb 2024 11:08:45 +0000 (13:08 +0200)
commit808e65304d1844aa4a0ab317ae1d36f9ab6da174
treec73eea01ca5cb2bbb1c35eed4cd85ab6b221dbda
parent579856aec23150f84a64b1bde6a7ddc713d5b5cd
ARM: dts: omap3: Update clksel clocks to use reg instead of ti,bit-shift

For the clksel clocks we are still using the legacy ti,bit-shift property
instead of the standard reg property. We can now use the reg property, so
let's do that for the clksel clocks.

To add the reg property, we switch to use #address-cells = <1>.

For now let's not update the clock-dss-tv-fck as it seems to share the same
register bit as the clock-dss-96m-fck and would introduce more warnings.

Cc: Andreas Kemnade <andreas@kemnade.info>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/ti/omap/am35xx-clocks.dtsi
arch/arm/boot/dts/ti/omap/omap3430es1-clocks.dtsi
arch/arm/boot/dts/ti/omap/omap34xx-omap36xx-clocks.dtsi
arch/arm/boot/dts/ti/omap/omap36xx-am35xx-omap3430es2plus-clocks.dtsi
arch/arm/boot/dts/ti/omap/omap36xx-clocks.dtsi
arch/arm/boot/dts/ti/omap/omap36xx-omap3430es2plus-clocks.dtsi
arch/arm/boot/dts/ti/omap/omap3xxx-clocks.dtsi