Hi, This series adds clock-output-names for omap4/5 in order to unify the clock naming for omap4/5 to follow am3/4 and dra7. This makes it possible to stop using non-standard devicetree node names for clocks in the later patches. This series depends on the clock related changes posted as: [PATCH 0/8] Clock changes for TI dts reg and node name issues Regards, Tony Tony Lindgren (5): ARM: dts: Add clock-output-names for omap4 ARM: dts: Drop custom clkctrl compatible and update omap4 l4per ARM: dts: Add clock-output-names for omap5 ARM: dts: Drop custom clkctrl compatible and update omap5 l4per clk: ti: Stop using legacy clkctrl names for omap4 and 5 arch/arm/boot/dts/omap443x-clocks.dtsi | 1 + arch/arm/boot/dts/omap446x-clocks.dtsi | 2 + arch/arm/boot/dts/omap44xx-clocks.dtsi | 173 +++++++++++++++++++- arch/arm/boot/dts/omap54xx-clocks.dtsi | 160 ++++++++++++++++++- drivers/clk/ti/clk-44xx.c | 210 ++++++++++++------------- drivers/clk/ti/clk-54xx.c | 160 +++++++++---------- drivers/clk/ti/clkctrl.c | 4 - 7 files changed, 515 insertions(+), 195 deletions(-) -- 2.35.1