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

Commit 4c4a60ef authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

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



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: I9e19cf08e77432a4db5f18894ee445d38f1ad802
Signed-off-by: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent 75b11e21
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -245,8 +245,8 @@
				<0xd900 0x100>;
				<0xd900 0x100>;
			reg-names = "qpnp-wled-ctrl-base",
			reg-names = "qpnp-wled-ctrl-base",
					"qpnp-wled-sink-base";
					"qpnp-wled-sink-base";
			interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_BOTH>,
			interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>,
					<0x3 0xd8 0x2 IRQ_TYPE_EDGE_BOTH>;
					<0x3 0xd8 0x2 IRQ_TYPE_EDGE_RISING>;
			interrupt-names = "ovp-irq", "sc-irq";
			interrupt-names = "ovp-irq", "sc-irq";
			linux,name = "wled";
			linux,name = "wled";
			linux,default-trigger = "bkl-trigger";
			linux,default-trigger = "bkl-trigger";