diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2013-08-09 10:49:20 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-08-12 16:19:12 -0400 |
commit | 1b2d6b849f2e4f677effe697f208f511edabe871 (patch) | |
tree | 9adc07f265467b568f30ede3a8f5a60802fa004d | |
parent | 1b62b611bdcb1d829571ab37e374528ee46ff937 (diff) |
ARM: tegra: tamonten: Add PCIe support
Add properties common to all Tamonten-derived boards to the Tamonten
DTSI and add the fixed 1.05 V regulator.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r-- | arch/arm/boot/dts/tegra20-tamonten.dtsi | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra20-tamonten.dtsi b/arch/arm/boot/dts/tegra20-tamonten.dtsi index f00febe69cda..7726dab3d08d 100644 --- a/arch/arm/boot/dts/tegra20-tamonten.dtsi +++ b/arch/arm/boot/dts/tegra20-tamonten.dtsi | |||
@@ -366,7 +366,7 @@ | |||
366 | regulator-always-on; | 366 | regulator-always-on; |
367 | }; | 367 | }; |
368 | 368 | ||
369 | ldo0 { | 369 | pci_clk_reg: ldo0 { |
370 | regulator-name = "vdd_ldo0,vddio_pex_clk"; | 370 | regulator-name = "vdd_ldo0,vddio_pex_clk"; |
371 | regulator-min-microvolt = <3300000>; | 371 | regulator-min-microvolt = <3300000>; |
372 | regulator-max-microvolt = <3300000>; | 372 | regulator-max-microvolt = <3300000>; |
@@ -467,6 +467,11 @@ | |||
467 | nvidia,sys-clock-req-active-high; | 467 | nvidia,sys-clock-req-active-high; |
468 | }; | 468 | }; |
469 | 469 | ||
470 | pcie-controller { | ||
471 | pex-clk-supply = <&pci_clk_reg>; | ||
472 | vdd-supply = <&pci_vdd_reg>; | ||
473 | }; | ||
474 | |||
470 | usb@c5008000 { | 475 | usb@c5008000 { |
471 | status = "okay"; | 476 | status = "okay"; |
472 | }; | 477 | }; |
@@ -509,5 +514,15 @@ | |||
509 | regulator-max-microvolt = <5000000>; | 514 | regulator-max-microvolt = <5000000>; |
510 | regulator-always-on; | 515 | regulator-always-on; |
511 | }; | 516 | }; |
517 | |||
518 | pci_vdd_reg: regulator@1 { | ||
519 | compatible = "regulator-fixed"; | ||
520 | reg = <1>; | ||
521 | regulator-name = "vdd_1v05"; | ||
522 | regulator-min-microvolt = <1050000>; | ||
523 | regulator-max-microvolt = <1050000>; | ||
524 | gpio = <&pmic 2 0>; | ||
525 | enable-active-high; | ||
526 | }; | ||
512 | }; | 527 | }; |
513 | }; | 528 | }; |