aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/host
diff options
context:
space:
mode:
authorGravatar Bjorn Helgaas <bhelgaas@google.com> 2013-12-18 14:04:20 -0700
committerGravatar Bjorn Helgaas <bhelgaas@google.com> 2013-12-18 14:04:20 -0700
commit765147f85a79aba1ba2a45b42eee00e63f783bc9 (patch)
treefe207735f8041044fef33020093cfe75e69bcbfd /drivers/pci/host
parentMerge branch 'pci/host-rcar' into next (diff)
parentPCI: Disable Gen2 for Tegra20 and Tegra30 (diff)
downloadlinux-765147f85a79aba1ba2a45b42eee00e63f783bc9.tar.gz
linux-765147f85a79aba1ba2a45b42eee00e63f783bc9.tar.bz2
linux-765147f85a79aba1ba2a45b42eee00e63f783bc9.zip
Merge branch 'pci/host-tegra' into next
* pci/host-tegra: PCI: Disable Gen2 for Tegra20 and Tegra30
Diffstat (limited to 'drivers/pci/host')
-rw-r--r--drivers/pci/host/pci-tegra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/pci-tegra.c b/drivers/pci/host/pci-tegra.c
index 0afbbbc55c81..b8ba2f794559 100644
--- a/drivers/pci/host/pci-tegra.c
+++ b/drivers/pci/host/pci-tegra.c
@@ -805,7 +805,7 @@ static int tegra_pcie_enable_controller(struct tegra_pcie *pcie)
afi_writel(pcie, value, AFI_PCIE_CONFIG);
value = afi_readl(pcie, AFI_FUSE);
- value &= ~AFI_FUSE_PCIE_T0_GEN2_DIS;
+ value |= AFI_FUSE_PCIE_T0_GEN2_DIS;
afi_writel(pcie, value, AFI_FUSE);
/* initialize internal PHY, enable up to 16 PCIE lanes */