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

Commit f66ce13e 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: configure WLAN_EN pin sleep state for californium"

parents fd152ec3 bc98391d
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@
		};

		cnss_pins {
			cnss_default: cnss_default {
			cnss_wlan_en_active: cnss_wlan_en_active {
				mux {
					pins = "gpio95";
					function = "gpio";
@@ -179,6 +179,20 @@
				config {
					pins = "gpio95";
					drive-strength = <16>;
					output-high;
					bias-pull-up;
				};
			};
			cnss_wlan_en_sleep: cnss_wlan_en_sleep {
				mux {
					pins = "gpio95";
					function = "gpio";
				};

				config {
					pins = "gpio95";
					drive-strength = <2>;
					output-low;
					bias-pull-down;
				};
			};
+3 −2
Original line number Diff line number Diff line
@@ -885,8 +885,9 @@
		vdd-wlan-io-supply = <&pmdcalifornium_l6>;
		vdd-wlan-xtal-aon-supply = <&pmdcalifornium_l4>;
		qcom,notify-modem-status;
		pinctrl-names = "default";
		pinctrl-0 = <&cnss_default>;
		pinctrl-names = "wlan_en_active", "wlan_en_sleep";
		pinctrl-0 = <&cnss_wlan_en_active>;
		pinctrl-1 = <&cnss_wlan_en_sleep>;
		qcom,wlan-rc-num = <0>;
		qcom,wlan-ramdump-dynamic = <0x200000>;