Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Chen Wang and committed by
Thomas Gleixner
a4bd4c33 2ef3886c

+1 -1
+1 -1
arch/riscv/boot/dts/sophgo/sg2042.dtsi
··· 190 190 reg-names = "clr", "doorbell"; 191 191 msi-controller; 192 192 #msi-cells = <0>; 193 - msi-ranges = <&intc 64 IRQ_TYPE_LEVEL_HIGH 32>; 193 + msi-ranges = <&intc 64 IRQ_TYPE_EDGE_RISING 32>; 194 194 }; 195 195 196 196 rpgate: clock-controller@7030010368 {