]> git.karo-electronics.de Git - linux-beck.git/commit
PCI: tegra: Add Tegra124 support
authorThierry Reding <treding@nvidia.com>
Tue, 26 Aug 2014 15:11:38 +0000 (17:11 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 16 Sep 2014 22:55:49 +0000 (16:55 -0600)
commit7f1f054b3fac0b19ec0d74e3e18b73785c26f0a8
tree57fe5853eaa5f0e8763635a29f3c82a1dbbb9337
parentec73276204f06b6446a9c9b70173a1c15f6de536
PCI: tegra: Add Tegra124 support

The PCIe controller on Tegra124 has two root ports that can be used in a
x4/x1 or x2/x1 configuration and can run at PCIe 2.0 link speeds (up to
5 GT/s).  The PHY programming has been moved into a separate controller, so
the driver now needs to request an external PHY referenced using the device
tree.

Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
drivers/pci/host/pci-tegra.c