On 01 Apr 2020 09:00:04 +0900, Kuninori Morimoto wrote: > From: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > > This patch switches from .txt base to .yaml base Document. > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > --- > v3 -> v4 > > - don't have "clocks" at definitions > - tidyup comment of "patternProperties" > > .../devicetree/bindings/sound/simple-card.txt | 351 --------------- > .../devicetree/bindings/sound/simple-card.yaml | 484 +++++++++++++++++++++ > 2 files changed, 484 insertions(+), 351 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/simple-card.txt > create mode 100644 Documentation/devicetree/bindings/sound/simple-card.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>