Skip to content

Commit 1d7cd5d

Browse files
unicornxRevySR
authored andcommitted
UPSTREAM: 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 (cherry picked from commit 8aefd27) Signed-off-by: Han Gao <rabenda.cn@gmail.com>
1 parent e9b0efe commit 1d7cd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/boot/dts/sophgo/sg2044.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
reg-names = "clr", "doorbell";
215215
#msi-cells = <0>;
216216
msi-controller;
217-
msi-ranges = <&intc 352 IRQ_TYPE_LEVEL_HIGH 512>;
217+
msi-ranges = <&intc 352 IRQ_TYPE_EDGE_RISING 512>;
218218
status = "disabled";
219219
};
220220

0 commit comments

Comments
 (0)