On Mon, 01 Mar 2021 19:09:05 +0200, Codrin Ciubotariu wrote: > This patch converts the Microchip I2SMCC bindings to DT schema format > using json-schema. > > Signed-off-by: Codrin Ciubotariu <codrin.ciubota...@microchip.com> > --- > > Changes in v2: > - moved from the beginning to the end of the patch series; > - includes the changes (to yaml) from the rest of the patches that > update the DT binding; > > .../bindings/sound/mchp,i2s-mcc.yaml | 108 ++++++++++++++++++ > .../bindings/sound/mchp-i2s-mcc.txt | 49 -------- > 2 files changed, 108 insertions(+), 49 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/mchp,i2s-mcc.yaml > delete mode 100644 Documentation/devicetree/bindings/sound/mchp-i2s-mcc.txt >
Reviewed-by: Rob Herring <r...@kernel.org>