提交 5978d492 编写于 作者: S Sergio Paracuellos 提交者: Greg Kroah-Hartman

staging: mt7621-dts: make use of 'IRQ_TYPE_LEVEL_HIGH' instead of magic numbers

Nodes 'gdma' and 'hsdma' are using magic number '4' in interrupts property.
Use 'IRQ_TYPE_LEVEL_HIGH' instead to align with the rest of the nodes in
the file.
Signed-off-by: NSergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20211019102915.15409-2-sergio.paracuellos@gmail.comSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 efbc7bd9
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
reset-names = "dma"; reset-names = "dma";
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupts = <0 13 4>; interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>;
#dma-cells = <1>; #dma-cells = <1>;
#dma-channels = <16>; #dma-channels = <16>;
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
reset-names = "hsdma"; reset-names = "hsdma";
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupts = <0 11 4>; interrupts = <0 11 IRQ_TYPE_LEVEL_HIGH>;
#dma-cells = <1>; #dma-cells = <1>;
#dma-channels = <1>; #dma-channels = <1>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册