aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Cassel <[email protected]>2018-05-22 21:57:57 +0200
committerAndy Gross <[email protected]>2018-05-25 16:21:05 -0500
commitda34314f72c6a2ce53753fb63012080164d0f953 (patch)
treeb7a96e72931a9a658b3bff38bffeb008eb56814d
parent94dc9f48d1f26be2b995327f10b75d4a8d7887a9 (diff)
arm64: dts: fix regulator property name for wlan pcie endpoint
The property name vddpe-supply is not included in Documentation/devicetree/bindings/pci/qcom,pcie.txt nor in the pcie-qcom PCIe Root Complex driver. This property name was used in an initial patchset for pcie-qcom, but was renamed in a later revision. Therefore, the regulator is currently never enabled, leaving us with unoperational wlan. Fix this by using the correct regulator property name, so that wlan comes up correctly. Fixes: 1c8ca74a2ea1 ("arm64: dts: apq8096-db820c: Enable wlan and bt en pins") Signed-off-by: Niklas Cassel <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Signed-off-by: Andy Gross <[email protected]>
-rw-r--r--arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi b/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi
index 00e3ecd1180a..ca72e7eca58e 100644
--- a/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi
+++ b/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi
@@ -211,7 +211,7 @@
pcie@600000 {
status = "okay";
perst-gpio = <&msmgpio 35 GPIO_ACTIVE_LOW>;
- vddpe-supply = <&wlan_en>;
+ vddpe-3v3-supply = <&wlan_en>;
vddpe1-supply = <&bt_en>;
};