arm: mvebu: armada-xp-theadorable.dts: Enable PCIe DT nodes
authorStefan Roese <[email protected]>
Fri, 25 Jan 2019 10:52:45 +0000 (11:52 +0100)
committerStefan Roese <[email protected]>
Tue, 5 Feb 2019 13:22:56 +0000 (14:22 +0100)
Now that the PCIe driver supports DM and DT parsing, enable the PCIe DT
nodes that are used by this board.

Signed-off-by: Stefan Roese <[email protected]>
Cc: Dirk Eibach <[email protected]>
Cc: Mario Six <[email protected]>
Cc: Chris Packham <[email protected]>
Cc: Phil Sutter <[email protected]>
Cc: Marek BehĂșn <[email protected]>
Cc: VlaoMao <[email protected]>
arch/arm/dts/armada-xp-theadorable.dts

index 965c38426c50c197e6f87eaa98bff8cef855ea78..9b66ec678dfb04877b9831ad6dc45f408e2b14b9 100644 (file)
                };
        };
 };
+
+&pciec {
+       status = "okay";
+
+       pcie@1,0 {
+               /* Port 0, Lane 0 */
+               status = "okay";
+       };
+
+       pcie@9,0 {
+               /* Port 2, Lane 0 */
+               status = "okay";
+       };
+};