On Tue, 04 May 2021 11:10:20 +0200, Geert Uytterhoeven wrote: > Convert the Renesas EMMA Mobile EV2 System Management Unit (SMU) Device > Tree binding documentation to json-schema. > > Drop the separate provider examples, as they mostly duplicate the global > example. Drop the consumer example, as it doesn't belong here. > Update the global example to match reality. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > This is a very old common clock binding, describing all clocks in detail > in DT, grouped under a "clocks" node. > --- > .../bindings/clock/renesas,emev2-smu.txt | 98 ------------ > .../bindings/clock/renesas,emev2-smu.yaml | 140 ++++++++++++++++++ > 2 files changed, 140 insertions(+), 98 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/renesas,emev2-smu.txt > create mode 100644 Documentation/devicetree/bindings/clock/renesas,emev2-smu.yaml > Applied, thanks!