[PATCH 0/4] dt-bindings: watchdog: factor out RZ watchdogs
From: Wolfram Sang <wsa+renesas@sang-engineering.com>
Date: 2025-09-26 11:22:22
Also in:
linux-renesas-soc, linux-watchdog
renesas,wdt.yaml describes lots of different hardware blocks which results in complex if-structs. Factor out the different IP blocks into their own files. I took over maintainership of the files for RZ/A and RZ/N1 but if someone else wants them, very fine with me. RZ/G2L and RZ/V2H have the original driver contributors as maintainers (Hi Biju, Hi Prabhakar :)). If these need changes, please let me know, too. Passes 'dt_binding_check' and 'dtbs_check' after each patch here. Looking forward to comments. Happy hacking! Wolfram Sang (4): dt-bindings: watchdog: factor out RZ/A watchdog dt-bindings: watchdog: factor out RZ/N1 watchdog dt-bindings: watchdog: factor out RZ/G2L watchdog dt-bindings: watchdog: factor out RZ/V2H(P) watchdog .../watchdog/renesas,r9a09g057-wdt.yaml | 113 +++++++++++++ .../bindings/watchdog/renesas,rza-wdt.yaml | 51 ++++++ .../bindings/watchdog/renesas,rzg2l-wdt.yaml | 111 +++++++++++++ .../bindings/watchdog/renesas,rzn1-wdt.yaml | 49 ++++++ .../bindings/watchdog/renesas,wdt.yaml | 155 +----------------- 5 files changed, 330 insertions(+), 149 deletions(-) create mode 100644 Documentation/devicetree/bindings/watchdog/renesas,r9a09g057-wdt.yaml create mode 100644 Documentation/devicetree/bindings/watchdog/renesas,rza-wdt.yaml create mode 100644 Documentation/devicetree/bindings/watchdog/renesas,rzg2l-wdt.yaml create mode 100644 Documentation/devicetree/bindings/watchdog/renesas,rzn1-wdt.yaml -- 2.47.2