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

Commit 97a42eab authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

dt-bindings: ipcc: Add MPROC signal for TZ



Add MPROC signal-id IPCC_MPROC_SIGNAL_TZ for IPCC clients
to contact TrustZone on APSS.

Change-Id: Icc1763096591f6f8c225cc479c0d66ac083c6a3d
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent 8bbd1df3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
 */

#ifndef __DT_BINDINGS_QCOM_IPCC_H
@@ -8,6 +8,7 @@

/* Signal IDs for MPROC protocol */
#define IPCC_MPROC_SIGNAL_GLINK_QMP	0
#define IPCC_MPROC_SIGNAL_TZ		1
#define IPCC_MPROC_SIGNAL_SMP2P		2
#define IPCC_MPROC_SIGNAL_PING		3
#define IPCC_MPROC_SIGNAL_MAX		4 /* Used by driver only */