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

Commit 2a68637c authored by Shantanu Jain's avatar Shantanu Jain Committed by Gerrit - the friendly Code Review server
Browse files

Revert "ARM: dts: msm: add ovp-irq support for WLED module for MSM8937"



This reverts commit 4a487999 ("ARM: dts: msm: add ovp-irq support
for WLED module for MSM8937").
This change is added to remove the support of ovp-fault irq, as it
is a dummy irq handler in the wled driver.

CRs-fixed: 974477
Change-Id: Ia927e10661b41cec292006dd13e7efbef883c3c9
Signed-off-by: default avatarShantanu Jain <shjain@codeaurora.org>
parent 1c10389d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -399,8 +399,8 @@
				<0xd900 0x100>;
			reg-names = "qpnp-wled-ctrl-base",
					"qpnp-wled-sink-base";
			interrupts = <0x3 0xd8 0x2>, <0x3 0xd8 0x1>;
			interrupt-names = "sc-irq", "ovp-irq";
			interrupts = <0x3 0xd8 0x2>;
			interrupt-names = "sc-irq";
			status = "okay";
			linux,name = "wled";
			linux,default-trigger = "bkl-trigger";
+2 −2
Original line number Diff line number Diff line
@@ -504,8 +504,8 @@
					"qpnp-wled-sink-base",
					"qpnp-wled-ibb-base",
					"qpnp-wled-lab-base";
			interrupts = <0x3 0xd8 0x2>, <0x3 0xd8 0x1>;
			interrupt-names = "sc-irq", "ovp-irq";
			interrupts = <0x3 0xd8 0x2>;
			interrupt-names = "sc-irq";
			status = "okay";
			linux,name = "wled";
			linux,default-trigger = "bkl-trigger";