From 4915a805d68f47f2ee4a7f60d8193f10752631fe Mon Sep 17 00:00:00 2001 From: Paolo Pisati Date: Wed, 10 Oct 2018 10:38:02 +0000 Subject: [PATCH 1/1] UBUNTU: SAUCE: arm64: dts: msm8916: camms: fix gic_irq_domain_translate warnings BugLink: https://bugs.launchpad.net/bugs/1797143 Remove the usage of IRQ_TYPE_NONE to fix loud warnings from patch (83a86fbb5b56b "irqchip/gic: Loudly complain about the use of IRQ_TYPE_NONE"). Signed-off-by: Paolo Pisati --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi index 51df6d37250c..03df1c2d56ef 100644 --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -1478,12 +1478,12 @@ "ispif", "csi_clk_mux", "vfe0"; - interrupts = , - , - , - , - , - ; + interrupts = , + , + , + , + , + ; interrupt-names = "csiphy0", "csiphy1", "csid0", -- 2.17.1