projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
217571b
)
ramips: mt7621-dts: make use of 'IRQ_TYPE_LEVEL_HIGH' instead of magic numbers
author
Sergio Paracuellos
<
[email protected]
>
Tue, 19 Oct 2021 10:29:15 +0000
(12:29 +0200)
committer
Christian Lamparter
<
[email protected]
>
Sat, 6 Nov 2021 22:36:32 +0000
(23:36 +0100)
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: Sergio Paracuellos <
[email protected]
>
Link:
https://lore.kernel.org/r/
[email protected]
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
target/linux/ramips/dts/mt7621.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/mt7621.dtsi
b/target/linux/ramips/dts/mt7621.dtsi
index 53e13441e81ac4510ddced609e356e69ad104a77..f4386a8cf87747ed37e25435b42d188da826388e 100644
(file)
--- a/
target/linux/ramips/dts/mt7621.dtsi
+++ b/
target/linux/ramips/dts/mt7621.dtsi
@@
-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>;