diff options
author | Thierry Reding <treding@nvidia.com> | 2014-05-28 16:49:12 +0200 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2014-06-16 20:22:59 +0200 |
commit | cca8614d444de065b7642152d269c8392effbbc8 (patch) | |
tree | 01c88cb247999f88c6ceb57712d6ef0d172be9b5 /arch/arm/boot/dts/tegra20-tamonten.dtsi | |
parent | PCI: tegra: Overhaul regulator usage (diff) | |
download | linux-cca8614d444de065b7642152d269c8392effbbc8.tar.xz linux-cca8614d444de065b7642152d269c8392effbbc8.zip |
ARM: tegra: Add new PCIe regulator properties
These new properties more accurately reflect the real connections of the
boards and therefore make it easier to match them up with schematics.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-tamonten.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra20-tamonten.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-tamonten.dtsi b/arch/arm/boot/dts/tegra20-tamonten.dtsi index a1b0d965757f..0e33577750ae 100644 --- a/arch/arm/boot/dts/tegra20-tamonten.dtsi +++ b/arch/arm/boot/dts/tegra20-tamonten.dtsi @@ -473,6 +473,13 @@ }; pcie-controller@80003000 { + avdd-pex-supply = <&pci_vdd_reg>; + vdd-pex-supply = <&pci_vdd_reg>; + 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>; }; |