diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-09-28 08:46:19 -0400 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-10-02 10:11:27 -0400 |
commit | 30571678d853d054d32782ae51684500a0fa3a11 (patch) | |
tree | 6be6df9d9edd909ff4e76f02a038ec87bcbfba5e | |
parent | 73ae5fe8a52ff8543011e476e406f83e80a53145 (diff) |
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>
-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 @@ | |||
143 | pinctrl-names = "default"; | 143 | pinctrl-names = "default"; |
144 | }; | 144 | }; |
145 | 145 | ||
146 | /* CON6 on CP0 expansion */ | ||
147 | &cpm_pcie0 { | ||
148 | status = "okay"; | ||
149 | }; | ||
146 | 150 | ||
147 | /* CON5 on CP0 expansion */ | 151 | /* CON5 on CP0 expansion */ |
148 | &cpm_pcie2 { | 152 | &cpm_pcie2 { |
@@ -213,6 +217,16 @@ | |||
213 | phy-mode = "rgmii-id"; | 217 | phy-mode = "rgmii-id"; |
214 | }; | 218 | }; |
215 | 219 | ||
220 | /* CON6 on CP1 expansion */ | ||
221 | &cps_pcie0 { | ||
222 | status = "okay"; | ||
223 | }; | ||
224 | |||
225 | /* CON7 on CP1 expansion */ | ||
226 | &cps_pcie1 { | ||
227 | status = "okay"; | ||
228 | }; | ||
229 | |||
216 | /* CON5 on CP1 expansion */ | 230 | /* CON5 on CP1 expansion */ |
217 | &cps_pcie2 { | 231 | &cps_pcie2 { |
218 | status = "okay"; | 232 | status = "okay"; |