mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
e44d1ff7c8
commit
bf2eee8d3a
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user