diff options
Diffstat (limited to 'target/linux/kirkwood/patches-3.10/0013-arm-kirkwood-convert-MPL-CEC4-to-use-DT-for-the-PCIe.patch')
-rw-r--r-- | target/linux/kirkwood/patches-3.10/0013-arm-kirkwood-convert-MPL-CEC4-to-use-DT-for-the-PCIe.patch | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/target/linux/kirkwood/patches-3.10/0013-arm-kirkwood-convert-MPL-CEC4-to-use-DT-for-the-PCIe.patch b/target/linux/kirkwood/patches-3.10/0013-arm-kirkwood-convert-MPL-CEC4-to-use-DT-for-the-PCIe.patch deleted file mode 100644 index c377cb0633..0000000000 --- a/target/linux/kirkwood/patches-3.10/0013-arm-kirkwood-convert-MPL-CEC4-to-use-DT-for-the-PCIe.patch +++ /dev/null @@ -1,44 +0,0 @@ -From b12363b0a393e2751395af002bf9ab192c1140c1 Mon Sep 17 00:00:00 2001 -From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> -Date: Wed, 15 May 2013 15:36:58 +0200 -Subject: [PATCH 13/29] 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> ---- - arch/arm/boot/dts/kirkwood-mplcec4.dts | 8 ++++++++ - arch/arm/mach-kirkwood/board-mplcec4.c | 1 - - 2 files changed, 8 insertions(+), 1 deletion(-) - ---- a/arch/arm/boot/dts/kirkwood-mplcec4.dts -+++ b/arch/arm/boot/dts/kirkwood-mplcec4.dts -@@ -139,6 +139,14 @@ - cd-gpios = <&gpio1 15 0>; - /* No WP GPIO */ - }; -+ -+ pcie-controller { -+ status = "okay"; -+ -+ pcie@1,0 { -+ status = "okay"; -+ }; -+ }; - }; - - gpio-leds { ---- 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); - } - - |