On Thu, May 20, 2021 at 04:45:23PM +0200, Geert Uytterhoeven wrote: > Convert the ARM Timer-Watchdog Device Tree binding documentation to > json-schema. As the old binding document actually contained two > bindings, it is split in two document: one for the timer part, and one > for the watchdog part. > > Document missing properties. > Update examples to match reality. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > I have listed Marc as the maintainer, as he wrote the original bindings. > Marc: Please scream if this is inappropriate ;-) I don't think Marc cares... So I'll put myself. I've done that and fixed up the node names and applied. > --- > .../bindings/timer/arm,twd-timer.yaml | 56 +++++++++++++++++++ > .../devicetree/bindings/timer/arm,twd.txt | 53 ------------------ > .../bindings/watchdog/arm,twd-wdt.yaml | 50 +++++++++++++++++ > 3 files changed, 106 insertions(+), 53 deletions(-) > create mode 100644 Documentation/devicetree/bindings/timer/arm,twd-timer.yaml > delete mode 100644 Documentation/devicetree/bindings/timer/arm,twd.txt > create mode 100644 Documentation/devicetree/bindings/watchdog/arm,twd-wdt.yaml