Skip to content

Commit

Permalink
ARM: dts: ifc6410: enable PCIe DT node for this board
Browse files Browse the repository at this point in the history
Enable PCIe DT node and fill PCIe DT node with regulator, pinctrl and reset
GPIO, to use the PCIe on the ifc6410 board.

Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
  • Loading branch information
Stanimir Varbanov authored and Bjorn Helgaas committed Jan 11, 2016
1 parent bcc74b0 commit 668f472
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@
bias-disable;
};
};

pcie_pins: pcie_pinmux {
mux {
pins = "gpio27";
function = "gpio";
};
conf {
pins = "gpio27";
drive-strength = <12>;
bias-disable;
};
};
};

rpm@108000 {
Expand Down Expand Up @@ -123,6 +135,10 @@
pm8921_lvs1: lvs1 {
bias-pull-down;
};

lvs6 {
bias-pull-down;
};
};
};

Expand Down Expand Up @@ -231,6 +247,16 @@
status = "okay";
};

pci@1b500000 {
status = "ok";
vdda-supply = <&pm8921_s3>;
vdda_phy-supply = <&pm8921_lvs6>;
vdda_refclk-supply = <&ext_3p3v>;
pinctrl-0 = <&pcie_pins>;
pinctrl-names = "default";
perst-gpio = <&tlmm_pinmux 27 GPIO_ACTIVE_LOW>;
};

qcom,ssbi@500000 {
pmic@0 {
gpio@150 {
Expand Down

0 comments on commit 668f472

Please sign in to comment.