Skip to content
Snippets Groups Projects
Commit e17f238f authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Christian Lamparter
Browse files

ramips: 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: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20211019102915.15409-2-sergio.paracuellos@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 217571b6
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@
reset-names = "dma";
interrupt-parent = <&gic>;
interrupts = <0 13 4>;
interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>;
#dma-cells = <1>;
#dma-channels = <16>;
......@@ -244,7 +244,7 @@
reset-names = "hsdma";
interrupt-parent = <&gic>;
interrupts = <0 11 4>;
interrupts = <0 11 IRQ_TYPE_LEVEL_HIGH>;
#dma-cells = <1>;
#dma-channels = <1>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment