diff options
| -rw-r--r-- | Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt index 7c6d33f29796..a44e9179faf5 100644 --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt | |||
| @@ -7,14 +7,23 @@ Required properties: | |||
| 7 | required register is | 7 | required register is |
| 8 | SRU/ADG/SSI if generation1 | 8 | SRU/ADG/SSI if generation1 |
| 9 | SRU/ADG/SSIU/SSI if generation2 | 9 | SRU/ADG/SSIU/SSI if generation2 |
| 10 | - rcar_sound,ssi : SSI subnode | 10 | - rcar_sound,ssi : Should contain SSI feature. |
| 11 | - rcar_sound,scu : SCU subnode | 11 | The number of SSI subnode should be same as HW. |
| 12 | - rcar_sound,dai : DAI subnode | 12 | see below for detail. |
| 13 | - rcar_sound,src : Should contain SRC feature. | ||
| 14 | The number of SRC subnode should be same as HW. | ||
| 15 | see below for detail. | ||
| 16 | - rcar_sound,dai : DAI contents. | ||
| 17 | The number of DAI subnode should be same as HW. | ||
| 18 | see below for detail. | ||
| 13 | 19 | ||
| 14 | SSI subnode properties: | 20 | SSI subnode properties: |
| 15 | - interrupts : Should contain SSI interrupt for PIO transfer | 21 | - interrupts : Should contain SSI interrupt for PIO transfer |
| 16 | - shared-pin : if shared clock pin | 22 | - shared-pin : if shared clock pin |
| 17 | 23 | ||
| 24 | SRC subnode properties: | ||
| 25 | no properties at this point | ||
| 26 | |||
| 18 | DAI subnode properties: | 27 | DAI subnode properties: |
| 19 | - playback : list of playback modules | 28 | - playback : list of playback modules |
| 20 | - capture : list of capture modules | 29 | - capture : list of capture modules |
