ARM: tegra: Migrate Apalis T30 PCIe power supply scheme

This migration is required for continued PCIe operation after commit
d3c7e24b84fc "PCI: tegra: Implement accurate power supply scheme".

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
[swarren: added commit subject and shortened hash]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Marcel Ziswiler 2014-06-25 22:10:01 +02:00 committed by Thierry Reding
parent f682615602
commit b607b19af6
1 changed files with 8 additions and 3 deletions

View File

@ -9,9 +9,14 @@
compatible = "toradex,apalis_t30", "nvidia,tegra30";
pcie-controller@00003000 {
pex-clk-supply = <&sys_3v3_reg>;
vdd-supply = <&vdd2_reg>;
avdd-supply = <&ldo6_reg>;
avdd-pexa-supply = <&vdd2_reg>;
vdd-pexa-supply = <&vdd2_reg>;
avdd-pexb-supply = <&vdd2_reg>;
vdd-pexb-supply = <&vdd2_reg>;
avdd-pex-pll-supply = <&vdd2_reg>;
avdd-plle-supply = <&ldo6_reg>;
vddio-pex-ctl-supply = <&sys_3v3_reg>;
hvdd-pex-supply = <&sys_3v3_reg>;
pci@1,0 {
nvidia,num-lanes = <4>;