summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood
diff options
context:
space:
mode:
authorThomas Petazzoni2013-05-15 15:37:00 +0200
committerJason Cooper2013-05-27 18:02:12 +0200
commit259e234608dbc6c6a673efb5d58a1c036eb9b47a (patch)
tree887dd8af056760b43e52f74382e7a99c0135623c /arch/arm/mach-kirkwood
parentarm: kirkwood: convert ZyXEL NSA310 to use DT for the PCIe interface (diff)
downloadkernel-qcow2-linux-259e234608dbc6c6a673efb5d58a1c036eb9b47a.tar.gz
kernel-qcow2-linux-259e234608dbc6c6a673efb5d58a1c036eb9b47a.tar.xz
kernel-qcow2-linux-259e234608dbc6c6a673efb5d58a1c036eb9b47a.zip
arm: kirkwood: convert QNAP TS219 to use DT for the PCIe interface
Now that the PCIe mvebu driver is usable on Kirkwood, use it instead of the legacy PCIe code, since it allows to describe the PCIe interfaces in the Device Tree. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood')
-rw-r--r--arch/arm/mach-kirkwood/board-ts219.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-kirkwood/board-ts219.c b/arch/arm/mach-kirkwood/board-ts219.c
index acb0187c7ee1..4695d5f35fc9 100644
--- a/arch/arm/mach-kirkwood/board-ts219.c
+++ b/arch/arm/mach-kirkwood/board-ts219.c
@@ -41,13 +41,3 @@ void __init qnap_dt_ts219_init(void)
pm_power_off = qnap_tsx1x_power_off;
}
-
-/* FIXME: Will not work with DT. Maybe use MPP40_GPIO? */
-static int __init ts219_pci_init(void)
-{
- if (machine_is_ts219())
- kirkwood_pcie_init(KW_PCIE0);
-
- return 0;
-}
-subsys_initcall(ts219_pci_init);