On Wed, 11 Jan 2023 01:11:35 +0000, Kuninori Morimoto wrote: > From: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > > Convert the Texas Instruments PCM3168A Audio Codec Device Tree binding > documentation to json-schema. > > Add missing properties. > Drop unneeded pinctrl properties from example. > > Link: https://lore.kernel.org/r/cover.1669980383.git.geert+renesas@xxxxxxxxx > Link: https://lore.kernel.org/r/87mt7qpylw.wl-kuninori.morimoto.gx@xxxxxxxxxxx > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > --- > .../devicetree/bindings/sound/ti,pcm3168a.txt | 56 --------- > .../bindings/sound/ti,pcm3168a.yaml | 107 ++++++++++++++++++ > 2 files changed, 107 insertions(+), 56 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/ti,pcm3168a.txt > create mode 100644 Documentation/devicetree/bindings/sound/ti,pcm3168a.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>