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

Commit 86bc4a6c 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 112 as bootstrap GPIO for WLAN hardware"

parents eef87bc8 74d26b8b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1174,14 +1174,14 @@
		};

		cnss_lpass: cnss_lpass {
			qcom,pins = <&gp 111>;
			qcom,pins = <&gp 112>;
			qcom,num-grp-pins = <1>;
			qcom,pin-func = <2>;
			qcom,pin-func = <0>;
			label = "cnss-lpass";
			/* default state */
			cnss_lpass_default: cnss_lpass_default {
				drive-strength = <2>;
				bias-pull-up;
				drive-strength = <16>;
				bias-pull-down;
			};
		};

+1 −0
Original line number Diff line number Diff line
@@ -433,6 +433,7 @@
};

&cnss {
	wlan-bootstrap-gpio = <&msm_gpio 112 0>;
	pinctrl-names = "default";
	pinctrl-0 = <&cnss_default &cnss_lpass_default>;
};