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

Commit 5d75b6f0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable IR GPIO and pinctrls on apq8098"

parents dccebae5 af2d95b8
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -122,4 +122,12 @@
					&quat_mi2s_sd3_sleep>;
		};
	};

	ir: ir-receiver {
		compatible = "gpio-ir-receiver";
		gpios = <&tlmm 120 1>;
		pinctrl-names = "default";
		pinctrl-0 = <&ir_int>;
		linux,rc-map-name = "rc-rc6-p2fp";
	};
};
+12 −0
Original line number Diff line number Diff line
@@ -3359,5 +3359,17 @@
				drive-strength = <2>;   /* 2 MA */
			};
		};

		ir_int: ir_int {
			mux {
				pins = "gpio120";
				function = "gpio";
			};
			config {
				pins = "gpio120";
				drive-strength = <6>;   /* 5 mA */
				bias-pull-up;           /* NO PULL */
			};
		};
	};
};