mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-28 13:47:40 -05:00
riscv: sophgo: dts: sg2044: 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> Tested-by: Inochi Amaoto <inochiama@gmail.com> # Sophgo SRD3-10 Link: https://lore.kernel.org/all/c38b9b1682af978473705b7e70b6faaa36fe5024.1756953919.git.unicorn_wang@outlook.com
This commit is contained in:
committed by
Thomas Gleixner
parent
a4bd4c330d
commit
8aefd27244
@@ -214,7 +214,7 @@ msi: msi-controller@6d50000000 {
|
||||
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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user