devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: rsnd: Document r8a7778-specific binding
@ 2015-06-01 10:44 Geert Uytterhoeven
  2015-06-01 16:24 ` Mark Brown
  2015-06-02  0:34 ` Simon Horman
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2015-06-01 10:44 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown
  Cc: Kuninori Morimoto, alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-sh-u79uwXL29TY76Z2rM5mHXA, Geert Uytterhoeven

Add the missing r8a7778-specific compatible value, which is already in
use since v4.1-rc1.

Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
---
 Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
index 62ece4c59da759a4..b6b3a786855f275b 100644
--- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
+++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
@@ -5,6 +5,7 @@ Required properties:
 				  "renesas,rcar_sound-gen1" if generation1, and
 				  "renesas,rcar_sound-gen2" if generation2
 				  Examples with soctypes are:
+				    - "renesas,rcar_sound-r8a7778" (R-Car M1A)
 				    - "renesas,rcar_sound-r8a7790" (R-Car H2)
 				    - "renesas,rcar_sound-r8a7791" (R-Car M2-W)
 - reg				: Should contain the register physical address.
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: rsnd: Document r8a7778-specific binding
  2015-06-01 10:44 [PATCH] ASoC: rsnd: Document r8a7778-specific binding Geert Uytterhoeven
@ 2015-06-01 16:24 ` Mark Brown
  2015-06-02  0:34 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2015-06-01 16:24 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Liam Girdwood, Kuninori Morimoto, alsa-devel, devicetree,
	linux-sh

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

On Mon, Jun 01, 2015 at 12:44:15PM +0200, Geert Uytterhoeven wrote:
> Add the missing r8a7778-specific compatible value, which is already in
> use since v4.1-rc1.

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: rsnd: Document r8a7778-specific binding
  2015-06-01 10:44 [PATCH] ASoC: rsnd: Document r8a7778-specific binding Geert Uytterhoeven
  2015-06-01 16:24 ` Mark Brown
@ 2015-06-02  0:34 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2015-06-02  0:34 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Liam Girdwood, Mark Brown, Kuninori Morimoto, alsa-devel,
	devicetree, linux-sh

On Mon, Jun 01, 2015 at 12:44:15PM +0200, Geert Uytterhoeven wrote:
> Add the missing r8a7778-specific compatible value, which is already in
> use since v4.1-rc1.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Apologies for not noticing this myself.

Acked-by: Simon Horman <horms+renesas@verge.net.au>

> ---
>  Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
> index 62ece4c59da759a4..b6b3a786855f275b 100644
> --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
> +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
> @@ -5,6 +5,7 @@ Required properties:
>  				  "renesas,rcar_sound-gen1" if generation1, and
>  				  "renesas,rcar_sound-gen2" if generation2
>  				  Examples with soctypes are:
> +				    - "renesas,rcar_sound-r8a7778" (R-Car M1A)
>  				    - "renesas,rcar_sound-r8a7790" (R-Car H2)
>  				    - "renesas,rcar_sound-r8a7791" (R-Car M2-W)
>  - reg				: Should contain the register physical address.
> -- 
> 1.9.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-02  0:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-01 10:44 [PATCH] ASoC: rsnd: Document r8a7778-specific binding Geert Uytterhoeven
2015-06-01 16:24 ` Mark Brown
2015-06-02  0:34 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).