| From c5f298fe30184e1aa0ebd746368be28bdfdd7c7d Mon Sep 17 00:00:00 2001 |
| From: Geert Uytterhoeven <geert+renesas@glider.be> |
| Date: Mon, 1 Jun 2015 12:44:15 +0200 |
| Subject: [PATCH 107/129] ASoC: rsnd: Document r8a7778-specific binding |
| |
| 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> |
| Signed-off-by: Mark Brown <broonie@kernel.org> |
| (cherry picked from commit 7667f716e502f2b3e42085738b205ddc9abcff25) |
| Signed-off-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 62ece4c59da7..b6b3a786855f 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. |
| -- |
| 2.6.2 |
| |