From 6a908c0e060e8c3b9322b6207b1edb35db8696ad Mon Sep 17 00:00:00 2001 From: Shengjiu Wang Date: Mon, 19 Jun 2017 11:41:44 +0800 Subject: 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 --- Documentation/devicetree/bindings/sound/fsl,esai.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/devicetree/bindings/sound') 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. -- cgit v1.2.3