aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/npu2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/npu2.c b/hw/npu2.c
index 83804fc..6c91d21 100644
--- a/hw/npu2.c
+++ b/hw/npu2.c
@@ -1393,6 +1393,9 @@ static void npu2_probe_phb(struct dt_node *dn)
dt_add_property_cells(np, "ibm,links", links);
dt_add_property(np, "ibm,mmio-window", mm_win, sizeof(mm_win));
dt_add_property_cells(np, "ibm,phb-diag-data-size", 0);
+
+ /* Disable fast reboot - not currently supported */
+ disable_fast_reboot("NVLink device enabled");
}
static uint32_t npu2_populate_pcie_cap(struct npu2_dev *dev,