Commit a4bd4c33 authored by Chen Wang's avatar Chen Wang Committed by Thomas Gleixner
Browse files

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: default avatarChen Wang <unicorn_wang@outlook.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/831c1b650c575380d56ef3e2faed9bee278c9006.1756953919.git.unicorn_wang@outlook.com
parent 2ef3886c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ msi: msi-controller@7030010304 {
			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 {