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

Commit ed0f914f authored by Mukund Madhusudan Atre's avatar Mukund Madhusudan Atre
Browse files

ARM: dts: msm: Correcting irq types in cpas dt node for kona



Correcting irq types with applicable macros to avoid irq type
warnings. None of the interrupts can be type none for kona.

Change-Id: I3e5bfee2f545baee49646b6a5a44e9f0e4a50ccf
Signed-off-by: default avatarMukund Madhusudan Atre <matre@codeaurora.org>
parent 53411a60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -536,7 +536,7 @@
			<0xac42000 0x8000>;
		reg-cam-base = <0x40000 0x42000>;
		interrupt-names = "cpas_camnoc";
		interrupts = <0 459 0>;
		interrupts = <GIC_SPI 459 IRQ_TYPE_EDGE_RISING>;
		camnoc-axi-min-ib-bw = <3000000000>;
		regulator-names = "camss-vdd";
		camss-vdd-supply = <&titan_top_gdsc>;