From: Igor Grinberg <igrinb...@habana.ai>

The soft reset has transitioned to CPUCP packet instead of plain
register write and is about to be removed from the struct cpu_dyn_regs.
As a preparation for removing the gic_host_soft_rst_irq field from
struct cpu_dyn_regs, switch to use the plain macro - this keeps the
backward compatibility.

Signed-off-by: Igor Grinberg <igrinb...@habana.ai>
Reviewed-by: Oded Gabbay <ogab...@kernel.org>
Signed-off-by: Oded Gabbay <ogab...@kernel.org>
---
 drivers/accel/habanalabs/gaudi2/gaudi2.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/accel/habanalabs/gaudi2/gaudi2.c 
b/drivers/accel/habanalabs/gaudi2/gaudi2.c
index 1e22c7a47358..0f9e9522233f 100644
--- a/drivers/accel/habanalabs/gaudi2/gaudi2.c
+++ b/drivers/accel/habanalabs/gaudi2/gaudi2.c
@@ -6263,7 +6263,8 @@ static int gaudi2_execute_soft_reset(struct hl_device 
*hdev, bool driver_perform
                                WREG32(le32_to_cpu(dyn_regs->cpu_rst_status), 
CPU_RST_STATUS_NA);
                        else
                                WREG32(mmCPU_RST_STATUS_TO_HOST, 
CPU_RST_STATUS_NA);
-                       WREG32(le32_to_cpu(dyn_regs->gic_host_soft_rst_irq),
+
+                       WREG32(mmGIC_HOST_SOFT_RST_IRQ_POLL_REG,
                                
gaudi2_irq_map_table[GAUDI2_EVENT_CPU_SOFT_RESET].cpu_id);
 
                        /* wait for f/w response */
-- 
2.34.1

Reply via email to