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

Commit 1b1cb520 authored by Umang Agrawal's avatar Umang Agrawal
Browse files

ARM: dts: msm: Fix SMB1355 IRQ configuration



Correct the IRQ port number for the gpio to which SMB1355 STAT pin is
connected. While at it, correct the SMB1355 stat pin gpio configuration
also.

Change-Id: I55df4cd2fe245d25e475a1048e786ea7f0c74190
Signed-off-by: default avatarUmang Agrawal <uagrawal@codeaurora.org>
parent 9f512d30
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -131,7 +131,6 @@
		};
		config {
			pins = "gpio130";
			drive-strength = <2>;
			bias-pull-up;
			input-enable;
		};
@@ -142,7 +141,7 @@
	pinctrl-names = "default";
	pinctrl-0 = <&smb_int_default>;
	interrupt-parent = <&tlmm>;
	interrupts = <130 IRQ_TYPE_LEVEL_LOW>;
	interrupts = <62 IRQ_TYPE_LEVEL_LOW>;
	status = "ok";
};

+1 −2
Original line number Diff line number Diff line
@@ -124,7 +124,6 @@
		};
		config {
			pins = "gpio130";
			drive-strength = <2>;
			bias-pull-up;
			input-enable;
		};
@@ -135,7 +134,7 @@
	pinctrl-names = "default";
	pinctrl-0 = <&smb_int_default>;
	interrupt-parent = <&tlmm>;
	interrupts = <130 IRQ_TYPE_LEVEL_LOW>;
	interrupts = <62 IRQ_TYPE_LEVEL_LOW>;
	status = "ok";
};