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

Commit 181bd92f 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: Add gpio 72 configuration for msm8992"

parents b4c8da31 18b6b065
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -708,6 +708,18 @@
			};
		};

		wcd9xxx_intr {
			qcom,pins = <&gp 72>;
			qcom,num-grp-pins = <1>;
			qcom,pin-func = <0>;
			label = "wcd-intr-default";
			wcd_intr_default: default {
				drive-strength = <2>; /* 2 MA */
				bias-pull-down; /* pull down */
				input-enable;
			};
		};

		spi0_active {
			/* MOSI, MISO, CLK */
			qcom,pins = <&gp 0>, <&gp 1>, <&gp 3>;
+2 −0
Original line number Diff line number Diff line
@@ -1146,6 +1146,8 @@
		interrupt-parent = <&msm_gpio>;
		interrupts = <72 0>;
		interrupt-names = "cdc-int";
		pinctrl-names = "default";
		pinctrl-0 = <&wcd_intr_default>;
	};

	i2c_5: i2c@f9967000 { /* BLSP2 QUP5 */