diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-09-10 06:49:54 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-14 19:47:29 +0100 |
commit | e3d2cec8d49c01800373c25a5a06326f2a4304e6 (patch) | |
tree | a83ee8d344f54716eabd13a1ea0cfa03142f2d6e /Documentation | |
parent | 7486d80f7d853f50088124824bf62d9a4d14de75 (diff) | |
download | linux-e3d2cec8d49c01800373c25a5a06326f2a4304e6.tar.bz2 |
ASoC: rsnd: add missing #sound-dai-cells explain on Document
Signed-off-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,rsnd.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt index 1173395b5e5c..776cf6aa8db9 100644 --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt @@ -30,6 +30,8 @@ Required properties: - rcar_sound,dai : DAI contents. The number of DAI subnode should be same as HW. see below for detail. +- #sound-dai-cells : it must be 0 if your system is using single DAI + it must be 1 if your system is using multi DAI SSI subnode properties: - interrupts : Should contain SSI interrupt for PIO transfer |