soc: add macro for slate DSP subsystem

Add macro definition for slate DSP

Change-Id: I5267733ad90799432c80a7c10185b7f7429510f5
Signed-off-by: Trinath Thammishetty <tthamish@codeaurora.org>
This commit is contained in:
Trinath Thammishetty 2021-05-21 11:45:45 +05:30
parent 5e66460353
commit 2d0c892627

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2020, The Linux Foundation. All rights reserved. */ /* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved. */
#ifndef __DT_BINDINGS_QCOM_GPR_H #ifndef __DT_BINDINGS_QCOM_GPR_H
#define __DT_BINDINGS_QCOM_GPR_H #define __DT_BINDINGS_QCOM_GPR_H
@ -10,7 +10,8 @@
#define GPR_DOMAIN_APPS 0x3 #define GPR_DOMAIN_APPS 0x3
#define GPR_DOMAIN_SDSP 0x4 #define GPR_DOMAIN_SDSP 0x4
#define GPR_DOMAIN_CDSP 0x5 #define GPR_DOMAIN_CDSP 0x5
#define GPR_DOMAIN_MAX 0x6 #define GPR_DOMAIN_CC_DSP 0x6
#define GPR_DOMAIN_MAX 0x7
/* ADSP service IDs */ /* ADSP service IDs */
#define GPR_SVC_ADSP_CORE 0x3 #define GPR_SVC_ADSP_CORE 0x3