Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfe49e05 authored by Puneeth Prabhu's avatar Puneeth Prabhu Committed by Gerrit - the friendly Code Review server
Browse files

dt-bindings: Add gpr header required for AR on kona



Adds gpr header file required for enabling compilation
of AR related device tree changes for kona platform.

Change-Id: I78e77e6cc7fc00f6cf9292e33b8d871f5422b67f
Signed-off-by: default avatarPuneeth Prabhu <pprabh@codeaurora.org>
parent c2fb4f39
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2021, The Linux Foundation. All rights reserved. */
#ifndef __DT_BINDINGS_QCOM_GPR_H
#define __DT_BINDINGS_QCOM_GPR_H

/* Domain IDs */
#define GPR_DOMAIN_SIM		0x0
#define GPR_DOMAIN_MODEM	0x1
#define GPR_DOMAIN_ADSP		0x2
#define GPR_DOMAIN_APPS		0x3
#define GPR_DOMAIN_SDSP		0x4
#define GPR_DOMAIN_CDSP		0x5
#define GPR_DOMAIN_MAX		0x6

/* ADSP service IDs */
#define GPR_SVC_ADSP_CORE	0x3
#define GPR_SVC_AFE		0x4
#define GPR_SVC_VSM		0x5
#define GPR_SVC_VPM		0x6
#define GPR_SVC_ASM		0x7
#define GPR_SVC_ADM		0x8
#define GPR_SVC_ADSP_MVM	0x09
#define GPR_SVC_ADSP_CVS	0x0A
#define GPR_SVC_ADSP_CVP	0x0B
#define GPR_SVC_USM		0x0C
#define GPR_SVC_LSM		0x0D
#define GPR_SVC_VIDC		0x16
#define GPR_SVC_MAX		0x17

#endif /* __DT_BINDINGS_QCOM_GPR_H */