diff options
author | Daniel Baluta <daniel.baluta@nxp.com> | 2019-08-14 10:29:11 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-08-21 14:11:03 +0200 |
commit | c1fe93581ae9d85c3a783b5fad21912bb88a0f34 (patch) | |
tree | 4e2867df4b070525f9bfacf20d5ced8e6946ead3 | |
parent | ASoC: fsl_sai: Add support for imx8qm (diff) | |
download | linux-c1fe93581ae9d85c3a783b5fad21912bb88a0f34.tar.xz linux-c1fe93581ae9d85c3a783b5fad21912bb88a0f34.zip |
ASoC: dt-bindings: Introduce compatible string for imx8qm
Register map for i.MX8QM is similar with i.MX6 series. Integration
of SAI IP into i.MX8QM SOC features a FIFO size of 64 X 32 bits samples.
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://lore.kernel.org/r/20190814082911.665-3-daniel.baluta@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/fsl-sai.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl-sai.txt b/Documentation/devicetree/bindings/sound/fsl-sai.txt index e61c0dc1fc0b..0dc83cc4a236 100644 --- a/Documentation/devicetree/bindings/sound/fsl-sai.txt +++ b/Documentation/devicetree/bindings/sound/fsl-sai.txt @@ -9,7 +9,8 @@ Required properties: - compatible : Compatible list, contains "fsl,vf610-sai", "fsl,imx6sx-sai", "fsl,imx6ul-sai", - "fsl,imx7ulp-sai" or "fsl,imx8mq-sai". + "fsl,imx7ulp-sai", "fsl,imx8mq-sai" or + "fsl,imx8qm-sai". - reg : Offset and length of the register set for the device. |