* Rob Herring <robh@xxxxxxxxxx> [220408 15:39]: > On Fri, 08 Apr 2022 11:12:58 +0300, Tony Lindgren wrote: > > Let's update the TI timer binding to use yaml. And add compatible for > > ti,am654-timer for TI am64, am65 and j72 SoCs. As the timer hardware is > > the same between am64, am65 and j72 we use the compatible name for the > > earliest SoC with this timer. > > > > As this binding is specific to the TI dual-mode timers also known > > as dm-timers, let's use ti,timer-dm.yaml naming for the new file. > > > > Cc: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> > > Cc: Keerthy <j-keerthy@xxxxxx> > > Cc: Nishanth Menon <nm@xxxxxx> > > Cc: Vignesh Raghavendra <vigneshr@xxxxxx> > > Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> > > --- > > .../bindings/timer/ti,timer-dm.yaml | 105 ++++++++++++++++++ > > .../devicetree/bindings/timer/ti,timer.txt | 44 -------- > > 2 files changed, 105 insertions(+), 44 deletions(-) > > create mode 100644 Documentation/devicetree/bindings/timer/ti,timer-dm.yaml > > delete mode 100644 Documentation/devicetree/bindings/timer/ti,timer.txt > > > > Running 'make dtbs_check' with the schema in this patch gives the > following warnings. Consider if they are expected or the schema is > incorrect. These may not be new warnings. Well I was planning to drop the unused ti,am4372-timer related properties, but instead will document those as discussed in the related dts thread. I'll be sending an updated version a bit later on. Regards, Tony