diff options
author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2022-06-10 13:47:21 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-14 09:14:18 +0100 |
commit | 81ae0635df7de58496def18b0b9333992630b9af (patch) | |
tree | 2f065bd877cdc49236e4b05eb0eb315ddac599ff /Documentation | |
parent | 519d1130b66e000ce363ad82c0d61ae36a5392dc (diff) | |
download | linux-81ae0635df7de58496def18b0b9333992630b9af.tar.bz2 |
ASoC: dt-bindings: fsl,mqs: Add compatible string for i.MX93 platform
Add compatible string "fsl,imx93-mqs" for i.MX93 platform
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://lore.kernel.org/r/1654840042-7069-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/fsl,mqs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl,mqs.txt b/Documentation/devicetree/bindings/sound/fsl,mqs.txt index 40353fc30255..d66284b8bef2 100644 --- a/Documentation/devicetree/bindings/sound/fsl,mqs.txt +++ b/Documentation/devicetree/bindings/sound/fsl,mqs.txt @@ -2,7 +2,7 @@ fsl,mqs audio CODEC Required properties: - compatible : Must contain one of "fsl,imx6sx-mqs", "fsl,codec-mqs" - "fsl,imx8qm-mqs", "fsl,imx8qxp-mqs". + "fsl,imx8qm-mqs", "fsl,imx8qxp-mqs", "fsl,imx93-mqs". - clocks : A list of phandles + clock-specifiers, one for each entry in clock-names - clock-names : "mclk" - must required. |