diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-09-28 14:46:19 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-10-02 16:11:27 +0200 |
commit | 30571678d853d054d32782ae51684500a0fa3a11 (patch) | |
tree | 6be6df9d9edd909ff4e76f02a038ec87bcbfba5e /arch/arm64/boot/dts/marvell/armada-8040-db.dts | |
parent | arm64: dts: marvell: add NAND support on the 7040-DB board (diff) | |
download | linux-30571678d853d054d32782ae51684500a0fa3a11.tar.xz linux-30571678d853d054d32782ae51684500a0fa3a11.zip |
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-8040-db.dts')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-8040-db.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-8040-db.dts b/arch/arm64/boot/dts/marvell/armada-8040-db.dts index e9c20506ea73..37ebf86c388f 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"; |