arm: mvebu: armada-xp-theadorable.dts: Enable PCIe DT nodes
authorStefan Roese <sr@denx.de>
Fri, 25 Jan 2019 10:52:45 +0000 (11:52 +0100)
committerStefan Roese <sr@denx.de>
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 <sr@denx.de>
Cc: Dirk Eibach <dirk.eibach@gdsys.cc>
Cc: Mario Six <mario.six@gdsys.cc>
Cc: Chris Packham <chris.packham@alliedtelesis.co.nz>
Cc: Phil Sutter <phil@nwl.cc>
Cc: Marek BehĂșn <marek.behun@nic.cz>
Cc: VlaoMao <vlaomao@gmail.com>
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";
+       };
+};