2023-09-13 11:17:24

by Shazad Hussain

[permalink] [raw]
Subject: [PATCH v1] dt-bindings: mailbox: Add protocol and client ID for SAIL and GPDSP's

Add more protocol and client ID for SAIL and GPDSP's which can be used
in device tree properties.

Signed-off-by: Shazad Hussain <[email protected]>
---
include/dt-bindings/mailbox/qcom-ipcc.h | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/include/dt-bindings/mailbox/qcom-ipcc.h b/include/dt-bindings/mailbox/qcom-ipcc.h
index fbfa3febc66d..4ef14cba6bdd 100644
--- a/include/dt-bindings/mailbox/qcom-ipcc.h
+++ b/include/dt-bindings/mailbox/qcom-ipcc.h
@@ -33,5 +33,11 @@
#define IPCC_CLIENT_NSP1 18
#define IPCC_CLIENT_TME 23
#define IPCC_CLIENT_WPSS 24
+#define IPCC_CLIENT_SAIL0 27
+#define IPCC_CLIENT_SAIL1 28
+#define IPCC_CLIENT_SAIL2 29
+#define IPCC_CLIENT_SAIL3 30
+#define IPCC_CLIENT_GPDSP0 31
+#define IPCC_CLIENT_GPDSP1 32

#endif
--
2.17.1


2023-09-14 10:45:34

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v1] dt-bindings: mailbox: Add protocol and client ID for SAIL and GPDSP's

On 13/09/2023 11:57, Shazad Hussain wrote:
> Add more protocol and client ID for SAIL and GPDSP's which can be used
> in device tree properties.
>
> Signed-off-by: Shazad Hussain <[email protected]>
> ---
> include/dt-bindings/mailbox/qcom-ipcc.h | 6 ++++++

There are no users for them. No need for this patch.

Best regards,
Krzysztof