common/octeontx2: update ready message response
authorJerin Jacob <jerinj@marvell.com>
Sat, 3 Aug 2019 18:42:19 +0000 (00:12 +0530)
committerJerin Jacob <jerinj@marvell.com>
Mon, 5 Aug 2019 16:11:51 +0000 (18:11 +0200)
The kernel mbox server driver(AF) updated the ready
message response. Sync with AF driver.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
drivers/common/octeontx2/otx2_mbox.h

index b2c59c8..9b58581 100644 (file)
@@ -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.