From: Thomas Petazzoni Date: Thu, 28 Sep 2017 12:46:19 +0000 (+0200) Subject: arm64: dts: marvell: enable additional PCIe ports on Armada 8040 DB X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=30571678d853d054d32782ae51684500a0fa3a11;p=linux.git arm64: dts: marvell: enable additional PCIe ports on Armada 8040 DB The Armada 8040 DB has numerous PCIe ports, so let's enable a few more of those PCIe ports that are enabled in the default bootloader configuration. Signed-off-by: Thomas Petazzoni Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/boot/dts/marvell/armada-8040-db.dts b/arch/arm64/boot/dts/marvell/armada-8040-db.dts index e9c20506ea73f..37ebf86c388fc 100644 --- a/arch/arm64/boot/dts/marvell/armada-8040-db.dts +++ b/arch/arm64/boot/dts/marvell/armada-8040-db.dts @@ -143,6 +143,10 @@ pinctrl-names = "default"; }; +/* CON6 on CP0 expansion */ +&cpm_pcie0 { + status = "okay"; +}; /* CON5 on CP0 expansion */ &cpm_pcie2 { @@ -213,6 +217,16 @@ phy-mode = "rgmii-id"; }; +/* CON6 on CP1 expansion */ +&cps_pcie0 { + status = "okay"; +}; + +/* CON7 on CP1 expansion */ +&cps_pcie1 { + status = "okay"; +}; + /* CON5 on CP1 expansion */ &cps_pcie2 { status = "okay";