提交 a545f5d8 编写于 作者: G Geert Uytterhoeven 提交者: Mark Brown

ASoC: davinci-mcbsp: DT fix s/interrupts-names/interrupt-names/

Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: NRob Herring <robh@kernel.org>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 1001354c
...@@ -43,7 +43,7 @@ mcbsp0: mcbsp@1d10000 { ...@@ -43,7 +43,7 @@ mcbsp0: mcbsp@1d10000 {
<0x00310000 0x1000>; <0x00310000 0x1000>;
reg-names = "mpu", "dat"; reg-names = "mpu", "dat";
interrupts = <97 98>; interrupts = <97 98>;
interrupts-names = "rx", "tx"; interrupt-names = "rx", "tx";
dmas = <&edma0 3 1 dmas = <&edma0 3 1
&edma0 2 1>; &edma0 2 1>;
dma-names = "tx", "rx"; dma-names = "tx", "rx";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册