dt-bindings: Added COMPUTE_L0 SSR signal for IPCLite

These changes enable IPCC_COMPUTE_L0 SSR signal.
This will be used by IPCLite to send SSR signals to
remote subsystems over compute_l0 interrupt line.

Change-Id: Ic8ac4d332a1386081b7f766f07c9fd0fa8a21498
Signed-off-by: Viraj Mandlekar <quic_vmandlek@quicinc.com>
This commit is contained in:
Viraj Mandlekar 2022-09-02 16:44:45 +05:30 committed by Chelliah Vinu R
parent e5641b8084
commit 87fd4c483f

View File

@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2018-2021, The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef __DT_BINDINGS_QCOM_IPCC_H
@ -18,6 +19,7 @@
#define IPCC_COMPUTE_L0_SIGNAL_IPCLITE_MEM_INIT 1
#define IPCC_COMPUTE_L0_SIGNAL_IPCLITE_VERSION 2
#define IPCC_COMPUTE_L0_SIGNAL_IPCLITE_TEST 3
#define IPCC_COMPUTE_L0_SIGNAL_IPCLITE_SSR 4
#define IPCC_COMPUTE_L0_SIGNAL_MAX 32 /* Used by driver only */
#define IPCC_COMPUTE_L1_SIGNAL_MAX 32 /* Used by driver only */