From: Thierry Reding Date: Fri, 9 Aug 2013 14:49:21 +0000 (+0200) Subject: ARM: tegra: tec: Add PCIe support X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=237bcad102a0ac349d26980e4c978cdaa318ecaf;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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 Signed-off-by: Thierry Reding Signed-off-by: Stephen Warren --- 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";