aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPramod Gurav <pramod.gurav@smartplayin.com>2014-12-01 14:13:22 +0530
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2014-12-10 18:00:56 +0000
commitb639332a292bc4e06a3f22ac454060926d3d62d8 (patch)
treecd5e1630d1c7d7e464696fe8ec7af088c8c80538
parent73b56133ffca12002ea64562b9deaf8ede67e028 (diff)
ARM: DT: apq8064: Add Support for ext_3p3v regulator in pci node
Ethernet needs ext_3p3v regulator to function properly. This regulator being shared among modules, Ethernet fails when other modules which share this regulator are not enabled. Ethernet is connected on pcie bus and ext_3p3v regulator can be configured through pcie. This change adds support for ext_3p3v regulator in pci DT and make ethernet independent of others and functional. Signed-off-by: Pramod Gurav <pramod.gurav@smartplayin.com>
-rw-r--r--arch/arm/boot/dts/qcom-apq8064-ifc6410.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
index b06ff90c8eef4..90517708bf890 100644
--- a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
+++ b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
@@ -93,6 +93,7 @@
pcie-clk-supply = <&v3p3_pcieclk>;
avdd-supply = <&pm8921_s3>;
vdd-supply = <&pm8921_lvs6>;
+ ext-3p3v-supply = <&ext_3p3v>;
qcom,external-phy-refclk;
reset-gpio = <&tlmm_pinmux 27 GPIO_ACTIVE_LOW>;
};