Message ID | 1433155455-28827-1-git-send-email-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Commit | 7667f716e502f2b3e42085738b205ddc9abcff25 |
Headers | show |
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.
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 >
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.
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> --- Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 1 + 1 file changed, 1 insertion(+)