summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood
diff options
context:
space:
mode:
authorThomas Petazzoni2013-05-15 15:36:58 +0200
committerJason Cooper2013-05-27 18:02:12 +0200
commit9470fbfb8d15350ac54770ccf921cbcffcdbc24f (patch)
tree6f630c0cc82fc8dd8adf7c46a27b8f3e5036d21c /arch/arm/mach-kirkwood
parentarm: kirkwood: convert Iomega Iconnect to use DT for the PCIe interface (diff)
downloadkernel-qcow2-linux-9470fbfb8d15350ac54770ccf921cbcffcdbc24f.tar.gz
kernel-qcow2-linux-9470fbfb8d15350ac54770ccf921cbcffcdbc24f.tar.xz
kernel-qcow2-linux-9470fbfb8d15350ac54770ccf921cbcffcdbc24f.zip
arm: kirkwood: convert MPL CEC4 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: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood')
-rw-r--r--arch/arm/mach-kirkwood/board-mplcec4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/board-mplcec4.c b/arch/arm/mach-kirkwood/board-mplcec4.c
index 7d6dc669e17f..938712e248f1 100644
--- a/arch/arm/mach-kirkwood/board-mplcec4.c
+++ b/arch/arm/mach-kirkwood/board-mplcec4.c
@@ -29,7 +29,6 @@ void __init mplcec4_init(void)
*/
kirkwood_ge00_init(&mplcec4_ge00_data);
kirkwood_ge01_init(&mplcec4_ge01_data);
- kirkwood_pcie_init(KW_PCIE0);
}