diff mbox series

[U-Boot,3/3,v2] arm: mvebu: armada-xp-theadorable.dts: Enable PCIe DT nodes

Message ID 20190118114642.19412-5-sr@denx.de
State Superseded
Delegated to: Stefan Roese
Headers show
Series [U-Boot] pci: Add PCI_SLOT macro to include/pci.h | expand

Commit Message

Stefan Roese Jan. 18, 2019, 11:46 a.m. UTC
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>
---
v2:
- New file

 arch/arm/dts/armada-xp-theadorable.dts | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/armada-xp-theadorable.dts b/arch/arm/dts/armada-xp-theadorable.dts
index 965c38426c..9b66ec678d 100644
--- a/arch/arm/dts/armada-xp-theadorable.dts
+++ b/arch/arm/dts/armada-xp-theadorable.dts
@@ -162,3 +162,17 @@ 
 		};
 	};
 };
+
+&pciec {
+	status = "okay";
+
+	pcie@1,0 {
+		/* Port 0, Lane 0 */
+		status = "okay";
+	};
+
+	pcie@9,0 {
+		/* Port 2, Lane 0 */
+		status = "okay";
+	};
+};