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

Commit 75b11e21 authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

ARM: dts: msm: change WLED interrupt configuration for pmi8998



Currently, WLED over-voltage and short-circuit fault interrupts
are configured for both rising and falling edge. Configure them
to be on rising edge alone as that should be sufficient.

Change-Id: I7cdaf126c07daa9afb2c0db68ee760a9a4a2956a
Signed-off-by: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent 7066afbb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -600,8 +600,8 @@
				<0xd900 0x100>;
			reg-names = "qpnp-wled-ctrl-base",
					"qpnp-wled-sink-base";
			interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_BOTH>,
					<0x3 0xd8 0x2 IRQ_TYPE_EDGE_BOTH>;
			interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>,
					<0x3 0xd8 0x2 IRQ_TYPE_EDGE_RISING>;
			interrupt-names = "ovp-irq", "sc-irq";
			linux,name = "wled";
			linux,default-trigger = "bkl-trigger";