diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-10-21 10:51:15 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-10-24 17:48:12 +0100 |
commit | a545f5d859c7988ab61850395a4565bfe507dc0a (patch) | |
tree | ddccf00fa4f8f45a07dbe94389ef9c57fd43b5c2 /Documentation/devicetree/bindings/sound | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
download | linux-a545f5d859c7988ab61850395a4565bfe507dc0a.tar.gz linux-a545f5d859c7988ab61850395a4565bfe507dc0a.tar.bz2 linux-a545f5d859c7988ab61850395a4565bfe507dc0a.zip |
ASoC: davinci-mcbsp: DT fix s/interrupts-names/interrupt-names/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r-- | Documentation/devicetree/bindings/sound/davinci-mcbsp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/davinci-mcbsp.txt b/Documentation/devicetree/bindings/sound/davinci-mcbsp.txt index 55b53e1fd72c..e0b6165c9cfc 100644 --- a/Documentation/devicetree/bindings/sound/davinci-mcbsp.txt +++ b/Documentation/devicetree/bindings/sound/davinci-mcbsp.txt @@ -43,7 +43,7 @@ mcbsp0: mcbsp@1d10000 { <0x00310000 0x1000>; reg-names = "mpu", "dat"; interrupts = <97 98>; - interrupts-names = "rx", "tx"; + interrupt-names = "rx", "tx"; dmas = <&edma0 3 1 &edma0 2 1>; dma-names = "tx", "rx"; |