[tip: irq/drivers] riscv: sophgo: dts: sg2042: Change msi irq type to IRQ_TYPE_EDGE_RISING

tip-bot2 for Chen Wang posted 1 patch 4 weeks ago
arch/riscv/boot/dts/sophgo/sg2042.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[tip: irq/drivers] riscv: sophgo: dts: sg2042: Change msi irq type to IRQ_TYPE_EDGE_RISING
Posted by tip-bot2 for Chen Wang 4 weeks ago
The following commit has been merged into the irq/drivers branch of tip:

Commit-ID:     a4bd4c330d5deaaa54db3a2ca4d2dd402d3a7248
Gitweb:        https://git.kernel.org/tip/a4bd4c330d5deaaa54db3a2ca4d2dd402d3a7248
Author:        Chen Wang <unicorn_wang@outlook.com>
AuthorDate:    Thu, 04 Sep 2025 11:00:37 +08:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Thu, 04 Sep 2025 14:52:47 +02:00

riscv: sophgo: dts: sg2042: Change msi irq type to IRQ_TYPE_EDGE_RISING

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/boot/dts/sophgo/sg2042.dtsi b/arch/riscv/boot/dts/sophgo/sg2042.dtsi
index b3e4d3c..6430c6e 100644
--- 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 {