summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@freescale.com>2017-06-19 11:41:44 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:26:59 +0800
commitc022b6fc6c450b64441a06cfd2142ce5ee5d7a95 (patch)
treee363a44535c78a1a268520826edb128fd4eef939 /Documentation/devicetree/bindings/sound
parent01abe98ebdf45bd8bd3c71c1cb1ad2be0de2858e (diff)
MLK-15109-1: ASoC: fsl_esai: introduce SoC specific data
Introduce a SoC data struct which contains the differences between the different SoCs this driver supports. This makes it easy to support more differences without having to introduce a new switch/case each time. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r--Documentation/devicetree/bindings/sound/fsl,esai.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl,esai.txt b/Documentation/devicetree/bindings/sound/fsl,esai.txt
index 4eb2a59d7ae3..30bd18e460d3 100644
--- a/Documentation/devicetree/bindings/sound/fsl,esai.txt
+++ b/Documentation/devicetree/bindings/sound/fsl,esai.txt
@@ -8,7 +8,7 @@ other DSPs. It has up to six transmitters and four receivers.
Required properties:
- compatible : Compatible list, must contain "fsl,imx6ull-esai",
- "fsl,imx8qxp-v1-esai",
+ "fsl,imx8qxp-v1-esai", "fsl,imx8qm-esai"
"fsl,imx35-esai" or "fsl,vf610-esai"
- reg : Offset and length of the register set for the device.