msm: synx: ipclite dt-bindings moved from kernel to vendor

The DT-bindings which has macros for IPCLite signal
usage, has been moved from kernel SI to vendor SI as
all IPCLite related changes can be done in synx-kernel
vendor SI without any kernel change going forward.

Change-Id: I5047684d043df25dd607bd5943791850adc1bac0
Signed-off-by: Chelliah Vinu R <quic_chelliah@quicinc.com>
This commit is contained in:
Chelliah Vinu R
2023-03-01 18:26:47 +05:30
committed by Gerrit - the friendly Code Review server
parent 7ab6a6bf37
commit 384846c393

View File

@@ -0,0 +1,18 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2018-2021, The Linux Foundation. All rights reserved.
* Copyright (c) 2022-2023, Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef __DT_BINDINGS_IPCLITE_SIGNALS_H
#define __DT_BINDINGS_IPCLITE_SIGNALS_H
/* Signal IDs for COMPUTE_L0 protocol */
#define IPCC_COMPUTE_L0_SIGNAL_IPCLITE_MSG 0
#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_IPCLITE_DEBUG 5
#endif