diff options
| author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2026-01-15 09:14:18 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-01-19 17:41:56 +0300 |
| commit | 2e48020fd7ced9e9953c55b57a5cb608e64deee0 (patch) | |
| tree | c199f26039cb3715d240a9d605fef57e36eda266 | |
| parent | 6dd0fdc908c02318c28ec2c0979661846ee0a9f7 (diff) | |
| download | linux-2e48020fd7ced9e9953c55b57a5cb608e64deee0.tar.xz | |
ASoC: dt-bindings: fsl,sai: Add support for i.MX952 platform
Add a new compatible string 'fsl,imx952-sai' for i.MX952 platform, which
is fallback compatible with 'fsl,imx95-sai'.
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260115061418.4131432-1-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/sound/fsl,sai.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl,sai.yaml b/Documentation/devicetree/bindings/sound/fsl,sai.yaml index 0d733e5b08a4..d838ee0b61cb 100644 --- a/Documentation/devicetree/bindings/sound/fsl,sai.yaml +++ b/Documentation/devicetree/bindings/sound/fsl,sai.yaml @@ -44,6 +44,7 @@ properties: - items: - enum: - fsl,imx94-sai + - fsl,imx952-sai - const: fsl,imx95-sai reg: |
