From: Jerin Jacob <jer...@marvell.com> The kernel mbox server driver(AF) updated the ready message response. Sync with AF driver.
Signed-off-by: Jerin Jacob <jer...@marvell.com> --- drivers/common/octeontx2/otx2_mbox.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/common/octeontx2/otx2_mbox.h b/drivers/common/octeontx2/otx2_mbox.h index b2c59c86e..9b58581f9 100644 --- a/drivers/common/octeontx2/otx2_mbox.h +++ b/drivers/common/octeontx2/otx2_mbox.h @@ -310,7 +310,8 @@ enum rvu_af_status { struct ready_msg_rsp { struct mbox_msghdr hdr; - uint16_t __otx2_io sclk_feq; /* SCLK frequency */ + uint16_t __otx2_io sclk_feq; /* SCLK frequency */ + uint16_t __otx2_io rclk_freq; /* RCLK frequency */ }; /* Structure for requesting resource provisioning. -- 2.22.0