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

Commit 90ebd69d 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 WLAN GPIO regulator device for APQ8084 CDP"

parents 66acccce d6d7c8aa
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -269,6 +269,14 @@
	};
	};


	gpio@d300 { /* GPIO 20 */
	gpio@d300 { /* GPIO 20 */
		/* WLAN_3p3v_vreg regulator enable */
		qcom,mode = <1>;		/* Digital output */
		qcom,output-type = <0>;		/* CMOS logic */
		qcom,invert = <0>;		/* Output low initially */
		qcom,vin-sel = <0>;		/* VPH_PWR */
		qcom,src-sel = <0>;		/* Constant */
		qcom,out-strength = <1>;	/* Low */
		qcom,master-en = <1>;		/* Enable GPIO */
	};
	};


	gpio@d400 { /* GPIO 21 */
	gpio@d400 { /* GPIO 21 */
+8 −0
Original line number Original line Diff line number Diff line
@@ -507,4 +507,12 @@
			qcom,ldo-disable;
			qcom,ldo-disable;
		};
		};
	};
	};

	wlan_vreg: wlan_vreg {
		compatible = "regulator-fixed";
		regulator-name = "wlan_vreg";
		startup-delay-us = <4000>;
		enable-active-high;
		gpio = <&pma8084_gpios 20 0>;
	};
};
};