Message ID | 20250306171013.243332-1-Frank.Li@nxp.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | ASoC: dt-bindings: fsl,sai: Add i.MX94 support | expand |
On Thu, Mar 06, 2025 at 12:10:13PM -0500, Frank Li wrote: > Add compatible string "fsl,imx94-sai" for the i.MX94 chip, which is > backward compatible with i.MX95. Set it to fall back to "fsl,imx95-sai". Acked-by: Conor Dooley <conor.dooley@microchip.com> > > Signed-off-by: Frank Li <Frank.Li@nxp.com> > --- > Documentation/devicetree/bindings/sound/fsl,sai.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/sound/fsl,sai.yaml b/Documentation/devicetree/bindings/sound/fsl,sai.yaml > index 5c95508ee7075..0d733e5b08a4e 100644 > --- a/Documentation/devicetree/bindings/sound/fsl,sai.yaml > +++ b/Documentation/devicetree/bindings/sound/fsl,sai.yaml > @@ -41,6 +41,10 @@ properties: > - fsl,imx93-sai > - fsl,imx95-sai > - fsl,vf610-sai > + - items: > + - enum: > + - fsl,imx94-sai > + - const: fsl,imx95-sai > > reg: > maxItems: 1 > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/sound/fsl,sai.yaml b/Documentation/devicetree/bindings/sound/fsl,sai.yaml index 5c95508ee7075..0d733e5b08a4e 100644 --- a/Documentation/devicetree/bindings/sound/fsl,sai.yaml +++ b/Documentation/devicetree/bindings/sound/fsl,sai.yaml @@ -41,6 +41,10 @@ properties: - fsl,imx93-sai - fsl,imx95-sai - fsl,vf610-sai + - items: + - enum: + - fsl,imx94-sai + - const: fsl,imx95-sai reg: maxItems: 1
Add compatible string "fsl,imx94-sai" for the i.MX94 chip, which is backward compatible with i.MX95. Set it to fall back to "fsl,imx95-sai". Signed-off-by: Frank Li <Frank.Li@nxp.com> --- Documentation/devicetree/bindings/sound/fsl,sai.yaml | 4 ++++ 1 file changed, 4 insertions(+)