blob: 502a9849c1b08c63e36e9bdd7807ef5cf4ef2c23 [file] [log] [blame]
Patrick Williams2194f502022-10-16 14:26:09 -05001From dfa152d399d7e6a285ab31bcc2172f61d5db907d Mon Sep 17 00:00:00 2001
2From: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com>
3Date: Thu, 19 May 2022 09:59:06 +0100
4Subject: [PATCH 38/40] ANDROID: trusty-ipc: fix VIRTIO_ID_TRUSTY_IPC ID
5
6Signed-off-by: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com>
7Upstream-Status: Pending [Not submitted to upstream yet]
8Signed-off-by: Rupinderjit Singh <rupinderjit.singh@arm.com
9---
10 include/uapi/linux/virtio_ids.h | 4 ++++
11 1 file changed, 4 insertions(+)
12
13diff --git a/include/uapi/linux/virtio_ids.h b/include/uapi/linux/virtio_ids.h
14index 909905cd7618..06ccbf2db5fa 100644
15--- a/include/uapi/linux/virtio_ids.h
16+++ b/include/uapi/linux/virtio_ids.h
17@@ -42,6 +42,10 @@
18 #define VIRTIO_ID_RPROC_SERIAL 11 /* virtio remoteproc serial link */
19 #define VIRTIO_ID_CAIF 12 /* Virtio caif */
20 #define VIRTIO_ID_MEMORY_BALLOON 13 /* virtio memory balloon */
21+/*
22+ * todo: VIRTIO_ID_TRUSTY_IPC conflicts with VIRTIO_ID_MEMORY_BALLOON
23+ * replace with unused ID and update trusty kernel header tipc_virtio_dev.h
24+ */
25 #define VIRTIO_ID_TRUSTY_IPC 13 /* virtio trusty ipc */
26 #define VIRTIO_ID_GPU 16 /* virtio GPU */
27 #define VIRTIO_ID_CLOCK 17 /* virtio clock/timer */
28--
292.34.1
30