diff mbox

[4/4] arm64: dts: marvell: enable one PCIe interface on Armada 7040-DB

Message ID 1459071636-27687-5-git-send-email-thomas.petazzoni@free-electrons.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thomas Petazzoni March 27, 2016, 9:40 a.m. UTC
This commit enables one PCIe interface on Armada 7040-DB, now that
PCIe support for this SoC has been enabled.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 arch/arm64/boot/dts/marvell/armada-7040-db.dts | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox

Patch

diff --git a/arch/arm64/boot/dts/marvell/armada-7040-db.dts b/arch/arm64/boot/dts/marvell/armada-7040-db.dts
index 064a251..33ba5dc 100644
--- a/arch/arm64/boot/dts/marvell/armada-7040-db.dts
+++ b/arch/arm64/boot/dts/marvell/armada-7040-db.dts
@@ -89,4 +89,10 @@ 
 			};
 		};
 	};
+
+	cp110-master {
+		pcie@f2640000 {
+			status = "okay";
+		};
+	};
 };