On Fri, Nov 04, 2022 at 05:03:13PM +0100, Marek Vasut wrote: > Describe existing used combinations of compatible strings on MX6UL > and MX7D, which are backward compatible with MX6SX. Add the missing > imx7d-sai compatible string which is used on i.MX7 . > > Signed-off-by: Marek Vasut <marex@xxxxxxx> > --- > Cc: Fabio Estevam <festevam@xxxxxxxxx> > Cc: Jaroslav Kysela <perex@xxxxxxxx> > Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@xxxxxxxxxx> > Cc: Liam Girdwood <lgirdwood@xxxxxxxxx> > Cc: Mark Brown <broonie@xxxxxxxxxx> > Cc: Nicolin Chen <nicoleotsuka@xxxxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: Shengjiu Wang <shengjiu.wang@xxxxxxxxx> > Cc: Takashi Iwai <tiwai@xxxxxxxx> > Cc: Xiubo Li <Xiubo.Lee@xxxxxxxxx> > Cc: alsa-devel@xxxxxxxxxxxxxxxx > To: devicetree@xxxxxxxxxxxxxxx > --- > .../devicetree/bindings/sound/fsl,sai.yaml | 24 ++++++++++++------- > 1 file changed, 15 insertions(+), 9 deletions(-) > > diff --git a/Documentation/devicetree/bindings/sound/fsl,sai.yaml b/Documentation/devicetree/bindings/sound/fsl,sai.yaml > index 11aab891288d2..05bad828cc353 100644 > --- a/Documentation/devicetree/bindings/sound/fsl,sai.yaml > +++ b/Documentation/devicetree/bindings/sound/fsl,sai.yaml > @@ -18,15 +18,12 @@ description: | > properties: > compatible: > oneOf: > - - enum: > - - fsl,vf610-sai > - - fsl,imx6sx-sai > - - fsl,imx6ul-sai > - - fsl,imx7ulp-sai > - - fsl,imx8mq-sai > - - fsl,imx8qm-sai > - - fsl,imx8ulp-sai > - - fsl,imx93-sai fsl,imx93-sai got lost in this patch. (found checking for new undocumented compatibles in next with scripts/dtc/dt-extract-compatibles) > + - items: > + - enum: > + - fsl,imx6ul-sai > + - fsl,imx7d-sai > + - const: fsl,imx6sx-sai > + > - items: > - enum: > - fsl,imx8mm-sai > @@ -34,6 +31,15 @@ properties: > - fsl,imx8mp-sai > - const: fsl,imx8mq-sai > > + - items: > + - enum: > + - fsl,imx6sx-sai > + - fsl,imx7ulp-sai > + - fsl,imx8mq-sai > + - fsl,imx8qm-sai > + - fsl,imx8ulp-sai > + - fsl,vf610-sai > + > reg: > maxItems: 1 > > -- > 2.35.1 > >