diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-10-29 20:59:55 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-16 10:09:29 +0000 |
commit | 6240444206dae60041d49f7531cf983b8f2e32ad (patch) | |
tree | 9b31be7374e91c908990687e265e19ae38d63b10 /Documentation | |
parent | 8b27418f300cafbdbbb8cfa9c29d398ed34d6723 (diff) | |
download | blackbird-obmc-linux-6240444206dae60041d49f7531cf983b8f2e32ad.tar.gz blackbird-obmc-linux-6240444206dae60041d49f7531cf983b8f2e32ad.zip |
ASoC: rsrc-card: Clarify compatible value
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/renesas,rsrc-card.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/renesas,rsrc-card.txt b/Documentation/devicetree/bindings/sound/renesas,rsrc-card.txt index 962748a8d919..2b2caa281ce3 100644 --- a/Documentation/devicetree/bindings/sound/renesas,rsrc-card.txt +++ b/Documentation/devicetree/bindings/sound/renesas,rsrc-card.txt @@ -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" |