diff mbox

[v1,1/1] xen/arm: Disable PCIe on the ZynqMP

Message ID 1501529825-16326-2-git-send-email-edgar.iglesias@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Edgar E. Iglesias July 31, 2017, 7:37 p.m. UTC
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

Disable PCIe on the ZynqMP. Xen does not yet know how to map the
controller and dom0 fails to boot with the node enabled.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
---
 xen/arch/arm/platforms/xilinx-zynqmp.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/xen/arch/arm/platforms/xilinx-zynqmp.c b/xen/arch/arm/platforms/xilinx-zynqmp.c
index 2adee91..822287b 100644
--- a/xen/arch/arm/platforms/xilinx-zynqmp.c
+++ b/xen/arch/arm/platforms/xilinx-zynqmp.c
@@ -29,6 +29,7 @@  static const struct dt_device_match zynqmp_blacklist_dev[] __initconst =
 {
     /* Power management is not yet supported.  */
     DT_MATCH_COMPATIBLE("xlnx,zynqmp-pm"),
+    DT_MATCH_COMPATIBLE("xlnx,nwl-pcie-2.11"),
     { /* sentinel */ },
 };