ARM: dts: msm: fix wrong IRQ type for TFE

IRQ type 0 is not allowed in the kernel, therefore change IRQ type to
IRQ_TYPE_EDGE_RISING.

CRs-Fixed: 2830228
Change-Id: I844e738ff9adfc9aeeada1b5f76e307ec597146c
This commit is contained in:
Wyes Karny
2020-12-02 14:40:22 +05:30
committed by Gerrit - the friendly Code Review server
parent e44d1ff7c8
commit bf2eee8d3a

View File

@@ -698,7 +698,7 @@
reg = <0x5c75000 0x5000>;
reg-cam-base = <0x75000>;
interrupt-names = "tfe1";
interrupts = <0 213 0>;
interrupts = <GIC_SPI 213 IRQ_TYPE_EDGE_RISING>;
regulator-names = "camss";
camss-supply = <&gcc_camss_top_gdsc>;
clock-names =