]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/pci/host/pci-tegra.c
Merge remote-tracking branch 'pci/next'
[karo-tx-linux.git] / drivers / pci / host / pci-tegra.c
index 0175041ab728b8a641194f432146fa3e1e84c646..330f7e3a32dd9f3694a09844106b551751235296 100644 (file)
@@ -808,7 +808,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 */