projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ef3886
)
riscv: sophgo: dts: sg2042: Change msi irq type to IRQ_TYPE_EDGE_RISING
author
Chen Wang
<unicorn_wang@outlook.com>
Thu, 4 Sep 2025 03:00:37 +0000
(11:00 +0800)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 4 Sep 2025 12:52:47 +0000
(14:52 +0200)
Fix msi irq type to be the correct type, although this field is not used yet.
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link:
https://lore.kernel.org/all/831c1b650c575380d56ef3e2faed9bee278c9006.1756953919.git.unicorn_wang@outlook.com
arch/riscv/boot/dts/sophgo/sg2042.dtsi
patch
|
blob
|
history
diff --git
a/arch/riscv/boot/dts/sophgo/sg2042.dtsi
b/arch/riscv/boot/dts/sophgo/sg2042.dtsi
index
b3e4d3c
..
6430c6e
100644
(file)
--- a/
arch/riscv/boot/dts/sophgo/sg2042.dtsi
+++ b/
arch/riscv/boot/dts/sophgo/sg2042.dtsi
@@
-190,7
+190,7
@@
reg-names = "clr", "doorbell";
msi-controller;
#msi-cells = <0>;
- msi-ranges = <&intc 64 IRQ_TYPE_
LEVEL_HIGH
32>;
+ msi-ranges = <&intc 64 IRQ_TYPE_
EDGE_RISING
32>;
};
rpgate: clock-controller@7030010368 {