]> Pileus Git - ~andy/linux/commitdiff
ARM: tegra: tec: Add PCIe support
authorThierry Reding <thierry.reding@avionic-design.de>
Fri, 9 Aug 2013 14:49:21 +0000 (16:49 +0200)
committerStephen Warren <swarren@nvidia.com>
Mon, 12 Aug 2013 20:19:16 +0000 (14:19 -0600)
Enable the first PCIe root port which is connected to an FPGA on the
Tamonten Evaluation Carrier and add device nodes for each of the PCI
endpoints available in the standard configuration.

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>
arch/arm/boot/dts/tegra20-tec.dts

index c572c43751b180ac3e6112f0110a89dd046654d7..3ada3cb67f07bd32689ddc3f780f45c9541faa74 100644 (file)
                };
        };
 
+       pcie-controller {
+               status = "okay";
+
+               pci@1,0 {
+                       status = "okay";
+               };
+       };
+
        sound {
                compatible = "ad,tegra-audio-wm8903-tec",
                             "nvidia,tegra-audio-wm8903";