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:
parent
95dbfdb0a5
commit
33978c4cc4
1 changed files with 7 additions and 0 deletions
|
@ -1918,6 +1918,13 @@
|
||||||
gpio = <&pm8994_gpios 9 0>;
|
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 {
|
hl7509_en_vreg: hl7509_en_vreg {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "hl7509_en_vreg";
|
regulator-name = "hl7509_en_vreg";
|
||||||
|
|
Loading…
Add table
Reference in a new issue