Re: [PATCH v3] ASoC: dt-bindings: simple-card: switch to yaml base Documentation

From: Kuninori Morimoto
Date: Mon Mar 30 2020 - 19:39:09 EST



Hi

> > From: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx>
> >
> > This patch switches from .txt base to .yaml base Document.
> > This patch is assuming that "sound-dai" is already defined.
> >
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx>
> > ---
(snip)
> > + clocks:
> > + maxItems: 1
>
> Only used in one place, just move there.

OK, will fix

> > +# use patternProperties to use "#definitions/xxx"
>
> Huh? The meta-schema gives you an error? We should fix that, not
> work-around it.
>
> > +patternProperties:
> > + "^simple-audio-card,widgets$":
> > + $ref: "#/definitions/widgets"
> > + "^simple-audio-card,routing$":
> > + $ref: "#/definitions/routing"
> > + "^simple-audio-card,cpu(@[0-9a-f]+)?":
> > + $ref: "#/definitions/dai"
> > + "^simple-audio-card,codec(@[0-9a-f]+)?":
> > + $ref: "#/definitions/dai"

Oops, strange comment.

-# use patternProperties to use "#definitions/xxx"
+# use patternProperties to use "xxx,xxx"


Thank you for your help !!

Best regards
---
Kuninori Morimoto