mirror of
https://github.com/torvalds/linux.git
synced 2024-12-21 02:21:36 +00:00
8ad2b4b371
Add binding for the QMP based side-channel communication mechanism to the AOSS, which is used to control resources not exposed through the RPMh interface. Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
15 lines
343 B
C
15 lines
343 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Copyright (c) 2018, Linaro Ltd. */
|
|
|
|
#ifndef __DT_BINDINGS_POWER_QCOM_AOSS_QMP_H
|
|
#define __DT_BINDINGS_POWER_QCOM_AOSS_QMP_H
|
|
|
|
#define AOSS_QMP_LS_CDSP 0
|
|
#define AOSS_QMP_LS_LPASS 1
|
|
#define AOSS_QMP_LS_MODEM 2
|
|
#define AOSS_QMP_LS_SLPI 3
|
|
#define AOSS_QMP_LS_SPSS 4
|
|
#define AOSS_QMP_LS_VENUS 5
|
|
|
|
#endif
|