Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 686ffd5a authored by Wyes Karny's avatar Wyes Karny
Browse files

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
parent c5044310
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -694,7 +694,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 =