ARM: dts: msm: Add fixed regulator for WLAN_EN pin in MSM8996

Since the PMIC GPIO runtime configuration is not feasible using
pinctrl framework, add it as fixed regulator for WLAN_EN pin.

Signed-off-by: Yue Ma <yuem@codeaurora.org>
CRs-fixed: 2071634
Change-Id: Ifd08bac34388389c6aced7e450cbf5c6ae37b36d
This commit is contained in:
Yue Ma 2017-07-18 12:38:15 -07:00
parent 95dbfdb0a5
commit 33978c4cc4

View file

@ -1918,6 +1918,13 @@
gpio = <&pm8994_gpios 9 0>;
};
wlan_en_vreg: wlan_en_vreg {
compatible = "regulator-fixed";
regulator-name = "wlan_en_vreg";
enable-active-high;
gpio = <&pm8994_gpios 8 0>;
};
hl7509_en_vreg: hl7509_en_vreg {
compatible = "regulator-fixed";
regulator-name = "hl7509_en_vreg";