OSDN Git Service

arm64: dts: marvell: enable additional PCIe ports on Armada 8040 DB
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 28 Sep 2017 12:46:19 +0000 (14:46 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 2 Oct 2017 14:11:27 +0000 (16:11 +0200)
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>
arch/arm64/boot/dts/marvell/armada-8040-db.dts

index e9c2050..37ebf86 100644 (file)
        pinctrl-names = "default";
 };
 
+/* CON6 on CP0 expansion */
+&cpm_pcie0 {
+       status = "okay";
+};
 
 /* CON5 on CP0 expansion */
 &cpm_pcie2 {
        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";