diff options
author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2021-03-16 11:40:53 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-03-16 16:24:16 +0300 |
commit | 9deef665f5811a7ad22b5e6eb80fe2a14ba4494c (patch) | |
tree | 8afe18ef9c352f3855c7d4892ab3083d4098dea6 /Documentation | |
parent | 899b12542b0897f92de9ba30944937c39ebb246d (diff) | |
download | linux-9deef665f5811a7ad22b5e6eb80fe2a14ba4494c.tar.xz |
ASoC: dt-bindings: fsl_spdif: Add compatible string for new platforms
Add compatible string for new added platforms which support spdif module.
They are i.MX8QXP, i.MX8MM, i.MX8MN, i.MX8MQ.
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://lore.kernel.org/r/1615884053-4264-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,spdif.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl,spdif.yaml b/Documentation/devicetree/bindings/sound/fsl,spdif.yaml index 50449b6d1048..4454aca34d56 100644 --- a/Documentation/devicetree/bindings/sound/fsl,spdif.yaml +++ b/Documentation/devicetree/bindings/sound/fsl,spdif.yaml @@ -21,6 +21,10 @@ properties: - fsl,vf610-spdif - fsl,imx6sx-spdif - fsl,imx8qm-spdif + - fsl,imx8qxp-spdif + - fsl,imx8mq-spdif + - fsl,imx8mm-spdif + - fsl,imx8mn-spdif reg: maxItems: 1 |