Skip to content

Commit bd3b4ac

Browse files
ungeskriptetandersson
authored andcommitted
arm64: dts: qcom: msm8996: Fix dsi1 interrupts
Fix IRQ flags mismatch which was keeping dsi1 from probing by changing interrupts = <4> to interrupts = <5>. Fixes: 2752bb7 ("arm64: dts: qcom: msm8996: add second DSI interface") Signed-off-by: David Wronek <davidwronek@gmail.com> Acked-by: Yassine Oudjana <y.oudjana@protonmail.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230805130936.359860-2-davidwronek@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 8a2dc39 commit bd3b4ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/qcom/msm8996.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@
11261126
reg-names = "dsi_ctrl";
11271127

11281128
interrupt-parent = <&mdss>;
1129-
interrupts = <4>;
1129+
interrupts = <5>;
11301130

11311131
clocks = <&mmcc MDSS_MDP_CLK>,
11321132
<&mmcc MDSS_BYTE1_CLK>,

0 commit comments

Comments
 (0)