diff options
author | Stefan Roese | 2019-01-25 11:52:45 +0100 |
---|---|---|
committer | Stefan Roese | 2019-02-05 14:22:56 +0100 |
commit | 9b276e90d640e1f655283f0fe823f1b1b05a542b (patch) | |
tree | 08280eebce48099e0782f2ebb24a79e5f160224e | |
parent | 6f139becf60e1ac97873a36d5672ea65cba97abd (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 <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>
-rw-r--r-- | arch/arm/dts/armada-xp-theadorable.dts | 14 |
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"; + }; +}; |