Commit b607b19a authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Thierry Reding

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: default avatarMarcel Ziswiler <marcel@ziswiler.com>
[swarren: added commit subject and shortened hash]
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent f6826156
......@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment