summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Roese <[email protected]>2019-01-25 11:52:45 +0100
committerStefan Roese <[email protected]>2019-02-05 14:22:56 +0100
commit9b276e90d640e1f655283f0fe823f1b1b05a542b (patch)
tree08280eebce48099e0782f2ebb24a79e5f160224e
parent6f139becf60e1ac97873a36d5672ea65cba97abd (diff)
arm: mvebu: armada-xp-theadorable.dts: Enable PCIe DT nodes
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]>
-rw-r--r--arch/arm/dts/armada-xp-theadorable.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-xp-theadorable.dts b/arch/arm/dts/armada-xp-theadorable.dts
index 965c38426c5..9b66ec678df 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";
+ };
+};