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

Commit 01e3405d authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Fix SMB1355 IRQ configuration"

parents 4e6734d4 1b1cb520
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";
};