From: Stefan Roese Date: Fri, 25 Jan 2019 10:52:45 +0000 (+0100) Subject: arm: mvebu: armada-xp-theadorable.dts: Enable PCIe DT nodes X-Git-Tag: v2019.04-rc1~6^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9b276e90d640e1f655283f0fe823f1b1b05a542b;p=oweals%2Fu-boot.git 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 Cc: Dirk Eibach Cc: Mario Six Cc: Chris Packham Cc: Phil Sutter Cc: Marek BehĂșn Cc: VlaoMao --- 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"; + }; +};