Message ID | 1459071636-27687-5-git-send-email-thomas.petazzoni@free-electrons.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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"; + }; + }; };
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(+)