Hi all, This series of patches updates dra7 to use more clksel clocks. This simplifies things for dealing with the remaining make W=1 dtbs unique_unit_address warnings. After this series, dra7 is left with the following clocks that should be updated: - DPLL output related clksel registers that should be updated to use clksel clocks to get rid of the remaining warnings for unique_unit_address - Read-only clkctrl clocks still mapped as composite clocks and should be updated to use the clkctrl binding to drop the use of the custom ti,bit-shift property The DPLL output clocks are problematic at this point as the clock driver makes assumptions based on no reg property in _register_dpll_x2() for the ti,omap4-dpll-x2-clock. After the driver issues are solved, the DPLL output related clocks can also use the clksel binding. Regards, Tony Tony Lindgren (12): ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_CORE ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_DSP ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_IVA ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_GPU ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_DRR ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_GMAC ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_EVE ARM: dts: dra7: Use clksel binding for CM_CLKSEL_CORE ARM: dts: dra7: Use clksel binding for CM_CLKSEL_ABE_PLL_SYS ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_PER ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_USB ARM: dts: dra7: Use clksel binding for CTRL_CORE_SMA_SW_0 arch/arm/boot/dts/ti/omap/dra76x.dtsi | 63 +++-- arch/arm/boot/dts/ti/omap/dra7xx-clocks.dtsi | 270 +++++++++++++------ 2 files changed, 220 insertions(+), 113 deletions(-) -- 2.44.0