Skip to content

Commit

Permalink
ARM: dts: stih407: Fix complain about IRQ_TYPE_NONE usage
Browse files Browse the repository at this point in the history
Since commit 83a86fb ("irqchip/gic: Loudly complain about the use of IRQ_TYPE_NONE")
kernel is complaining about the IRQ_TYPE_NONE usage which shouldn't
be used.

Use IRQ_TYPE_LEVEL_HIGH instead.

Signed-off-by: Patrice Chotard <[email protected]>
  • Loading branch information
pchotard committed May 14, 2018
1 parent e95b8e7 commit 2e82e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stih407.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
reg = <0x8d04000 0x1000>;
reg-names = "hdmi-reg";
#sound-dai-cells = <0>;
interrupts = <GIC_SPI 106 IRQ_TYPE_NONE>;
interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "irq";
clock-names = "pix",
"tmds",
Expand Down

0 comments on commit 2e82e8b

Please sign in to comment.