On Tue, Apr 21, 2020 at 02:18:15PM +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> > --- > .../bindings/sound/audio-graph-card.txt | 337 -------------- > .../bindings/sound/audio-graph-card.yaml | 416 ++++++++++++++++++ > 2 files changed, 416 insertions(+), 337 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/audio-graph-card.txt > create mode 100644 Documentation/devicetree/bindings/sound/audio-graph-card.yaml This needs to be a series, so they are applied together and don't break the tools if only the ak4613 patch is applied. As mentioned in the other patch, I think this needs to be broken up to multiple schemas and avoid definitions. I'd really like to see either simple-card deprecated to use the graph-card or drop the 'simple-card,' prefix to align the property names. Rob