OSDN Git Service

ARM: dts: stihxxx-b2120: Fix complain about IRQ_TYPE_NONE usage
authorPatrice Chotard <patrice.chotard@st.com>
Fri, 20 Apr 2018 15:42:14 +0000 (17:42 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Mon, 14 May 2018 15:40:26 +0000 (17:40 +0200)
Since commit 83a86fbb5b56 ("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 <patrice.chotard@st.com>
arch/arm/boot/dts/stihxxx-b2120.dtsi

index c67edb1..4dedfcb 100644 (file)
                        reg             = <0x08a20000 0x10000>,
                                          <0x08a00000 0x4000>;
                        reg-names       = "c8sectpfe", "c8sectpfe-ram";
-                       interrupts      = <GIC_SPI 34 IRQ_TYPE_NONE>,
-                                         <GIC_SPI 35 IRQ_TYPE_NONE>;
+                       interrupts      = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
+                                         <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
                        interrupt-names = "c8sectpfe-error-irq",
                                          "c8sectpfe-idle-irq";
                        pinctrl-0       = <&pinctrl_tsin0_serial>;