Browse Source

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>
Thomas Petazzoni 12 years ago
parent
commit
9470fbfb8d
2 changed files with 8 additions and 1 deletions
  1. 8 0
      arch/arm/boot/dts/kirkwood-mplcec4.dts
  2. 0 1
      arch/arm/mach-kirkwood/board-mplcec4.c

+ 8 - 0
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 {

+ 0 - 1
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);
 }