aboutsummaryrefslogtreecommitdiff
path: root/kernel/rpmsg/ethosu_rpmsg_capabilities.c
diff options
context:
space:
mode:
authorMikael Olsson <mikael.olsson@arm.com>2024-02-20 15:48:47 +0100
committerMikael Olsson <mikael.olsson@arm.com>2024-02-21 17:05:33 +0100
commite43c8c26e6ebad3cadabda9d5d4fecba84333078 (patch)
treec23697ff2b85253561403b1f0d7991c1c19528e3 /kernel/rpmsg/ethosu_rpmsg_capabilities.c
parent8a687ed4a249e4a9d82e88f6bc0d93e13917687c (diff)
downloadethos-u-linux-driver-stack-e43c8c26e6ebad3cadabda9d5d4fecba84333078.tar.gz
Fix UAPI device type naming and validation
The device types in the UAPI have been renamed to follow the UAPI namespacing and driver library validation has been added to ensure the driver library and UAPI device enum values match. The kernel and driver library version have been given a major bump for the introduction of the device type in the capabilities. Change-Id: Ib782b0bd7a8641db88521f8be399f709d2d73816 Signed-off-by: Mikael Olsson <mikael.olsson@arm.com>
Diffstat (limited to 'kernel/rpmsg/ethosu_rpmsg_capabilities.c')
-rw-r--r--kernel/rpmsg/ethosu_rpmsg_capabilities.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rpmsg/ethosu_rpmsg_capabilities.c b/kernel/rpmsg/ethosu_rpmsg_capabilities.c
index 30a9aef..8d9386e 100644
--- a/kernel/rpmsg/ethosu_rpmsg_capabilities.c
+++ b/kernel/rpmsg/ethosu_rpmsg_capabilities.c
@@ -97,7 +97,7 @@ void ethosu_capability_rsp(struct ethosu_rpmsg_mailbox *mailbox,
cap->uapi->hw_cfg.macs_per_cc = rsp->macs_per_cc;
cap->uapi->hw_cfg.cmd_stream_version = rsp->cmd_stream_version;
cap->uapi->hw_cfg.custom_dma = rsp->custom_dma;
- cap->uapi->hw_cfg.type = ETHOSU_DEV_SUBSYSTEM;
+ cap->uapi->hw_cfg.type = ETHOSU_UAPI_DEVICE_SUBSYSTEM;
cap->errno = 0;
complete(&cap->done);