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
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit6a908c0e060e8c3b9322b6207b1edb35db8696ad (patch)
tree516dbd8d6686f88c45f6bb1453f690dc65aa60b2 /Documentation/devicetree/bindings/sound
parentb0e84ac9bb4974292979bc9073e1254678cf96cc (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 1d527695d6b0..bcb4d3fa2f9e 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.