projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f139be
)
arm: mvebu: armada-xp-theadorable.dts: Enable PCIe DT nodes
author
Stefan Roese
<
[email protected]
>
Fri, 25 Jan 2019 10:52:45 +0000
(11:52 +0100)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/armada-xp-theadorable.dts
b/arch/arm/dts/armada-xp-theadorable.dts
index 965c38426c50c197e6f87eaa98bff8cef855ea78..9b66ec678dfb04877b9831ad6dc45f408e2b14b9 100644
(file)
--- 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";
+ };
+};