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

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

Merge "ARM: dts: msm: config WLAN_EN GPIO"

parents 5e6ac151 09a5209a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -555,12 +555,12 @@
		cnss_pins {
			cnss_wlan_en_active: cnss_wlan_en_active {
				mux {
					pins = "gpio169";
					pins = "gpio20";
					function = "gpio";
				};

				config {
					pins = "gpio169";
					pins = "gpio20";
					drive-strength = <16>;
					output-high;
					bias-pull-up;
@@ -569,12 +569,12 @@

			cnss_wlan_en_sleep: cnss_wlan_en_sleep {
				mux {
					pins = "gpio169";
					pins = "gpio20";
					function = "gpio";
				};

				config {
					pins = "gpio169";
					pins = "gpio20";
					drive-strength = <2>;
					output-low;
					bias-pull-down;
+1 −1
Original line number Diff line number Diff line
@@ -3081,7 +3081,7 @@
		reg = <0xa0000000 0x10000000>,
		      <0xb0000000 0x10000>;
		reg-names = "smmu_iova_base", "smmu_iova_ipa";
		wlan-en-gpio = <&tlmm 169 0>;
		wlan-en-gpio = <&tlmm 20 0>;
		pinctrl-names = "wlan_en_active", "wlan_en_sleep";
		pinctrl-0 = <&cnss_wlan_en_active>;
		pinctrl-1 = <&cnss_wlan_en_sleep>;