On Tue, Jan 09, 2024 at 04:55:51PM +0900, Chancel Liu wrote: > Add compatible string "fsl,imx95-micfil" for i.MX95 platform. > > Signed-off-by: Chancel Liu <chancel.liu@xxxxxxx> > --- > .../devicetree/bindings/sound/fsl,micfil.yaml | 15 +++++++++++---- > 1 file changed, 11 insertions(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/sound/fsl,micfil.yaml b/Documentation/devicetree/bindings/sound/fsl,micfil.yaml > index b7e605835639..f0d3d11d07d2 100644 > --- a/Documentation/devicetree/bindings/sound/fsl,micfil.yaml > +++ b/Documentation/devicetree/bindings/sound/fsl,micfil.yaml > @@ -15,10 +15,17 @@ description: | > > properties: > compatible: > - enum: > - - fsl,imx8mm-micfil > - - fsl,imx8mp-micfil > - - fsl,imx93-micfil > + oneOf: > + - items: > + - enum: > + - fsl,imx95-micfil > + - const: fsl,imx93-micfil > + > + - items: This items is not needed, as the only item in the list is the enum. You can just do properties: compatible: oneOf: - items: - enum: - fsl,imx95-micfil - const: fsl,imx93-micfil - enum: - fsl,imx8mm-micfil - fsl,imx8mp-micfil - fsl,imx93-micfil Cheers, Conor. > + - enum: > + - fsl,imx8mm-micfil > + - fsl,imx8mp-micfil > + - fsl,imx93-micfil > > reg: > maxItems: 1 > -- > 2.42.0 >
Attachment:
signature.asc
Description: PGP signature
- References:
- [PATCH 0/3] ASoC: Support SAI and MICFIL on i.MX95 platform
- From: Chancel Liu
- [PATCH 3/3] ASoC: dt-bindings: fsl,micfil: Add compatible string for i.MX95 platform
- From: Chancel Liu
- [PATCH 0/3] ASoC: Support SAI and MICFIL on i.MX95 platform
- Prev by Date: Re: [PATCH 3/6] ASoC: atmel: use devm_snd_soc_register_card()
- Next by Date: [PATCH] ASoC: mediatek: mt8195: Remove afe-dai component and rework codec link
- Previous by thread: RE: Re: [PATCH 3/3] ASoC: dt-bindings: fsl,micfil: Add compatible string for i.MX95 platform
- Next by thread: [PATCH 2/2] fix SPKID for ssid 0x17aa38a9 and 38ab
- Index(es):