diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2017-04-26 05:26:48 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-05-17 12:22:57 +0300 |
commit | 5b3889f80a79d9b73f73e19ba9a001c2d47ab47f (patch) | |
tree | 4fbd6202599314cd2f21e03bb70d685a0452ad68 /Documentation/devicetree/bindings/sound/renesas,rsnd.txt | |
parent | 0378bb966765e06fdb0e00d592a6fcfbb71afa3c (diff) | |
download | linux-5b3889f80a79d9b73f73e19ba9a001c2d47ab47f.tar.xz |
ASoC: rsnd: add missing clocks/clock-names on Document
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/renesas,rsnd.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt index 3332910a9a11..13cb21d53b8b 100644 --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt @@ -368,6 +368,10 @@ Required properties: 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 +- clocks : References to SSI/SRC/MIX/CTU/DVC/AUDIO_CLK clocks. +- clock-names : List of necessary clock names. + "ssi-all", "ssi.X", "src.X", "mix.X", "ctu.X", + "dvc.X", "clk_a", "clk_b", "clk_c", "clk_i" Optional properties: - #clock-cells : it must be 0 if your system has audio_clkout |