Skip to content

Commit

Permalink
ARM: tegra: Remove legacy PCIe power supply properties
Browse files Browse the repository at this point in the history
These properties are deprecated and no longer of any use.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
Thierry Reding committed Jul 18, 2014
1 parent 1935669 commit 122ee17
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 22 deletions.
4 changes: 0 additions & 4 deletions arch/arm/boot/dts/tegra20-harmony.dts
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,6 @@
avdd-plle-supply = <&pci_vdd_reg>;
vddio-pex-clk-supply = <&pci_clk_reg>;

/* deprecated */
pex-clk-supply = <&pci_clk_reg>;
vdd-supply = <&pci_vdd_reg>;

pci@1,0 {
status = "okay";
};
Expand Down
4 changes: 0 additions & 4 deletions arch/arm/boot/dts/tegra20-tamonten.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,6 @@
avdd-pex-pll-supply = <&pci_vdd_reg>;
avdd-plle-supply = <&pci_vdd_reg>;
vddio-pex-clk-supply = <&pci_clk_reg>;

/* deprecated */
pex-clk-supply = <&pci_clk_reg>;
vdd-supply = <&pci_vdd_reg>;
};

usb@c5008000 {
Expand Down
4 changes: 0 additions & 4 deletions arch/arm/boot/dts/tegra20-trimslice.dts
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,6 @@
avdd-plle-supply = <&pci_vdd_reg>;
vddio-pex-clk-supply = <&pci_clk_reg>;

/* deprecated */
pex-clk-supply = <&pci_clk_reg>;
vdd-supply = <&pci_vdd_reg>;

pci@1,0 {
status = "okay";
};
Expand Down
5 changes: 0 additions & 5 deletions arch/arm/boot/dts/tegra30-beaver.dts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
vddio-pex-ctl-supply = <&sys_3v3_reg>;
hvdd-pex-supply = <&sys_3v3_pexs_reg>;

/* deprecated */
pex-clk-supply = <&sys_3v3_pexs_reg>;
vdd-supply = <&ldo1_reg>;
avdd-supply = <&ldo2_reg>;

pci@1,0 {
status = "okay";
nvidia,num-lanes = <2>;
Expand Down
5 changes: 0 additions & 5 deletions arch/arm/boot/dts/tegra30-cardhu.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@
vddio-pex-ctl-supply = <&sys_3v3_reg>;
avdd-plle-supply = <&ldo2_reg>;

/* deprecated */
pex-clk-supply = <&pex_hvdd_3v3_reg>;
vdd-supply = <&ldo1_reg>;
avdd-supply = <&ldo2_reg>;

pci@1,0 {
nvidia,num-lanes = <4>;
};
Expand Down

0 comments on commit 122ee17

Please sign in to comment.