Commit 4a4a2631 authored by Loic Poulain's avatar Loic Poulain Committed by Bjorn Andersson

arm64: dts: msm8996: Fix CSI IRQ types

Each IRQ_TYPE_NONE interrupt causes a warning at boot.
Fix that by defining an appropriate type.

Fixes: e0531312 ("arm64: dts: qcom: msm8996: Add CAMSS support")
Signed-off-by: default avatarLoic Poulain <loic.poulain@linaro.org>
Link: https://lore.kernel.org/r/1587470425-13726-1-git-send-email-loic.poulain@linaro.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent bec71ba2
...@@ -989,16 +989,16 @@ camss: camss@a00000 { ...@@ -989,16 +989,16 @@ camss: camss@a00000 {
"csi_clk_mux", "csi_clk_mux",
"vfe0", "vfe0",
"vfe1"; "vfe1";
interrupts = <GIC_SPI 78 0>, interrupts = <GIC_SPI 78 IRQ_TYPE_EDGE_RISING>,
<GIC_SPI 79 0>, <GIC_SPI 79 IRQ_TYPE_EDGE_RISING>,
<GIC_SPI 80 0>, <GIC_SPI 80 IRQ_TYPE_EDGE_RISING>,
<GIC_SPI 296 0>, <GIC_SPI 296 IRQ_TYPE_EDGE_RISING>,
<GIC_SPI 297 0>, <GIC_SPI 297 IRQ_TYPE_EDGE_RISING>,
<GIC_SPI 298 0>, <GIC_SPI 298 IRQ_TYPE_EDGE_RISING>,
<GIC_SPI 299 0>, <GIC_SPI 299 IRQ_TYPE_EDGE_RISING>,
<GIC_SPI 309 0>, <GIC_SPI 309 IRQ_TYPE_EDGE_RISING>,
<GIC_SPI 314 0>, <GIC_SPI 314 IRQ_TYPE_EDGE_RISING>,
<GIC_SPI 315 0>; <GIC_SPI 315 IRQ_TYPE_EDGE_RISING>;
interrupt-names = "csiphy0", interrupt-names = "csiphy0",
"csiphy1", "csiphy1",
"csiphy2", "csiphy2",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment