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

Commit a8be4c3e 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 pinctrl configuration for QNOVO_EXT_FET_CTL on sdm845"

parents 232fc220 11826bac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@
			qcom,gpios-disallowed = <4 7 13>;
		};

		qcom,qpnp-qnovo@1500 {
		pmi8998_qnovo: qcom,qpnp-qnovo@1500 {
			compatible = "qcom,qpnp-qnovo";
			reg = <0x1500 0x100>;
			interrupts = <0x2 0x15 0x0 IRQ_TYPE_NONE>;
+12 −0
Original line number Diff line number Diff line
@@ -20,6 +20,18 @@
		};
	};

	qnovo_fet_ctrl {
		qnovo_fet_ctrl_default: qnovo_fet_ctrl_default {
			pins = "gpio6";
			function = "func1";
			output-low;
			input-disable;
			bias-disable;
			power-source = <0>;
			qcom,drive-strength = <1>;
		};
	};

	usb2_vbus_det {
		usb2_vbus_det_default: usb2_vbus_det_default {
			pins = "gpio8";
+5 −0
Original line number Diff line number Diff line
@@ -37,6 +37,11 @@
	};
};

&pmi8998_qnovo {
	pinctrl-names = "default";
	pinctrl-0 = <&qnovo_fet_ctrl_default>;
};

&usb0 {
	extcon = <&pmi8998_pdphy>, <&pmi8998_pdphy>, <&eud>;
};