]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
pci: tegra: Make clkport independent of root port
authorVipin Kumar <vipink@nvidia.com>
Fri, 18 Sep 2015 09:27:47 +0000 (14:57 +0530)
committermobile promotions <svcmobile_promotions@nvidia.com>
Sat, 7 Nov 2015 08:32:35 +0000 (00:32 -0800)
commitba5c20da85b6dee5103e6403e0feb3628c571ef9
tree7114924940e20e3b0275f4e46c29fc8e3c7bbecf
parent250428a4ea2bb2fc2334eaf044d70066351a084b
pci: tegra: Make clkport independent of root port

PCI driver assumes that PCI0 is bound to clock port 0 and PCI1 is bound
to clock port 1. This patch adds a DT property to make use of the below
combinations as well
PCI0 <--> Clock Port 1
PCI1 <--> Clock Port 0

bug 1657220

Change-Id: I01ff0285d1b1403f1ea15202119318fb489fbe8b
Signed-off-by: Vipin Kumar <vipink@nvidia.com>
Reviewed-on: http://git-master/r/801253
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Documentation/devicetree/bindings/pci/nvidia,tegra124-pcie.txt
drivers/pci/host/pci-tegra.c