[PATCH 0/4] Use reg instead of ti,bit-shift for clksel
From: Tony Lindgren <tony@atomide.com>
Date: 2024-02-13 10:58:05
Also in:
linux-clk, linux-omap
Hi all,
This series updates the clksel clocks to use the standard reg property
instead of ti,bit-shift.
I'd like to apply these before we make further use of the clksel clocks
to reduce the dtb check warnings.
Regards,
Tony
Tony Lindgren (4):
clk: ti: Handle possible address in the node name
clk: ti: Improve clksel clock bit parsing for reg property
ARM: dts: am3: Update clksel clocks to use reg instead of ti,bit-shift
ARM: dts: omap3: Update clksel clocks to use reg instead of
ti,bit-shift
arch/arm/boot/dts/ti/omap/am33xx-clocks.dtsi | 39 +-
arch/arm/boot/dts/ti/omap/am35xx-clocks.dtsi | 18 +-
.../boot/dts/ti/omap/omap3430es1-clocks.dtsi | 52 +-
.../dts/ti/omap/omap34xx-omap36xx-clocks.dtsi | 86 +--
...map36xx-am35xx-omap3430es2plus-clocks.dtsi | 28 +-
.../arm/boot/dts/ti/omap/omap36xx-clocks.dtsi | 7 +-
.../omap/omap36xx-omap3430es2plus-clocks.dtsi | 46 +-
.../arm/boot/dts/ti/omap/omap3xxx-clocks.dtsi | 510 +++++++++---------
drivers/clk/ti/apll.c | 11 +-
drivers/clk/ti/clk.c | 71 ++-
drivers/clk/ti/clock.h | 1 +
drivers/clk/ti/divider.c | 5 +-
drivers/clk/ti/gate.c | 9 +-
drivers/clk/ti/interface.c | 4 +-
drivers/clk/ti/mux.c | 6 +-
include/linux/clk/ti.h | 3 +
16 files changed, 491 insertions(+), 405 deletions(-)
--
2.43.1