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

Commit 76f56e97 authored by Mohammed Siddiq's avatar Mohammed Siddiq
Browse files

ARM: dts: msm: Add switch control GPIO for WLAN

Add SW_CTRL GPIO TLMM 124 in the CNSS node for WLAN device.

Change-Id: I74d113065068484df48ca0edb3b4a054a892b3b1
parent d0435d18
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ Optional properties:
  - qcom,bt-en-gpio: QCA6490 requires synchronization for BT and WLAN GPIO
                   enable to resolve PMU power up issues. Provide BT GPIO using
                   this config param.
  - qcom,sw-ctrl-gpio: Switch control GPIO for device power control

Example:

+1 −0
Original line number Diff line number Diff line
@@ -4720,6 +4720,7 @@
		reg-names = "smmu_iova_ipa", "tcs_cmd";
		wlan-en-gpio = <&tlmm 20 0>;
		qcom,bt-en-gpio = <&tlmm 21 0>;
		qcom,sw-ctrl-gpio = <&tlmm 124 0>;
		pinctrl-names = "wlan_en_active", "wlan_en_sleep";
		pinctrl-0 = <&cnss_wlan_en_active>;
		pinctrl-1 = <&cnss_wlan_en_sleep>;