Re: [PATCH v2 7/7] ASoC: convert Microchip I2SMCC binding to yaml

2021-03-08 Thread Rob Herring
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 > --- > > Changes in v2: > - moved from the beginning to the end of the patch series; > - includes the

[PATCH v2 7/7] ASoC: convert Microchip I2SMCC binding to yaml

2021-03-01 Thread Codrin Ciubotariu
This patch converts the Microchip I2SMCC bindings to DT schema format using json-schema. Signed-off-by: Codrin Ciubotariu --- 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;