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

Commit 13ceb074 authored by Ankit Sharma's avatar Ankit Sharma
Browse files

ARM: dts: msm: Remove IRQ flag information for PON module on PM660



PON driver does not rely on IRQ flag passed from device node. Remove it.

CRs-Fixed: 2037603
Change-Id: I74da7b7b7b60dc2d36c4fa0624eb414114ce6c00
Signed-off-by: default avatarAnkit Sharma <ansharma@codeaurora.org>
parent fdaada5e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -33,10 +33,10 @@
		qcom,power-on@800 {
			compatible = "qcom,qpnp-power-on";
			reg = <0x800 0x100>;
			interrupts = <0x0 0x8 0x0 IRQ_TYPE_NONE>,
				     <0x0 0x8 0x1 IRQ_TYPE_NONE>,
				     <0x0 0x8 0x4 IRQ_TYPE_NONE>,
				     <0x0 0x8 0x5 IRQ_TYPE_NONE>;
			interrupts = <0x0 0x8 0x0>,
				     <0x0 0x8 0x1>,
				     <0x0 0x8 0x4>,
				     <0x0 0x8 0x5>;
			interrupt-names = "kpdpwr", "resin",
					"resin-bark", "kpdpwr-resin-bark";
			qcom,pon-dbc-delay = <15625>;