On Tue, 3 Mar 2020 10:48:48 +0100, Geert Uytterhoeven wrote: > Convert the Renesas Clock Pulse Generator / Module Standby and Software > Reset Device Tree binding documentation to json-schema. > > Note that #reset-cells was incorrecty marked a required property for > RZ/A2 before. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > To be queued in clk-renesas-for-v5.7. > > v2: > - Remove complex if-construct implementing per-SoC clocks/clock-names > constraints; list all possible clock-names upfront instead, > - Drop Clock Domain member example. > --- > .../bindings/clock/renesas,cpg-mssr.txt | 100 --------------- > .../bindings/clock/renesas,cpg-mssr.yaml | 119 ++++++++++++++++++ > 2 files changed, 119 insertions(+), 100 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt > create mode 100644 Documentation/devicetree/bindings/clock/renesas,cpg-mssr.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>