UPSTREAM: 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 (cherry picked from commit a4bd4c330d5deaaa54db3a2ca4d2dd402d3a7248) Signed-off-by: Han Gao <rabenda.cn@gmail.com>
This commit is contained in:
@@ -210,7 +210,7 @@
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user