diff options
author | Chancel Liu <[email protected]> | 2022-10-27 14:03:09 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-10-28 10:46:51 +0100 |
commit | aa8289fda86ede0e164a260316647c8bf0400d41 (patch) | |
tree | 64a6ad158e875f317f9af2a38ca56cb00e1baf62 | |
parent | ce992ff38e1ed495be202c22d065b42c942e0475 (diff) |
ASoC: dt-bindings: fsl,sai: Add compatible string for i.MX93 platform
Add compatible string "fsl,imx93-sai" for i.MX93 platform
Signed-off-by: Chancel Liu <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Daniel Baluta <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-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 70c4111d59c7..11aab891288d 100644 --- a/Documentation/devicetree/bindings/sound/fsl,sai.yaml +++ b/Documentation/devicetree/bindings/sound/fsl,sai.yaml @@ -26,6 +26,7 @@ properties: - fsl,imx8mq-sai - fsl,imx8qm-sai - fsl,imx8ulp-sai + - fsl,imx93-sai - items: - enum: - fsl,imx8mm-sai |