diff mbox

ASoC: fsl_esai doc: Add "fsl, vf610-esai" as compatible string

Message ID 1412433821-10970-1-git-send-email-festevam@gmail.com (mailing list archive)
State Accepted
Commit 5ea5570579739a8f80231d884e2979e25d3c0992
Headers show

Commit Message

Fabio Estevam Oct. 4, 2014, 2:43 p.m. UTC
From: Fabio Estevam <fabio.estevam@freescale.com>

Since commit b21cc2f5fdfe224 ("ASoC: esai: Add VF610+ compatibles support.")
the fsl_esai driver also accepts  the "fsl,vf610-esai" compatible string.

Update the documentation accordingly.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 Documentation/devicetree/bindings/sound/fsl,esai.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Nicolin Chen Oct. 4, 2014, 5:31 p.m. UTC | #1
On Sat, Oct 04, 2014 at 11:43:41AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> Since commit b21cc2f5fdfe224 ("ASoC: esai: Add VF610+ compatibles support.")
> the fsl_esai driver also accepts  the "fsl,vf610-esai" compatible string.
> 
> Update the documentation accordingly.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>

Thank you.

> ---
>  Documentation/devicetree/bindings/sound/fsl,esai.txt | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/sound/fsl,esai.txt b/Documentation/devicetree/bindings/sound/fsl,esai.txt
> index aeb8c4a..52f5b6b 100644
> --- a/Documentation/devicetree/bindings/sound/fsl,esai.txt
> +++ b/Documentation/devicetree/bindings/sound/fsl,esai.txt
> @@ -7,7 +7,8 @@ other DSPs. It has up to six transmitters and four receivers.
>  
>  Required properties:
>  
> -  - compatible : Compatible list, must contain "fsl,imx35-esai".
> +  - compatible : Compatible list, must contain "fsl,imx35-esai" or
> +		 "fsl,vf610-esai"
>  
>    - reg : Offset and length of the register set for the device.
>  
> -- 
> 1.9.1
>
Mark Brown Oct. 4, 2014, 6:07 p.m. UTC | #2
On Sat, Oct 04, 2014 at 11:43:41AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> Since commit b21cc2f5fdfe224 ("ASoC: esai: Add VF610+ compatibles support.")
> the fsl_esai driver also accepts  the "fsl,vf610-esai" compatible string.

Applied, thanks.
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/sound/fsl,esai.txt b/Documentation/devicetree/bindings/sound/fsl,esai.txt
index aeb8c4a..52f5b6b 100644
--- a/Documentation/devicetree/bindings/sound/fsl,esai.txt
+++ b/Documentation/devicetree/bindings/sound/fsl,esai.txt
@@ -7,7 +7,8 @@  other DSPs. It has up to six transmitters and four receivers.
 
 Required properties:
 
-  - compatible : Compatible list, must contain "fsl,imx35-esai".
+  - compatible : Compatible list, must contain "fsl,imx35-esai" or
+		 "fsl,vf610-esai"
 
   - reg : Offset and length of the register set for the device.