diff options
-rw-r--r-- | arch/arm/boot/dts/tegra20-harmony.dts | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/tegra20-harmony.dts b/arch/arm/boot/dts/tegra20-harmony.dts index d44cf9074ac6..e156ab30e763 100644 --- a/arch/arm/boot/dts/tegra20-harmony.dts +++ b/arch/arm/boot/dts/tegra20-harmony.dts | |||
@@ -335,7 +335,7 @@ | |||
335 | regulator-always-on; | 335 | regulator-always-on; |
336 | }; | 336 | }; |
337 | 337 | ||
338 | ldo0 { | 338 | pci_clk_reg: ldo0 { |
339 | regulator-name = "vdd_ldo0,vddio_pex_clk"; | 339 | regulator-name = "vdd_ldo0,vddio_pex_clk"; |
340 | regulator-min-microvolt = <3300000>; | 340 | regulator-min-microvolt = <3300000>; |
341 | regulator-max-microvolt = <3300000>; | 341 | regulator-max-microvolt = <3300000>; |
@@ -425,6 +425,20 @@ | |||
425 | nvidia,sys-clock-req-active-high; | 425 | nvidia,sys-clock-req-active-high; |
426 | }; | 426 | }; |
427 | 427 | ||
428 | pcie-controller { | ||
429 | pex-clk-supply = <&pci_clk_reg>; | ||
430 | vdd-supply = <&pci_vdd_reg>; | ||
431 | status = "okay"; | ||
432 | |||
433 | pci@1,0 { | ||
434 | status = "okay"; | ||
435 | }; | ||
436 | |||
437 | pci@2,0 { | ||
438 | status = "okay"; | ||
439 | }; | ||
440 | }; | ||
441 | |||
428 | usb@c5000000 { | 442 | usb@c5000000 { |
429 | status = "okay"; | 443 | status = "okay"; |
430 | }; | 444 | }; |
@@ -643,7 +657,7 @@ | |||
643 | enable-active-high; | 657 | enable-active-high; |
644 | }; | 658 | }; |
645 | 659 | ||
646 | regulator@3 { | 660 | pci_vdd_reg: regulator@3 { |
647 | compatible = "regulator-fixed"; | 661 | compatible = "regulator-fixed"; |
648 | reg = <3>; | 662 | reg = <3>; |
649 | regulator-name = "vdd_1v05"; | 663 | regulator-name = "vdd_1v05"; |
@@ -651,8 +665,6 @@ | |||
651 | regulator-max-microvolt = <1050000>; | 665 | regulator-max-microvolt = <1050000>; |
652 | gpio = <&pmic 2 GPIO_ACTIVE_HIGH>; | 666 | gpio = <&pmic 2 GPIO_ACTIVE_HIGH>; |
653 | enable-active-high; | 667 | enable-active-high; |
654 | /* Hack until board-harmony-pcie.c is removed */ | ||
655 | status = "disabled"; | ||
656 | }; | 668 | }; |
657 | 669 | ||
658 | regulator@4 { | 670 | regulator@4 { |