diff options
| author | Frank Li <Frank.Li@nxp.com> | 2025-03-06 20:10:13 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-03-17 02:35:15 +0300 |
| commit | 3c423a68643cceb69c4e4244b5b4d09df2a19c79 (patch) | |
| tree | a5b0a12c0fb55b9e3cd6f1533d5538308ab6fb49 /Documentation | |
| parent | de74ec718e0788e1998eb7289ad07970e27cae27 (diff) | |
| download | linux-3c423a68643cceb69c4e4244b5b4d09df2a19c79.tar.xz | |
ASoC: dt-bindings: fsl,sai: Add i.MX94 support
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>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20250306171013.243332-1-Frank.Li@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/sound/fsl,sai.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl,sai.yaml b/Documentation/devicetree/bindings/sound/fsl,sai.yaml index a5d9c246cc47..e16e52c9f58c 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 |
