On Sat, 27 Jul 2024 10:34:43 +0530, Kousik Sanagavarapu wrote: > Convert txt binding of TI's DaVinci timer to dtschema to allow for > validation. > > While at it, change the file name to match the compatible. > > Signed-off-by: Kousik Sanagavarapu <five231003@xxxxxxxxx> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > .../bindings/timer/ti,da830-timer.yaml | 68 +++++++++++++++++++ > .../bindings/timer/ti,davinci-timer.txt | 37 ---------- > 2 files changed, 68 insertions(+), 37 deletions(-) > create mode 100644 Documentation/devicetree/bindings/timer/ti,da830-timer.yaml > delete mode 100644 Documentation/devicetree/bindings/timer/ti,davinci-timer.txt > Applied, thanks!