aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/npu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/npu.c b/hw/npu.c
index b113800..85750c9 100644
--- a/hw/npu.c
+++ b/hw/npu.c
@@ -1153,6 +1153,9 @@ static void npu_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 void npu_dev_populate_vendor_cap(struct npu_dev_cap *cap)