ASoC: rsrc-card: Clarify compatible value
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 29 Oct 2015 19:59:55 +0000 (20:59 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 16 Nov 2015 10:09:29 +0000 (10:09 +0000)
The compatible value can be board-specific, not SoC-specific.
Add curly braces to indicate that the board type is optional.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/renesas,rsrc-card.txt

index 962748a..2b2caa2 100644 (file)
@@ -4,8 +4,8 @@ Renesas Sampling Rate Convert Sound Card specifies audio DAI connections of SoC
 
 Required properties:
 
-- compatible                           : "renesas,rsrc-card,<board>"
-                                         Examples with soctypes are:
+- compatible                           : "renesas,rsrc-card{,<board>}"
+                                         Examples with boards are:
                                            - "renesas,rsrc-card"
                                            - "renesas,rsrc-card,lager"
                                            - "renesas,rsrc-card,koelsch"