On Tue, 28 May 2024 01:28:12 +0530, Shresth Prasad wrote: > Convert txt bindings of ImgTec's PDC watchdog timer to dtschema to allow > for validation. > > Signed-off-by: Shresth Prasad <shrestprasad7@xxxxxxxxx> > --- > Changes in v2: > - Remove blank space > - Add item list with description for clocks > - Drop description for interrupts > - Drop properties assigned-clocks and assigned-clock-rates > --- > .../bindings/watchdog/img,pdc-wdt.yaml | 55 +++++++++++++++++++ > .../bindings/watchdog/imgpdc-wdt.txt | 19 ------- > 2 files changed, 55 insertions(+), 19 deletions(-) > create mode 100644 Documentation/devicetree/bindings/watchdog/img,pdc-wdt.yaml > delete mode 100644 Documentation/devicetree/bindings/watchdog/imgpdc-wdt.txt > Applied, thanks!