From: Kuninori Morimoto Date: Thu, 17 Dec 2015 02:59:31 +0000 (+0000) Subject: ASoC: rsnd: add missing DT example for Simple Card with TDM X-Git-Tag: v4.14-rc1~3503^2~24^2~2^2~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44bf5361e21d507e23f8cf8d696c0600f3795e54;p=platform%2Fkernel%2Flinux-rpi.git ASoC: rsnd: add missing DT example for Simple Card with TDM Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt index bb9f33405..162e94c 100644 --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt @@ -289,3 +289,22 @@ Example: simple sound card &ssi1 { shared-pin; }; + +Example: simple sound card for TDM + + rsnd_tdm: sound { + compatible = "simple-audio-card"; + + simple-audio-card,format = "left_j"; + simple-audio-card,bitclock-master = <&sndcodec>; + simple-audio-card,frame-master = <&sndcodec>; + + sndcpu: simple-audio-card,cpu { + sound-dai = <&rcar_sound>; + dai-tdm-slot-num = <6>; + }; + + sndcodec: simple-audio-card,codec { + sound-dai = <&xxx>; + }; + };