mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +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
This commit is contained in:
parent
2ef3886ce6
commit
a4bd4c330d
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user