Commit 2a2c4b74 authored by Oded Gabbay's avatar Oded Gabbay

habanalabs: update firmware header to latest version

Add two new fields regarding interrupts communication between driver
and f/w.
Signed-off-by: default avatarOded Gabbay <ogabbay@kernel.org>
parent 8bb8b505
......@@ -345,7 +345,9 @@ struct cpu_dyn_regs {
__le32 gic_dma_core_irq_ctrl;
__le32 gic_host_halt_irq;
__le32 gic_host_ints_irq;
__le32 reserved1[24]; /* reserve for future use */
__le32 gic_host_soft_rst_irq;
__le32 gic_rot_qm_irq_ctrl;
__le32 reserved1[22]; /* reserve for future use */
};
/* TODO: remove the desc magic after the code is updated to use message */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment