From 01b3da69ef06fddc84c19fad3cba0f9c80dbcc46 Mon Sep 17 00:00:00 2001 From: Jerin Jacob Date: Sun, 4 Aug 2019 00:12:19 +0530 Subject: [PATCH] common/octeontx2: update ready message response The kernel mbox server driver(AF) updated the ready message response. Sync with AF driver. Signed-off-by: Jerin Jacob --- 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 b2c59c86e1..9b58581f9e 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.20.1