aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2021-10-26 13:49:20 +0100
committerMark Brown <broonie@kernel.org>2021-10-26 13:49:25 +0100
commit21b178b8e9cc41b24da5ae0eddde0397acefd3ef (patch)
tree61f947ccfc2a209d20bda877301ecf4735e2fce3 /include/dt-bindings
parentASoC: topology: Fix stub for snd_soc_tplg_component_remove() (diff)
parentsoc: qcom: apr: Add GPR support (diff)
downloadlinux-dev-21b178b8e9cc41b24da5ae0eddde0397acefd3ef.tar.xz
linux-dev-21b178b8e9cc41b24da5ae0eddde0397acefd3ef.zip
Merge tag '20210927135559.738-6-srinivas.kandagatla@linaro.org' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into v11_20211026_srinivas_kandagatla_asoc_qcom_add_audioreach_support for audioreach support
v5.15-rc1 + 20210927135559.738-[23456]-srinivas.kandagatla@linaro.org This immutable branch is based on v5.15-rc1 and contains the following patches extending the existig APR driver to also implement GPR: 20210927135559.738-2-srinivas.kandagatla@linaro.org 20210927135559.738-3-srinivas.kandagatla@linaro.org 20210927135559.738-4-srinivas.kandagatla@linaro.org 20210927135559.738-5-srinivas.kandagatla@linaro.org 20210927135559.738-6-srinivas.kandagatla@linaro.org
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/soc/qcom,gpr.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/dt-bindings/soc/qcom,gpr.h b/include/dt-bindings/soc/qcom,gpr.h
new file mode 100644
index 000000000000..3107da59319c
--- /dev/null
+++ b/include/dt-bindings/soc/qcom,gpr.h
@@ -0,0 +1,19 @@
+/* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */
+
+#ifndef __DT_BINDINGS_QCOM_GPR_H
+#define __DT_BINDINGS_QCOM_GPR_H
+
+/* DOMAINS */
+
+#define GPR_DOMAIN_ID_MODEM 1
+#define GPR_DOMAIN_ID_ADSP 2
+#define GPR_DOMAIN_ID_APPS 3
+
+/* Static Services */
+
+#define GPR_APM_MODULE_IID 1
+#define GPR_PRM_MODULE_IID 2
+#define GPR_AMDB_MODULE_IID 3
+#define GPR_VCPM_MODULE_IID 4
+
+#endif /* __DT_BINDINGS_QCOM_GPR_H */