]> Git Repo - linux.git/commitdiff
ASoC: fsl_esai: Add new compatible string for imx6ull
authorShengjiu Wang <[email protected]>
Fri, 9 Aug 2019 10:27:47 +0000 (18:27 +0800)
committerMark Brown <[email protected]>
Mon, 12 Aug 2019 13:01:28 +0000 (14:01 +0100)
Add new compatible string "fsl,imx6ull-esai" in the binding document.

Signed-off-by: Shengjiu Wang <[email protected]>
Acked-by: Nicolin Chen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Documentation/devicetree/bindings/sound/fsl,esai.txt

index 5b9914367610315d8aaab3a614dd318de9408c6d..0e6e2166f76cdf767e36fbcb8a94dd73c33a1b3e 100644 (file)
@@ -7,8 +7,11 @@ other DSPs. It has up to six transmitters and four receivers.
 
 Required properties:
 
-  - compatible         : Compatible list, must contain "fsl,imx35-esai" or
-                         "fsl,vf610-esai"
+  - compatible         : Compatible list, should contain one of the following
+                         compatibles:
+                         "fsl,imx35-esai",
+                         "fsl,vf610-esai",
+                         "fsl,imx6ull-esai",
 
   - reg                        : Offset and length of the register set for the device.
 
This page took 0.050183 seconds and 4 git commands to generate.