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

Commit 5fa6f4f9 authored by Govind Singh's avatar Govind Singh Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add pin control for HSP (WCN6850)

Add WLAN EN pin control to power on HSP (WCN6850) card.

Change-Id: I32352a0cc575ca5d3f16cf332085f7e948f3f77d
parent 64a7d912
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -2972,5 +2972,35 @@
				};
			};
		};

		cnss_pins {
			cnss_wlan_en_active: cnss_wlan_en_active {
				mux {
					pins = "gpio84";
					function = "gpio";
				};

				config {
					pins = "gpio84";
					drive-strength = <16>;
					output-high;
					bias-pull-up;
				};
			};

			cnss_wlan_en_sleep: cnss_wlan_en_sleep {
				mux {
					pins = "gpio84";
					function = "gpio";
				};

				config {
					pins = "gpio84";
					drive-strength = <2>;
					output-low;
					bias-pull-down;
				};
			};
		};
	};
};