فهرست منبع

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 <[email protected]>
Chelliah Vinu R 2 سال پیش
والد
کامیت
384846c393
1فایلهای تغییر یافته به همراه18 افزوده شده و 0 حذف شده
  1. 18 0
      dt-bindings/ipclite-signals.h

+ 18 - 0
dt-bindings/ipclite-signals.h

@@ -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