dt-bindings: ipcc: Add WDSP client ID

Add Client ID for WDSP in IPCC.

Change-Id: I8a350e7db2f8598f10c8262ab27536387f0ae5ac
Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org>
This commit is contained in:
Neeraj Upadhyay 2020-09-24 13:17:31 +05:30 committed by Gerrit - the friendly Code Review server
parent 1a6f8ce5e2
commit ae0007c7e7

View File

@ -34,6 +34,7 @@
#define IPCC_CLIENT_PCIE1 14
#define IPCC_CLIENT_PCIE2 15
#define IPCC_CLIENT_SPSS 16
#define IPCC_CLIENT_MAX 17 /* Used by driver only */
#define IPCC_CLIENT_WDSP 24
#define IPCC_CLIENT_MAX 25 /* Used by driver only */
#endif