From: Frank Rowand <frank.rowand@xxxxxxxx> A boot time warning of devicetree interrupts types set to the invalid value of none was added by 83a86fbb5b56 ("irqchip/gic: Loudly complain about the use of IRQ_TYPE_NONE"). This patch series fixes the devicetree source to replace IRQ_TYPE_NONE with the appropriate value. Some cosmetic changes are made by several patches. The final patch in the series replaces the IRQ_TYPE_NONE values with the proper values. The cosmetic changes are to change integer values in the third field of the "interrupts" property to the correct named constant. Bjorn suggested that I also change integer values in the first field of the "interrupts" property to the correct named constant. The series is split into several patches for ease of review. Each cosmetic patch addresses a single named constant. Frank Rowand (6): ARM: dts: qcom-msm8974: use named constant for interrupt type GIC_PPI ARM: dts: qcom-msm8974: use named constant for interrupt type GIC_SPI ARM: dts: qcom-msm8974: use named constant for interrupt flag EDGE RISING ARM: dts: qcom-msm8974: use named constant for interrupt flag LEVEL HIGH ARM: dts: qcom-msm8974: use named constant for interrupt flag NONE ARM: dts: qcom-msm8974: change invalid flag IRQ NONE to valid value arch/arm/boot/dts/qcom-msm8974.dtsi | 72 +++++++++++++++++++------------------ 1 file changed, 37 insertions(+), 35 deletions(-) -- Frank Rowand <frank.rowand@xxxxxxxx>