]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
arm64: dts: qcom: msm8916: Fix MDP/DSI interrupts
authorStephan Gerhold <stephan@gerhold.net>
Tue, 15 Sep 2020 07:12:11 +0000 (09:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Oct 2020 09:08:13 +0000 (10:08 +0100)
commite8bd4ce4e8779bf9de1c41c93abf0f9f37798dfb
treeb054eac68ab8da808efc7a117d96887f965c4a8e
parent26a8ac2d65121cbf1f0c838ca1a5b14423e67d76
arm64: dts: qcom: msm8916: Fix MDP/DSI interrupts

[ Upstream commit 027cca9eb5b450c3f6bb916ba999144c2ec23cb7 ]

The mdss node sets #interrupt-cells = <1>, so its interrupts
should be referenced using a single cell (in this case: only the
interrupt number).

However, right now the mdp/dsi node both have two interrupt cells
set, e.g. interrupts = <4 0>. The 0 is probably meant to say
IRQ_TYPE_NONE (= 0), but with #interrupt-cells = <1> this is
actually interpreted as a second interrupt line.

Remove the IRQ flags from both interrupts to fix this.

Fixes: 305410ffd1b2 ("arm64: dts: msm8916: Add display support")
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20200915071221.72895-5-stephan@gerhold.net
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/msm8916.dtsi