[U-Boot] [PATCH 4/4 v3] arm: mvebu: armada-xp-theadorable.dts: Enable PCIe DT nodes
Stefan Roese
sr at denx.de
Fri Jan 25 10:52:45 UTC 2019
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 at denx.de>
Cc: Dirk Eibach <dirk.eibach at gdsys.cc>
Cc: Mario Six <mario.six at gdsys.cc>
Cc: Chris Packham <chris.packham at alliedtelesis.co.nz>
Cc: Phil Sutter <phil at nwl.cc>
Cc: Marek BehĂșn <marek.behun at nic.cz>
Cc: VlaoMao <vlaomao at gmail.com>
---
v3:
- No change
v2:
- New file
arch/arm/dts/armada-xp-theadorable.dts | 14 ++++++++++++++
1 file changed, 14 insertions(+)
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 at 1,0 {
+ /* Port 0, Lane 0 */
+ status = "okay";
+ };
+
+ pcie at 9,0 {
+ /* Port 2, Lane 0 */
+ status = "okay";
+ };
+};
--
2.20.1
More information about the U-Boot
mailing list