]> Git Repo - linux.git/commitdiff
Kirkwood: Enable PCIe port 1 on QNAP TS-11x/TS-21x
authorMartin Michlmayr <[email protected]>
Sun, 21 Apr 2013 16:14:00 +0000 (17:14 +0100)
committerJason Cooper <[email protected]>
Mon, 13 May 2013 15:57:29 +0000 (15:57 +0000)
Enable KW_PCIE1 on QNAP TS-11x/TS-21x devices as newer revisions
(rev 1.3) have a USB 3.0 chip from Etron on PCIe port 1.  Thanks
to Marek Vasut for identifying this issue!

Cc: <[email protected]> # v2.6.36.x
Signed-off-by: Martin Michlmayr <[email protected]>
Tested-by: Marek Vasut <[email protected]>
Acked-by: Andrew Lunn <[email protected]>
Signed-off-by: Jason Cooper <[email protected]>
arch/arm/mach-kirkwood/ts219-setup.c

index 283abff902287357a27da54427a390432317bca2..e1267d6b468f1f6d0d0a0e7efa40391bff077183 100644 (file)
@@ -124,7 +124,7 @@ static void __init qnap_ts219_init(void)
 static int __init ts219_pci_init(void)
 {
        if (machine_is_ts219())
-               kirkwood_pcie_init(KW_PCIE0);
+               kirkwood_pcie_init(KW_PCIE1 | KW_PCIE0);
 
        return 0;
 }
This page took 0.057315 seconds and 4 git commands to generate.