]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: dts: msm8660: Fix up GIC IRQ flags
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 29 Nov 2018 11:08:21 +0000 (12:08 +0100)
committerAndy Gross <andy.gross@linaro.org>
Tue, 22 Jan 2019 21:04:48 +0000 (15:04 -0600)
commit57c23241be8490c9db5c1d8c4496e7f13f2236ae
treed1ea1cb5e2dadf10a13fefc01d07141d53816a67
parent76c27054ebb90302eb819e7ae76f3a04ed70ae78
ARM: dts: msm8660: Fix up GIC IRQ flags

All the GSBI blocks are marking their GIC IRQ lines as
"IRQ_TYPE_NONE" but there is no such thing: all GIC IRQ
lines have a trigger type.

That yields the following warning from the GIC driver:

WARNING: CPU: 0 PID: 1 at ../drivers/irqchip/irq-gic.c:1016
 gic_irq_domain_translate+0xdc/0xe4
(...)

Mark all of these IRQ_TYPE_LEVEL_HIGH as is common so this
warning goes away.

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm/boot/dts/qcom-msm8660.dtsi