summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2013-08-09 16:49:21 +0200
committerStephen Warren <swarren@nvidia.com>2013-08-12 22:19:16 +0200
commit237bcad102a0ac349d26980e4c978cdaa318ecaf (patch)
treeeb84fc98d2052f5e633cc050b105ca60f0cc8211
parentARM: tegra: tamonten: Add PCIe support (diff)
downloadlinux-237bcad102a0ac349d26980e4c978cdaa318ecaf.tar.xz
linux-237bcad102a0ac349d26980e4c978cdaa318ecaf.zip
ARM: tegra: tec: Add PCIe support
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>
-rw-r--r--arch/arm/boot/dts/tegra20-tec.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-tec.dts b/arch/arm/boot/dts/tegra20-tec.dts
index c572c43751b1..3ada3cb67f07 100644
--- a/arch/arm/boot/dts/tegra20-tec.dts
+++ b/arch/arm/boot/dts/tegra20-tec.dts
@@ -32,6 +32,14 @@
};
};
+ pcie-controller {
+ status = "okay";
+
+ pci@1,0 {
+ status = "okay";
+ };
+ };
+
sound {
compatible = "ad,tegra-audio-wm8903-tec",
"nvidia,tegra-audio-wm8903";