Hi, Here's v2 version of the timer changes for TI am6. Regards, Tony Changes since v1: - Change the new compatible to ti,am654-timer for the first compatible SoC as suggested by Nishanth - Separate out the binding to convert it to yaml first as suggested by Nishanth - Drop the header ifdefs by moving inline functions to the driver based on suggestion by Daniel Tony Lindgren (3): clocksource/drivers/timer-ti-dm: Move inline functions to driver for am6 clocksource/drivers/timer-ti-dm: Make timer selectable for ARCH_K3 clocksource/drivers/timer-ti-dm: Add compatible for am6 SoCs arch/arm/mach-omap2/Kconfig | 2 + drivers/clocksource/Kconfig | 8 +- drivers/clocksource/Makefile | 2 +- drivers/clocksource/timer-ti-dm.c | 123 +++++++++++++++++++++++++ include/clocksource/timer-ti-dm.h | 144 ------------------------------ 5 files changed, 133 insertions(+), 146 deletions(-) -- 2.35.1