You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
343 B
15 lines
343 B
/* 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
|