diff options
author | Jose Abreu <[email protected]> | 2016-06-09 12:47:06 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2016-06-13 17:52:00 +0100 |
commit | 5aa1418defb0e88fb7f70c5b112d531cfcede851 (patch) | |
tree | 9676fd67ab964717e13d55d52e3e4b588a9ccc74 | |
parent | 79361b2b98b7b64bcf71e0aa4e4dac497bcb94bc (diff) |
ASoC: dwc: Add irq parameter to DOCUMENTATION
A parameter description for the interruptions of the
I2S controller was added.
Signed-off-by: Jose Abreu <[email protected]>
Acked-by: Rob Herring <[email protected]>
Cc: Carlos Palminha <[email protected]>
Cc: Mark Brown <[email protected]>
Cc: Liam Girdwood <[email protected]>
Cc: Jaroslav Kysela <[email protected]>
Cc: Takashi Iwai <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Alexey Brodkin <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/sound/designware-i2s.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/designware-i2s.txt b/Documentation/devicetree/bindings/sound/designware-i2s.txt index 7bb54247f8e8..6a536d570e29 100644 --- a/Documentation/devicetree/bindings/sound/designware-i2s.txt +++ b/Documentation/devicetree/bindings/sound/designware-i2s.txt @@ -12,6 +12,10 @@ Required properties: one for receive. - dma-names : "tx" for the transmit channel, "rx" for the receive channel. +Optional properties: + - interrupts: The interrupt line number for the I2S controller. Add this + parameter if the I2S controller that you are using does not support DMA. + For more details on the 'dma', 'dma-names', 'clock' and 'clock-names' properties please check: * resource-names.txt |