Hi, * Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> [211129 09:57]: > On 25/11/2021 15:48, Tony Lindgren wrote: > > .../devicetree/bindings/arm/omap/omap.txt | 3 ++ > > arch/arm/boot/dts/Makefile | 1 + > > arch/arm/boot/dts/omap3-beagle-ab4.dts | 47 +++++++++++++++++++ > > arch/arm/boot/dts/omap3-beagle.dts | 33 ------------- > > drivers/clocksource/timer-ti-dm-systimer.c | 2 +- > > 5 files changed, 52 insertions(+), 34 deletions(-) > > create mode 100644 arch/arm/boot/dts/omap3-beagle-ab4.dts > > Usually, bindings DT and driver changes are separate patches Not always for fixes :) In this case we need to patch both the dts for timer quirks, and also update the related driver quirk. The driver quirk I originally added to deal with possble older dtb files complicating the fix unncessarily.. If you have better ideas for a fix please let me know. Regards, Tony