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:
a4bd4c3
)
riscv: sophgo: dts: sg2044: Change msi irq type to IRQ_TYPE_EDGE_RISING
author
Chen Wang
<unicorn_wang@outlook.com>
Thu, 4 Sep 2025 03:00:59 +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>
Tested-by: Inochi Amaoto <inochiama@gmail.com> # Sophgo SRD3-10
Link:
https://lore.kernel.org/all/c38b9b1682af978473705b7e70b6faaa36fe5024.1756953919.git.unicorn_wang@outlook.com
arch/riscv/boot/dts/sophgo/sg2044.dtsi
patch
|
blob
|
history
diff --git
a/arch/riscv/boot/dts/sophgo/sg2044.dtsi
b/arch/riscv/boot/dts/sophgo/sg2044.dtsi
index
6ec9557
..
320c4d1
100644
(file)
--- a/
arch/riscv/boot/dts/sophgo/sg2044.dtsi
+++ b/
arch/riscv/boot/dts/sophgo/sg2044.dtsi
@@
-214,7
+214,7
@@
reg-names = "clr", "doorbell";
#msi-cells = <0>;
msi-controller;
- msi-ranges = <&intc 352 IRQ_TYPE_
LEVEL_HIGH
512>;
+ msi-ranges = <&intc 352 IRQ_TYPE_
EDGE_RISING
512>;
status = "disabled";
};