]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: fix regulator property name for wlan pcie endpoint
authorNiklas Cassel <niklas.cassel@linaro.org>
Tue, 22 May 2018 19:57:57 +0000 (21:57 +0200)
committerAndy Gross <andy.gross@linaro.org>
Fri, 25 May 2018 21:21:05 +0000 (16:21 -0500)
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 <niklas.cassel@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi

index 00e3ecd1180a9f3071ef790dacc200153936cc23..ca72e7eca58e6868842cac76586fc9565986a3cc 100644 (file)
                        pcie@600000 {
                                status = "okay";
                                perst-gpio = <&msmgpio 35 GPIO_ACTIVE_LOW>;
-                               vddpe-supply = <&wlan_en>;
+                               vddpe-3v3-supply = <&wlan_en>;
                                vddpe1-supply = <&bt_en>;
                        };